warning :unable to find explicit solution

Hello,
If anybody can help me with this equation:
my variables
Trough : c
Dose : d
Vd : v
e : exponent 2.718
k : x
T infusion: f
t : t
here is my code:
syms c d v x f t
eqn = c==(((d/v)*exp(-x*f)+(c))*exp(-x*t))
solx = solve (eqn,x,"IgnoreAnalyticConstraints",1)
and this is the result:
I need to have an explicit eqaution to solve for K which is x in the equation.
I am using Matlab online
Thank you so much guys.

 Respuesta aceptada

Alan Stevens
Alan Stevens el 30 de Jul. de 2020

0 votos

There is no explicit solution for k! However, Matlab would have no difficulty in finding numerical values given values for the other parameters.

Más respuestas (0)

Categorías

Más información sobre Mathematics en Centro de ayuda y File Exchange.

Etiquetas

Preguntada:

el 30 de Jul. de 2020

Respondida:

el 30 de Jul. de 2020

Community Treasure Hunt

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

Start Hunting!

Translated by