i need to solve this equation
Show older comments
Accepted Answer
More Answers (1)
Yuvaraj Venkataswamy
on 25 Aug 2018
if true
eqn = 81^7-(x/27)^(2*x) == 0;
solx = solve(eqn, x)
end
1 Comment
Amjad Green
on 25 Aug 2018
Categories
Find more on Numeric Solvers in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!