Differential Equations

Differential equation

y+2y=3yy^{\prime\prime} + 2y^{\prime} = 3y
2yx2+2yx=3y\frac{\partial^2y}{\partial{x^2}} + 2\frac{\partial{y}}{\partial{x}} = 3y

Solution: function(s)

For example, one solve would be y=f(x)=e3xy = f(x) = e^{-3x}

ODE Solver

z(t1)=ODESolve(z(t0),t,θ)z(t_1) = ODESolve(z(t_0), t, \theta)

Link to github

Last updated