Community Profile

photo

嘉杰 程


Last seen: 2 years 前 自 2021 起处于活动状态

Followers: 0   Following: 0

统计数据

  • Thankful Level 2
  • Thankful Level 1

查看徽章

Feeds

排序方式:

提问


solve a complex second order differential equation
the ode has a form: () and for, given , how could I use ode45 to solve it with plot? thx

2 years 前 | 2 个回答 | 0

2

个回答

提问


Find relation of initial value and maximum of the value by solving this odes
by solving this ode, we could get the relation plot of r and m (assuming =2,=0), now I want to change the value of (between ...

2 years 前 | 0 个回答 | 0

0

个回答

提问


How to use ode45 to solve this ODE under such circumstance?
Here is the ODE: , given ,continuously, then how to solve it and display relation and calculate (or written relation with ...

2 years 前 | 0 个回答 | 0

0

个回答

提问


How to solve a double complex ode using ode45 in MATLAB
The odes are: ode(1) = diff(x,t) == (sqrt(1+x^2)*y)/(x*(t^2)); ode(2) = diff(y,t) == (x^3)*(t^2); given x(0)=infty; y(0)=0. ...

2 years 前 | 2 个回答 | 0

2

个回答