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

 採用された回答

David Hill
David Hill 2020 年 4 月 6 日

0 投票

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

1 件のコメント

David Hill
David Hill 2020 年 4 月 6 日
You did not use the correct equation.
eq=exp(-x)-52*x^3==J/D;

サインインしてコメントする。

その他の回答 (0 件)

カテゴリ

ヘルプ センター および File ExchangeSymbolic Math Toolbox についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by