Filter löschen
Filter löschen

Info

Diese Frage ist geschlossen. Öffnen Sie sie erneut, um sie zu bearbeiten oder zu beantworten.

how to solve the differential equation in MATLAB

2 Ansichten (letzte 30 Tage)
snehith paduchuri
snehith paduchuri am 20 Nov. 2015
Geschlossen: MATLAB Answer Bot am 20 Aug. 2021
u˙ 1 = x2u2,
u˙ 2 = x2u1.
(u1)^2+ (u2)^2 1 = 0.
  4 Kommentare
Star Strider
Star Strider am 21 Nov. 2015
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 am 22 Nov. 2015
d(u1(x2))/dx2 = x2*u2(x2)
d (u2(x2))/dx2 = x2*u1(x2)
(u1)^2+ (u2)^2 − 1 = 0.

Antworten (0)

Diese Frage ist geschlossen.

Community Treasure Hunt

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

Start Hunting!

Translated by