|
SOLUTIONS
|
BUILT-IN MATHEMATICA SYMBOL
Method
Method
is an option for various algorithm-intensive functions that specifies what internal methods they should use.
DetailsDetails
- Typical settings include:
-
Automatic pick the method automatically "name" use the method with the specified name {"name",opt1->val1,...} use the specified method with particular options {"name1",Method->{"name2",...}} use a method and a submethod {opt1->val1,opt2->val2,...} give options for methods - With the default setting Method->Automatic, Mathematica will automatically try to pick the best method for a particular computation.
New in 4 | Last modified in 6
Mathematica 9 is now available!
New to Mathematica?
Find your learning path »
Have a question?
Ask support »

