|
1. analysis
- the entered system analysis. A nonlinear ODE system solution.
Activation format:
analysis ({sysODE, ICs},{X_list},{Y_list})
analysis ({sysODE, ICs},{X_list})
analysis ({sysODE, ICs},{X_list},{Y_list},{0},{F_list})
Parameters:
sysODE is a system of equations
(several coma separated equations).
ICs -entry conditions
X_list - x1(t),
x2(t),
… - - desired solutions list
Y_list - y1(t),
y2(t),
… or 0 - the system’s influence
F_list - f1(t),
exp(t)/t,
… - the functions list of the variable t which needs to be constructed
together with the approximate solutions found.
Description:
After the command input the window in which a plotical
chart is built opens. Simultaneously with the plotical chart construction
beginning the process of the entered system calculation of nonlinear
ODE is started.
2. restart -
internal memory clearing.
Activation format:
restart;
Parameters:
None.
Description:
All the variables assigned values will be reset. It is recommended
to begin with this command a new system input.
Copyright
© 1998-2004, MathRevolt. All rights reserved
|