Borrar filtros
Borrar filtros

Info

La pregunta está cerrada. Vuélvala a abrir para editarla o responderla.

For one equation ==> Warning: Explicit solution could not be found

2 visualizaciones (últimos 30 días)
Indira
Indira el 14 de Oct. de 2013
Cerrada: MATLAB Answer Bot el 20 de Ag. de 2021
Hi,
I've written 4 kind of codes to solve lam:
%-----------1----------------
_syms lam K4 Vw;
S=solve((119/lam - 9)*exp(-21/lam)-K4/Vw==0,lam)_
%-----------1----------------
%------------2---------------
_syms c1 c2 c3 lam K4 Vw;
S=solve((c1/lam - c2)*exp(-c3/lam)-K4/Vw==0,lam)_
%------------2---------------
%------------3---------------
_syms c1 c2 c3 lam K4 Vw;
S=solve((c1/lam - c2)*exp(-c3/lam)==K4/Vw,lam)_
%------------3---------------
%------------4---------------
_syms c1 c2 c3 lam K4 Vw;
S=solve((c1/lam - c2)*exp(-c3/lam)==K4/Vw)_
%------------4---------------
The answer is always the same: Warning: Explicit solution could not be found
Help me please!

Respuestas (0)

La pregunta está cerrada.

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by