Parametrical solving a nonlinear equation. Warning: Explicit solution could not be found. > In solve at 179
Afficher commentaires plus anciens
Hi,
I want to solve this equation in parametrical form, but I get "Warning: Explicit solution could not be found.
> In solve at 179 ".
please help me. Thanks!
syms y,c,x,d,m,w,h,n,g,f;
syms eq ==
y*(c - x)^(1/d) == (x - m)^w*(h*n + g*y) + f*n*(x - m)^d;
solve(eq,x);
Warning: Explicit solution could not be found.
> In solve at 179
Réponse acceptée
Plus de réponses (0)
Catégories
En savoir plus sur MATLAB dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!