Post Reply 
solving diff. equations on Prime vs 50g and 48G ?
03-09-2023, 07:24 PM
Post: #2
RE: solving diff. equations on Prime vs 50g and 48G ?
This:

Syntax:
odesolve(Expr, VectVar, VectInit, FinalVal, [tstep=Val, curve])

Ordinary Differential Equation solver

Solves an ordinary differential equation given by Expr, with variables declared in VectVar and initial conditions for those variables declared in VectInit. For example, odesolve(f(t,y),[t,y],[t0,y0],t1) returns the approximate solution of y'=f(t,y) for the variables t and y with initial conditions t=t0 and y=y0.


Example:
odesolve(sin(t*y),[t,y],[0,1],2) → [1.82241255674]

may be what you want.

-road
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: solving diff. equations on Prime vs 50g and 48G ? - roadrunner - 03-09-2023 07:24 PM



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