Post Reply 
System of differenital equations with odesolve
01-27-2024, 08:36 PM
Post: #2
RE: System of differenital equations with odesolve
Here is an example:
Code:

f(t,v):=[-v[2],v[1]];
odesolve(0..pi,f,[0,1])
The second argument of odesolve must be a function of the time variable and of a vector, returning a vector of the same vector space.
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: System of differenital equations with odesolve - parisse - 01-27-2024 08:36 PM



User(s) browsing this thread: 1 Guest(s)