Ordinary differential equations : 2nd order differential equations

/* 2nd order ordinary differential equations */

y'' + t*y' + y = 2*t

y  # 1
y' # -1.2

INTEGRAL t[0,1] STEP 0.01
TREND y, y' STEP 0.1

Explanation


Enter equations and click on the [Solve] button.


Sample problem

The following sample problems will help you understand how EQUATRAN-G works.
Linear equations
Tsuru-Kame-Zan (Japanese traditional problem, means problem of cranes and tortoises)
Nutrients problem
Non-linear equations
Root of 3rd order polynomial equation
Loan calculation
Ordinary differential equations
2nd order ordinary differential equation
Optimization and least square problems
Approximation in 3rd order polynomial equation