Difference between revisions of "NSolutions Command"

From GeoGebra Manual
Jump to: navigation, search
Line 1: Line 1:
<noinclude>{{Manual Page|version=4.0}}[[Category:Manual (official)|{{PAGENAME}}]]</noinclude>
+
<noinclude>{{Manual Page|version=4.0}}</noinclude>
{{command|CAS}}
+
{{command|CAS}}
 
;NSolutions[ <Equation> ]
 
;NSolutions[ <Equation> ]
:Numerically finds solutions to the given equation.
+
:Finds a numeric solution for a given equation for the variable x.
 
+
:{{example|1=<div><code><nowiki>NSolutions[cos(x) = x]</nowiki></code> yields ''{0.7390851332151606}''.</div>}}
{{Note|See also [[NSolve Command]].}}
+
;NSolutions[ <Equation>, <Variable> ]
 +
:Finds a numeric solution to an equation for a given unknown variable.
 +
:{{example|1=<div><code><nowiki>NSolutions[a^4 + 34a^3 - 34, a]</nowiki></code> yields '' {0.9904738886662206}''.</div>}}
 +
;NSolutions[ <Equation>, <Variable> ]
 +
:Finds a numeric solution to a set of equations for a given set of unknown variables.
 +
:{{example|1=<div><code><nowiki>NSolutions[{π / x = cos(x - 2y), 2 y - π = sin(x)}, {x=3, y=1.5}]</nowiki></code> yields ''{3.141592651686591, 1.570796327746508}''.</div>}}
 +
:{{note| 1=It is optional to give the starting point like ''{x=3, y=1.5}''.}}
 +
{{note| 1=<div>
 +
* π is obtaind by pressing {{KeyCode|Alt + p}}.
 +
* See also [[Solutions Command]] and [[NSolve Command]].
 +
</div>}}

Revision as of 13:42, 19 August 2011


This command works in CAS View only.

NSolutions[ <Equation> ]
Finds a numeric solution for a given equation for the variable x.
Example:
NSolutions[cos(x) = x] yields {0.7390851332151606}.
NSolutions[ <Equation>, <Variable> ]
Finds a numeric solution to an equation for a given unknown variable.
Example:
NSolutions[a^4 + 34a^3 - 34, a] yields {0.9904738886662206}.
NSolutions[ <Equation>, <Variable> ]
Finds a numeric solution to a set of equations for a given set of unknown variables.
Example:
NSolutions[{π / x = cos(x - 2y), 2 y - π = sin(x)}, {x=3, y=1.5}] yields {3.141592651686591, 1.570796327746508}.
Note: It is optional to give the starting point like {x=3, y=1.5}.
Note:
© 2024 International GeoGebra Institute