Syntax: ode(expression,y,x)
Description: solves the linear first-order differential equation y′=f(x)⋅y+g(x).
Group: equations
Note:
Example:syms x,y,Ca=ode(x,y,x)printf('%f',a)
Also see:
Implemented in: LambdaODE.java