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

 采纳的回答

syms x;
J=
D=
eq=exp(-x)-52*x^3==J/D;%combine the equations yourself
vpasolve(eq,x);

更多回答(0 个)

类别

帮助中心File Exchange 中查找有关 Symbolic Math Toolbox 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by