The mathematical quantities e^x, ln x, and log x are calculated in Matlab using the expressions exp(x), log(x), and log10(x), respectively. Using the above, calculate each of these quantities.
Solution Stats
Problem Comments
4 Comments
Solution Comments
Show comments
Loading...
Problem Recent Solvers106
Suggested Problems
-
Project Euler: Problem 1, Multiples of 3 and 5
3706 Solvers
-
Project Euler: Problem 10, Sum of Primes
2120 Solvers
-
Right Triangle Side Lengths (Inspired by Project Euler Problem 39)
2108 Solvers
-
318 Solvers
-
Compute LOG(1+X) in natural log
264 Solvers
More from this Author23
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
Test suite needs to be fixed. Missing parenthesis.
Thank you for noticing, I have fixed it.
Still broken. 'e' is not a valid form of 'exp'. Please change it. And as a friendly suggestion, test a reference solution before publishing problems so that you can see they are broken.
This problem has been edited and is now solvable.