Difference between revisions of "SolveODE Command"

From GeoGebra Manual
Jump to: navigation, search
(Autogenerated from properties)
 
(based on forum)
Line 1: Line 1:
 +
<noinclude>{{Manual Page}}</noinclude>
 +
==Outside CAS==
 +
; <nowiki>SolveODE[ <f'(x,y)>, <Start x>, <Start y>, <End x>, <Step> ]</nowiki>
 +
:Solves first order ODE given df/dx.
 +
; <nowiki>SolveODE[ <y'>, <x'>, <Start x>, <Start y>, <End t>, <Step> ]</nowiki>
 +
; <nowiki>SolveODE[ <b(x)>, <c(x)>, <f(x)>, <Start x>, <Start y>, <Start y'>, <End x>, <Step> ]</nowiki>
 +
:Solves second order ODE <nowiki>y''+b(x)y'+c(x)y=f(x)</nowiki>
  
{{Manual Page|version=4.0}}
+
{{Note|Allways returns result as locus.}}
{{command|function}}
+
 
;SolveODE[ <f'(x,y)>, <Start x>, <Start y>, <End x>, <Step> ]
+
==In CAS==
:{{description}}
+
; SolveODE(<f'(x,y)>)
;SolveODE[ <y'>, <x'>, <Start x>, <Start y>, <End t>, <Step> ]
+
:Solves first order ODE given df/dx, with Maxima only.
:{{description}}
 
;SolveODE[ <b(x)>, <c(x)>, <f(x)>, <Start x>, <Start y>, <Start y'>, <End x>, <Step> ]
 
:{{description}}
 

Revision as of 01:04, 9 September 2010


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: Allways returns result as locus.

In CAS

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