Feeds
提问
Ploting solutions to linear equations
Consider the linear system of equations x' = Ax. Let x(t)=[x1(t), x2(t), x3(t)]T be the unique solution such that x(0) = v1. In ...
6 years 前 | 1 个回答 | 0
1
个回答提问
How to use max function for second order ODE
I have a second order ODE y'' + 0.5y + 2y = cos(5t^2 ) , y(0) = y'(0) = 0 that I have graphed and computed using ODE45. tspa...
6 years 前 | 1 个回答 | 0
