版本0.1.8204.32310
Functions
Additional components that add new mathematical functions to the SMath Studio program, necessary for solving problems from various fields.
-
mk52lfa("expression")
(cmd) returns short description for commands: ?|help|cmd|info -
mk52lfa("1:function", "2:function", "3:number")
(ode,y(x),xmax) solving stiff ODE systems using the implicit method based on L-stable (5,2)-method. -
mk52lfa("1:function", "2:function", "3:number", "4:number")
(ode,y(x),xmax,steps) solving stiff ODE systems using the implicit method based on L-stable (5,2)-method. -
mk52lfa("1:vector", "2:number", "3:number", "4:number", "5:function")
(ics,xmin,xmax,steps,D(x,y)) solving stiff ODE systems using the implicit method based on L-stable (5,2)-method. -
mk52lfa("1:vector", "2:number", "3:number", "4:number", "5:function", "6:function")
(ics,xmin,xmax,steps,D(x,y),J(x,y)) solving stiff ODE systems using the implicit method based on L-stable (5,2)-method. -
mk52lfn("expression")
(cmd) returns short description for commands: ?|help|cmd|info -
mk52lfn("1:function", "2:function", "3:number")
(ode,y(x),xmax) solving stiff ODE systems using the implicit method based on L-stable (5,2)-method. -
mk52lfn("1:function", "2:function", "3:number", "4:number")
(ode,y(x),xmax,steps) solving stiff ODE systems using the implicit method based on L-stable (5,2)-method. -
mk52lfn("1:vector", "2:number", "3:number", "4:number", "5:function")
(ics,xmin,xmax,steps,D(x,y)) solving stiff ODE systems using the implicit method based on L-stable (5,2)-method. -
rkm9mka("expression")
(cmd) returns short description for commands: ?|help|cmd|info -
rkm9mka("1:function", "2:function", "3:number")
(ode,y(x),xmax) solving ODE systems with a variable or a priori unknown stiffness. -
rkm9mka("1:function", "2:function", "3:number", "4:number")
(ode,y(x),xmax,steps) solving ODE systems with a variable or a priori unknown stiffness. -
rkm9mka("1:vector", "2:number", "3:number", "4:number", "5:function")
(ics,xmin,xmax,steps,D(x,y)) solving ODE systems with a variable or a priori unknown stiffness. -
rkm9mka("1:vector", "2:number", "3:number", "4:number", "5:function", "6:function")
(ics,xmin,xmax,steps,D(x,y),J(x,y)) solving ODE systems with a variable or a priori unknown stiffness. -
rkm9mkn("expression")
(cmd) returns short description for commands: ?|help|cmd|info -
rkm9mkn("1:function", "2:function", "3:number")
(ode,y(x),xmax) solving ODE systems with a variable or a priori unknown stiffness. -
rkm9mkn("1:function", "2:function", "3:number", "4:number")
(ode,y(x),xmax,steps) solving ODE systems with a variable or a priori unknown stiffness. -
rkm9mkn("1:vector", "2:number", "3:number", "4:number", "5:function")
(ics,xmin,xmax,steps,D(x,y)) solving ODE systems with a variable or a priori unknown stiffness. -
rkm9st("expression")
(cmd) returns short description for commands: ?|help|cmd|info -
rkm9st("1:function", "2:function", "3:number")
(ode,y(x),xmax) solving non-stiff and middle-stiff ODE systems using the explicit method. -
rkm9st("1:function", "2:function", "3:number", "4:number")
(ode,y(x),xmax,steps) solving non-stiff and middle-stiff ODE systems using the explicit method. -
rkm9st("1:vector", "2:number", "3:number", "4:number", "5:function")
(ics,xmin,xmax,steps,D(x,y)) solving non-stiff and middle-stiff ODE systems using the explicit method.