i need to solve this equation

1 回表示 (過去 30 日間)
Amjad Green
Amjad Green 2018 年 8 月 25 日
編集済み: madhan ravi 2018 年 8 月 25 日
81^7-(x/27)^(2*x)=0

採用された回答

madhan ravi
madhan ravi 2018 年 8 月 25 日
編集済み: madhan ravi 2018 年 8 月 25 日
syms x
eqn = 81^7-(x/27)^(2*x)==0
x = vpasolve(eqn,x)
  3 件のコメント
madhan ravi
madhan ravi 2018 年 8 月 25 日
編集済み: madhan ravi 2018 年 8 月 25 日
Read the link below:
1) Type mupad in command window.
2) On the right bottom corner:
1) select solve instead of General math.
2) And click numeric option from it type the red line.
3) Press enter to run the code.
madhan ravi
madhan ravi 2018 年 8 月 25 日
編集済み: madhan ravi 2018 年 8 月 25 日
You can also thank me by giving a vote :)

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

その他の回答 (1 件)

Yuvaraj Venkataswamy
Yuvaraj Venkataswamy 2018 年 8 月 25 日
if true
eqn = 81^7-(x/27)^(2*x) == 0;
solx = solve(eqn, x)
end
  1 件のコメント
Amjad Green
Amjad Green 2018 年 8 月 25 日
it's giving me a strange answer

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

カテゴリ

Help Center および File ExchangeNumeric Solvers についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by