필터 지우기
필터 지우기

Info

이 질문은 마감되었습니다. 편집하거나 답변을 올리려면 질문을 다시 여십시오.

how to solve the differential equation in MATLAB

조회 수: 2 (최근 30일)
snehith paduchuri
snehith paduchuri 2015년 11월 20일
마감: MATLAB Answer Bot 2021년 8월 20일
u˙ 1 = x2u2,
u˙ 2 = x2u1.
(u1)^2+ (u2)^2 1 = 0.
  댓글 수: 4
Star Strider
Star Strider 2015년 11월 21일
Now I am even more confused. Are u1 and u2 functions of x2?
Is this correct for the first equation:
du1(x2)/dx2 = x2*u2(x2)
Please be as precise and as detailed as you need to be to describe the problem you want to solve. We here on MATLAB Answers are quite good at solving problems with MATLAB programming, but we are hopeless failures at mind-reading.
snehith paduchuri
snehith paduchuri 2015년 11월 22일
d(u1(x2))/dx2 = x2*u2(x2)
d (u2(x2))/dx2 = x2*u1(x2)
(u1)^2+ (u2)^2 − 1 = 0.

답변 (0개)

이 질문은 마감되었습니다.

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by