Ordinary Differential Equation

Input Parameters

Example Equations:
dy/dt = -2*t*y (Decaying Oscillator)
dy/dt = y (Exponential Growth)
dy/dt = -y (Exponential Decay)
dy/dt = t*y (Variable Growth)
dy/dt = Math.sin(t) (Sinusoidal)

Solution


                    

Observation Table

Run a simulation to populate the table.
Step (i) t y(t)
No data yet.