Community Profile

photo

Nur


Last seen: 1 year ago Active since 2023

Followers: 0   Following: 0

Statistics

  • First Answer

View badges

Feeds

View by

Answered
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 year ago | 0