Difference between revisions of "SlopeField Command"

From GeoGebra Manual
Jump to: navigation, search
m (nicer notes formatting)
m (Text replace - ";(.*)\[(.*)\]" to ";$1($2)")
Line 1: Line 1:
 
<noinclude>{{Manual Page|version=5.0}}[[Category:Manual (official)|{{PAGENAME}}]]</noinclude> {{command|function}}
 
<noinclude>{{Manual Page|version=5.0}}[[Category:Manual (official)|{{PAGENAME}}]]</noinclude> {{command|function}}
;SlopeField[ <f(x,y)> ]
+
;SlopeField( <f(x,y)> )
 
:Plots a [[w:Slope_field|slope field]] for the differential equation <math>\frac{dy}{dx}=f(x,y)</math>
 
:Plots a [[w:Slope_field|slope field]] for the differential equation <math>\frac{dy}{dx}=f(x,y)</math>
 
:{{example|1= <code>SlopeField[x+y]</code> plots the slope field. ''}}
 
:{{example|1= <code>SlopeField[x+y]</code> plots the slope field. ''}}
  
  
;SlopeField[ <f(x,y)>, <Number n> ]
+
;SlopeField( <f(x,y)>, <Number n> )
 
:Plots a slopefield for the differential equation  <math>\frac{dy}{dx}=f(x,y)</math> on an n by n grid (if the [[File:Menu view graphics.svg|link=|16px]] [[Graphics View]] is square) or a smaller grid if not. Default is 40.
 
:Plots a slopefield for the differential equation  <math>\frac{dy}{dx}=f(x,y)</math> on an n by n grid (if the [[File:Menu view graphics.svg|link=|16px]] [[Graphics View]] is square) or a smaller grid if not. Default is 40.
  
  
;SlopeField[ <f(x,y)>, <Number n>, <Length Multiplier a> ]
+
;SlopeField( <f(x,y)>, <Number n>, <Length Multiplier a> )
 
:Plots a slopefield for the differential equation  <math>\frac{dy}{dx}=f(x,y)</math>. The Length Multiplier 0<a≤1 determines how long the segments are.
 
:Plots a slopefield for the differential equation  <math>\frac{dy}{dx}=f(x,y)</math>. The Length Multiplier 0<a≤1 determines how long the segments are.
  
  
;SlopeField[ <f(x,y)>, <Number n>, <Length Multiplier a>, <Min x>, <Min y>, <Max x>, <Max y> ]
+
;SlopeField( <f(x,y)>, <Number n>, <Length Multiplier a>, <Min x>, <Min y>, <Max x>, <Max y> )
 
:Plots a slopefield for the differential equation  <math>\frac{dy}{dx}=f(x,y)</math> inside the specified rectangle (rather than filling the [[File:Menu view graphics.svg|link=|16px]] [[Graphics View]])
 
:Plots a slopefield for the differential equation  <math>\frac{dy}{dx}=f(x,y)</math> inside the specified rectangle (rather than filling the [[File:Menu view graphics.svg|link=|16px]] [[Graphics View]])
  

Revision as of 17:16, 7 October 2017


SlopeField( <f(x,y)> )
Plots a slope field for the differential equation \frac{dy}{dx}=f(x,y)
Example: SlopeField[x+y] plots the slope field.


SlopeField( <f(x,y)>, <Number n> )
Plots a slopefield for the differential equation \frac{dy}{dx}=f(x,y) on an n by n grid (if the Menu view graphics.svg Graphics View is square) or a smaller grid if not. Default is 40.


SlopeField( <f(x,y)>, <Number n>, <Length Multiplier a> )
Plots a slopefield for the differential equation \frac{dy}{dx}=f(x,y). The Length Multiplier 0<a≤1 determines how long the segments are.


SlopeField( <f(x,y)>, <Number n>, <Length Multiplier a>, <Min x>, <Min y>, <Max x>, <Max y> )
Plots a slopefield for the differential equation \frac{dy}{dx}=f(x,y) inside the specified rectangle (rather than filling the Menu view graphics.svg Graphics View)
Notes:
© 2024 International GeoGebra Institute