i need to solve this equation
2 次查看(过去 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.
更多回答(1 个)
另请参阅
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!