Difference between revisions of "PlotSolve Command"

From GeoGebra Manual
Jump to: navigation, search
(Created page with "'''PlotSolve( <Equation in x> )''' Solves a given equation for the main variable and returns a list of all solutions and the graphical output in the Graphics View. :{{exampl...")
 
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
'''PlotSolve( <Equation in x> )'''
+
<noinclude>{{Manual Page|version=5.0}}</noinclude>{{command|cas=true|function}}
  
Solves a given equation for the main variable and returns a list of all solutions and the graphical output in the Graphics View.
+
;PlotSolve( <Equation in x> )
 +
 
 +
:Solves a given equation for the main variable and returns a list of all solutions and the graphical output in the Graphics View.
  
 
:{{example|1=<code><nowiki>PlotSolve(x^2 = 4x)</nowiki></code> yields ''{(0, 0), (4, 0)}'' and displays the points ''(0, 0)'' and ''(4, 0)'' in the Graphics View.}}
 
:{{example|1=<code><nowiki>PlotSolve(x^2 = 4x)</nowiki></code> yields ''{(0, 0), (4, 0)}'' and displays the points ''(0, 0)'' and ''(4, 0)'' in the Graphics View.}}

Latest revision as of 08:22, 27 July 2020



PlotSolve( <Equation in x> )
Solves a given equation for the main variable and returns a list of all solutions and the graphical output in the Graphics View.
Example: PlotSolve(x^2 = 4x) yields {(0, 0), (4, 0)} and displays the points (0, 0) and (4, 0) in the Graphics View.
© 2024 International GeoGebra Institute