Heng Li (lh3lh3@gmail.com), Viacheslav N. Mezentsev (viacheslavmezentsev@ya.ru)SMath项目的作用域中创建。由Вячеслав Мезенцев发布。
这是一个开源项目。MIT许可证下共享的源代码SVN存储库

Features of lsoda

版本0.1.8202.29578

Functions

Additional components that add new mathematical functions to the SMath Studio program, necessary for solving problems from various fields.

  1. lsoda("expression")
    (cmd) returns short description for commands: ?|help|cmd|info
  2. lsoda("1:function", "2:function", "3:number")
    (ode,y(x),xmax) solves the initial value problem for stiff or nonstiff systems.
  3. lsoda("1:function", "2:function", "3:number", "4:number")
    (ode,y(x),xmax,steps) solves the initial value problem for stiff or nonstiff systems.
  4. lsoda("1:vector", "2:number", "3:number", "4:number", "5:function")
    (ics,xmin,xmax,steps,D(x,y)) solves the initial value problem for stiff or nonstiff systems.