Need help with solving partial derivative equation
2 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
Ch My
am 2 Okt. 2016
Beantwortet: Walter Roberson
am 3 Okt. 2016
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/156830/image.png)
I need help solving the equation by converting it to code and make it into graph. I tried finding example in forum but i can't seem to get step by step tutorial. Any kind soul? Thanks.
0 Kommentare
Akzeptierte Antwort
David Goodmanson
am 2 Okt. 2016
try: doc meshgrid
for an example that is very similar to what you are looking to do.
Weitere Antworten (1)
Walter Roberson
am 3 Okt. 2016
exp(x*y-4/3*(x^3+y^3)) = F for constant F is not a partial differential equation. You can solve() it to get y. If you assume that all the quantities are real-valued then
y = (1/2)*((-4*x^3-3*ln(F)+sqrt(-x^3+16*x^6+24*x^3*ln(F)+9*ln(F)^2))^(2/3)+x)/(-4*x^3-3*ln(F)+sqrt(-x^3+16*x^6+24*x^3*ln(F)+9*ln(F)^2))^(1/3)
0 Kommentare
Siehe auch
Kategorien
Mehr zu Geometry and Mesh finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!