|
|
||
|
|
| Built-in Mathematica Symbol | Tutorials »|See Also »|More About » |
| FindInstance[expr, vars] finds an instance of vars that makes the statement expr be True. |
| FindInstance[expr, vars, dom] finds an instance over the domain dom. Common choices of dom are Complexes, Reals, Integers and Booleans. |
| FindInstance[expr, vars, dom, n] finds n instances. |
Find a solution instance of a system of equations:
Find a real solution instance of a system of equations and inequalities:
Find an integer solution instance:
Find Boolean values of variables that satisfy a formula:
Find several instances:
|
| © 2008 Wolfram Research, Inc. |