second-order-odes
Installation
SKILL.md
Second Order Odes
When to Use
Use this skill when working on second-order-odes problems in odes pdes.
Decision Tree
- Classify the ODE
- Constant coefficients: ay'' + by' + cy = f(x)?
- Variable coefficients: y'' + P(x)y' + Q(x)y = R(x)?
- Cauchy-Euler: x^2 y'' + bxy' + cy = 0?