Community Profile

photo

abcdr


Last seen: 4 years ago Active since 2018

Followers: 0   Following: 0

Statistics

Feeds

View by

Question


How can we get the solution for an 'exact differential equation' dy/dx=(x^2-y^2)/2*x*y in matlab
'exact differential equation'dy/dx=(x^2-y^2)/2*x*y'

5 years ago | 1 answer | 0

1

answer

Question


plot for x^2+y^2==3*x*y^2, x^3-x^2==y^2-y in matlab
how to plot graphs for x^2+y^2==3*x*y^2, x^3-x^2==y^2-y

5 years ago | 1 answer | 0

1

answer

Question


I want to find the solution for the eqautions x^2+y^2==3*x*y^2, x^3-x^2==y^2-y and plot graphs in matlab.
To solve the equations mathematically, the command [solx,soly]=solve(x^2+y^2==3*x*y^2, x^3-x^2==y^2-y) can be used. However, I a...

5 years ago | 1 answer | 0

1

answer