i need to solve this equation
1 回表示 (過去 30 日間)
古いコメントを表示
81^7-(x/27)^(2*x)=0
0 件のコメント
採用された回答
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
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
2018 年 8 月 25 日
編集済み: madhan ravi
2018 年 8 月 25 日
You can also thank me by giving a vote :)
その他の回答 (1 件)
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!