470.mws
- Series Solutions near an Ordinary Point
- Finding Radius of Convergence of Series Solution
- Regular Singular Points
- Series Solutions near a Regular Singular Point
- Bessel's Equation
- Laplace Transform
- Systems of First Order Linear Equations
- Example 1: Solve the system diff(x(t),t)=MATRIX([[-3, sqrt(2)], [sqrt(2), -2]])*x(t).
- Example 2: Solve the system diff(x(t),t)=MATRIX([[0, 1, 1], [1, 0, 1], [1, 1, 0]])*x(t) .
- In the case when eigenvalues are complex we have to find real and imaginary parts of the complex-valued solutions which we obtain in the same way as in the real case.
- Example 4: Solve the system diff(x(t),t)=MATRIX([[1,- 1], [1, 3]])*x(t) .
- Example 5: Solve the system diff(x(t),t)=MATRIX([[5,-3,-2], [8,-5,-4], [-4,3,3]])*x(t) .
|