Feeds
提问
ODE solver is not accurate in this equation?
Hi Everybody, I'm trying to solve this equation : Y" = sin(y) - (1/t)Y' I wrote the following code: syms y(t) [V] =...
9 years 前 | 1 个回答 | 0
1
个回答提问
Question on how to calculate integral
Hello everybody, I have a question on how to calculate integral of a matrix in Matlab. I have the following code and wants to...
9 years 前 | 1 个回答 | 0
1
个回答提问
Problem with second order ODE solver
Hello everybody, I'm trying to solve the following equation: y" = sin(y) - (1/t)*y' I write down the following code for s...
9 years 前 | 1 个回答 | 0