Mathematical Computations – MATLAB for Beginners – MATLAB Basics – Tutorials – Volume-2

Unit-6

Exponential and Logarithmic Functions

>> 10^3
ans =
        1000


>> 1e+3
ans =
        1000


>> sqrt(25)
ans =
     5

>> exp(1)
ans =
    2.7183


>> log(100)
ans =
    4.6052


>> log10(100)
ans =
     2

Be the first to comment

Leave a Reply

Your email address will not be published.


*


1 × 3 =