Difference between revisions of "SolveODE Command"

From GeoGebra Manual
Jump to: navigation, search
m (category)
Line 1: Line 1:
 
<noinclude>{{Manual Page|version=4.0}}</noinclude>
 
<noinclude>{{Manual Page|version=4.0}}</noinclude>
{{command|cas}}
+
{{command|function}}
 
==Outside CAS==
 
==Outside CAS==
 
; SolveODE[ <f'(x,y)>, <Start x>, <Start y>, <End x>, <Step> ]
 
; SolveODE[ <f'(x,y)>, <Start x>, <Start y>, <End x>, <Step> ]
Line 6: Line 6:
  
 
; SolveODE[ <y'>, <x'>, <Start x>, <Start y>, <End t>, <Step> ]
 
; SolveODE[ <y'>, <x'>, <Start x>, <Start y>, <End t>, <Step> ]
{{description}}
+
:{{description}}
 
; SolveODE[ <b(x)>, <c(x)>, <f(x)>, <Start x>, <Start y>, <Start y'>, <End x>, <Step> ]
 
; SolveODE[ <b(x)>, <c(x)>, <f(x)>, <Start x>, <Start y>, <Start y'>, <End x>, <Step> ]
 
:Solves second order ODE <math>y''+b(x)y'+c(x)y=f(x)</math>
 
:Solves second order ODE <math>y''+b(x)y'+c(x)y=f(x)</math>

Revision as of 17:54, 19 March 2011



Outside CAS

SolveODE[ <f'(x,y)>, <Start x>, <Start y>, <End x>, <Step> ]
Solves first order ODE given df/dx.
SolveODE[ <y'>, <x'>, <Start x>, <Start y>, <End t>, <Step> ]


SolveODE[ <b(x)>, <c(x)>, <f(x)>, <Start x>, <Start y>, <Start y'>, <End x>, <Step> ]
Solves second order ODE y''+b(x)y'+c(x)y=f(x)
Note: Always returns the result as locus.

In CAS

SolveODE(<f'(x,y)>)
Solves first order ODE given df/dx, with Maxima only.
© 2024 International GeoGebra Institute