Re: Method Option
- To: mathgroup at smc.vnet.net
- Subject: [mg91030] Re: Method Option
- From: Jens-Peer Kuska <kuska at informatik.uni-leipzig.de>
- Date: Mon, 4 Aug 2008 03:22:45 -0400 (EDT)
- References: <g6h5dc$h0u$1@smc.vnet.net>
Hi, if you are lucky, than you know the methods, if you are less lucky than you have to look into the so called "Documentation" and may be you find a documentation for the methods. The most excellent example is the advanced documentation for NDSolve[]. If this is not the case you can try to send some nonsense as Method and hope you will get an error message that tell you about the allowed options. If that all not works than you can ask the WRI Support or the mathgroup. Regards Jens Peter Breitfeld wrote: > A lot of build-in functions in Mathematica have the option Method. Usually > this is mentioned in the "More Information" section of the reference > page. > > Most of the time there is the statement Method->Automatic. > > Take for example ContourPlot: > "Method Automatic the method to use for refining contours" > > OK, but what other methods do I have then? > Going to the Options-section, I would expect to find "method" and a list > of the possible methods besides Automatic including an explanation what > they do. But for most functions the Method option isn't listed in the > Options section of the ref page. > > Is there a way to find out which methods are available for a particular > function? > > > Gruss Peter