whittaker function

Capacitor electron flow

Mortal danger in mid-grade literature

What is the period/term used describe Giuseppe Arcimboldo's style of painting?

If the Dominion rule using their Jem'Hadar troops, why is their life expectancy so low?

Asserting that Atheism and Theism are both faith based positions

PTIJ: Which Dr. Seuss books should one obtain?

How do I lift the insulation blower into the attic?

Do I have to take mana from my deck or hand when tapping this card?

Trouble reading roman numeral notation with flats

Checking @@ROWCOUNT failing

What is this high flying aircraft over Pennsylvania?

Is there any common country to visit for persons holding UK and Schengen visas?

TikZ plot too verbose

Should I be concerned about student access to a test bank?

Weird lines in Microsoft Word

Recursively move files within sub directories

Why would five hundred and five same as one?

Started in 1987 vs. Starting in 1987

Has the laser at Magurele, Romania reached a tenth of the Sun's power?

Not hide and seek

What should be the ideal length of sentences in a blog post for ease of reading?

Walter Rudin's mathematical analysis: theorem 2.43. Why proof can't work under the perfect set is uncountable.

How to get directions in deep space?

Why didn't Voldemort know what Grindelwald looked like?



whittaker function














0















How can I plot whittaker function; i mean what is the code?



I tried the below:



documentclass{article}



usepackage{mpmath}



usepackage{tikz}



usepackage{pgfplots}



begin{document}



begin{tikzpicture}



begin{axis}[xlabel=$x$,ylabel=$y$,
xmin=-2,xmax=2,ymin=0,ymax=0.5, axis lines=center, axis equal]



addplot[ color=blue,]{Whitw[1, x, 10], {x, -100, 0}};



end{axis}



end{tikzpicture}



end{document}









share







New contributor




Domas is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.

























    0















    How can I plot whittaker function; i mean what is the code?



    I tried the below:



    documentclass{article}



    usepackage{mpmath}



    usepackage{tikz}



    usepackage{pgfplots}



    begin{document}



    begin{tikzpicture}



    begin{axis}[xlabel=$x$,ylabel=$y$,
    xmin=-2,xmax=2,ymin=0,ymax=0.5, axis lines=center, axis equal]



    addplot[ color=blue,]{Whitw[1, x, 10], {x, -100, 0}};



    end{axis}



    end{tikzpicture}



    end{document}









    share







    New contributor




    Domas is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
    Check out our Code of Conduct.























      0












      0








      0








      How can I plot whittaker function; i mean what is the code?



      I tried the below:



      documentclass{article}



      usepackage{mpmath}



      usepackage{tikz}



      usepackage{pgfplots}



      begin{document}



      begin{tikzpicture}



      begin{axis}[xlabel=$x$,ylabel=$y$,
      xmin=-2,xmax=2,ymin=0,ymax=0.5, axis lines=center, axis equal]



      addplot[ color=blue,]{Whitw[1, x, 10], {x, -100, 0}};



      end{axis}



      end{tikzpicture}



      end{document}









      share







      New contributor




      Domas is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.












      How can I plot whittaker function; i mean what is the code?



      I tried the below:



      documentclass{article}



      usepackage{mpmath}



      usepackage{tikz}



      usepackage{pgfplots}



      begin{document}



      begin{tikzpicture}



      begin{axis}[xlabel=$x$,ylabel=$y$,
      xmin=-2,xmax=2,ymin=0,ymax=0.5, axis lines=center, axis equal]



      addplot[ color=blue,]{Whitw[1, x, 10], {x, -100, 0}};



      end{axis}



      end{tikzpicture}



      end{document}







      tikz-pgf





      share







      New contributor




      Domas is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.










      share







      New contributor




      Domas is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.








      share



      share






      New contributor




      Domas is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.









      asked 1 min ago









      DomasDomas

      161




      161




      New contributor




      Domas is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.





      New contributor





      Domas is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.






      Domas is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.






















          0






          active

          oldest

          votes











          Your Answer








          StackExchange.ready(function() {
          var channelOptions = {
          tags: "".split(" "),
          id: "85"
          };
          initTagRenderer("".split(" "), "".split(" "), channelOptions);

          StackExchange.using("externalEditor", function() {
          // Have to fire editor after snippets, if snippets enabled
          if (StackExchange.settings.snippets.snippetsEnabled) {
          StackExchange.using("snippets", function() {
          createEditor();
          });
          }
          else {
          createEditor();
          }
          });

          function createEditor() {
          StackExchange.prepareEditor({
          heartbeatType: 'answer',
          autoActivateHeartbeat: false,
          convertImagesToLinks: false,
          noModals: true,
          showLowRepImageUploadWarning: true,
          reputationToPostImages: null,
          bindNavPrevention: true,
          postfix: "",
          imageUploader: {
          brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
          contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
          allowUrls: true
          },
          onDemand: true,
          discardSelector: ".discard-answer"
          ,immediatelyShowMarkdownHelp:true
          });


          }
          });






          Domas is a new contributor. Be nice, and check out our Code of Conduct.










          draft saved

          draft discarded


















          StackExchange.ready(
          function () {
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2ftex.stackexchange.com%2fquestions%2f480422%2fwhittaker-function%23new-answer', 'question_page');
          }
          );

          Post as a guest















          Required, but never shown

























          0






          active

          oldest

          votes








          0






          active

          oldest

          votes









          active

          oldest

          votes






          active

          oldest

          votes








          Domas is a new contributor. Be nice, and check out our Code of Conduct.










          draft saved

          draft discarded


















          Domas is a new contributor. Be nice, and check out our Code of Conduct.













          Domas is a new contributor. Be nice, and check out our Code of Conduct.












          Domas is a new contributor. Be nice, and check out our Code of Conduct.
















          Thanks for contributing an answer to TeX - LaTeX Stack Exchange!


          • Please be sure to answer the question. Provide details and share your research!

          But avoid



          • Asking for help, clarification, or responding to other answers.

          • Making statements based on opinion; back them up with references or personal experience.


          To learn more, see our tips on writing great answers.




          draft saved


          draft discarded














          StackExchange.ready(
          function () {
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2ftex.stackexchange.com%2fquestions%2f480422%2fwhittaker-function%23new-answer', 'question_page');
          }
          );

          Post as a guest















          Required, but never shown





















































          Required, but never shown














          Required, but never shown












          Required, but never shown







          Required, but never shown

































          Required, but never shown














          Required, but never shown












          Required, but never shown







          Required, but never shown







          Popular posts from this blog

          Why does my Macbook overheat and use so much CPU and energy when on YouTube?Why do so many insist on using...

          How to prevent page numbers from appearing on glossaries?How to remove a dot and a page number in the...

          Puerta de Hutt Referencias Enlaces externos Menú de navegación15°58′00″S 5°42′00″O /...