
嘉杰 程
Statistics
MATLAB Answers
4 질문
0 답변
순위
259,758
of 262,899
평판
0
참여
4 질문
0 답변
답변 채택
50.0%
획득한 표
0
순위
of 113,874
참여
0 문제
0 해답
점수
0
배지 수
0
참여
0 게시물
참여
0 공개 채널
평균 평점
참여
0 Highlights
AVERAGE NO. OF LIKES
Content Feed
질문
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
10달 전 | 답변 수: 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 ...
10달 전 | 답변 수: 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 ...
10달 전 | 답변 수: 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. ...
10달 전 | 답변 수: 2 | 0