Feeds
질문
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'
7년 초과 전 | 답변 수: 1 | 0
1
답변질문
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
7년 초과 전 | 답변 수: 1 | 0
1
답변질문
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...
7년 초과 전 | 답변 수: 1 | 0