how to solve two equations in one variable

5 Ansichten (letzte 30 Tage)
ahmed mohamed
ahmed mohamed am 6 Apr. 2020
Kommentiert: David Hill am 6 Apr. 2020
How can i calculate the value of the variable (X) from these two equations, if i know the value of J and D

Akzeptierte Antwort

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

Weitere Antworten (0)

Community Treasure Hunt

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

Start Hunting!

Translated by