|
SOLUTIONS
|
BUILT-IN MATHEMATICA SYMBOL
InputAssumptions
InputAssumptions
is an option for WolframAlpha that specifies assumptions for current query input.
DetailsDetails
- InputAssumptions->{assump1, assump2, ...} specifies that the call to the WolframAlpha function should have the given assumptions set.
- The InputAssumptions option corresponds to the
parameter of the Wolfram|Alpha API.
ExamplesExamplesopen allclose all
Basic Examples (1)Basic Examples (1)
Return a list of all possible input assumptions for a given query:
| In[1]:= |
| Out[1]= |
Set the assumption for a WolframAlpha result:
| In[2]:= |
| Out[2]= | ![]() |
Specifying multiple assumptions is equivalent to clicking the assumptions buttons in that order:
| In[3]:= |
| Out[3]= | ![]() |
New in 8
Mathematica 9 is now available!
New to Mathematica?
Find your learning path »
Have a question?
Ask support »


