how to solve two equations in one variable

How can i calculate the value of the variable (X) from these two equations, if i know the value of J and D

 Respuesta aceptada

David Hill
David Hill el 6 de Abr. de 2020
syms x;
J=
D=
eq=exp(-x)-52*x^3==J/D;%combine the equations yourself
vpasolve(eq,x);

Más respuestas (0)

Categorías

Más información sobre Symbolic Math Toolbox en Centro de ayuda y File Exchange.

Etiquetas

Preguntada:

el 6 de Abr. de 2020

Comentada:

el 6 de Abr. de 2020

Community Treasure Hunt

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

Start Hunting!

Translated by