Created by SADEL (http://backend.pa10.rk6.bmstu.ru) in the scope of SMath project. Published by Вячеслав Мезенцев.
This is Open Source project. Sources shared under MIT Licence and available in public SVN repository.

Features of SADEL

Version 0.1.8027.36355

Functions

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

  1. manzhuk("1:function", "2:function", "3:number")
    (ode,y(x),xmax) DAE-ODE solver
  2. manzhuk("1:function", "2:function", "3:number", "4:number")
    (ode,y(x),xmax,steps) DAE-ODE solver
  3. manzhuk("1:vector", "2:number", "3:number", "4:number", "5:function")
    (ics,xmin,xmax,steps,G) DAE-ODE solver
  4. manzhuk("1:vector", "2:number", "3:number", "4:number", "5:function", "6:function")
    (ics,tmin,tmax,steps,G,J1) DAE-ODE solver
  5. manzhuk("1:vector", "2:number", "3:number", "4:number", "5:function", "6:function", "7:function")
    (ics,tmin,tmax,steps,G,J1,J2) DAE-ODE solver