Community Profile

photo

Nur


Last seen: 대략 1년 전 2023년부터 활동

통계

  • First Answer

배지 보기

Content Feed

보기 기준

답변 있음
How to Solve a system of first order differential equation in MATLAB?
syms y(x) ode (x) =diff (y(x),x) == (2*((y(x))^2 + X^2)) / (y(x)*x); ode(x) = diff(y(x),x) == (2*y(x)^2) + 2*X^2)/(x*y(x)...

대략 1년 전 | 0