i need to solve this equation
조회 수: 11 (최근 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!