Properties
Similar Topics
Statistics
Participants
1
Subscribers
1
Votes
1
Views
498
Share
Needs Answer
Example 1:
f'(t, f, g, h) = g
g'(t, f, g, h) = h
h'(t, f, g, h) = -t h + 3t g + 2f + t
The example 1 of NSolveODE command represent this ODE equation:
y'''+t*y''- 3*t*y '+ 2*y - t = 0
Example 2:
x1'(t, x1, x2, x3, x4) = x2
x2'(t, x1, x2, x3, x4) = x3
x3'(t, x1, x2, x3, x4) = x4
x4'(t, x1, x2, x3, x4) = -8x1 + sin(t) x2 - 3x3 + t^2
The example 2 of NSolveODE command represent this ODE equation:
y''''+3*y'''- sin(t)*y'+8*y'-t^2=0
- GeoGebra
- Help
- Partners
-
Contact us
- Feedback & Questions
- This email address is being protected from spambots. You need JavaScript enabled to view it.
- +43 677 6137 2693
© 2023 International GeoGebra Institute
Comments have been locked on this page!