how to solve ln(3) in matlab

19 Ansichten (letzte 30 Tage)
thanos zisopoulos
thanos zisopoulos am 25 Nov. 2017
Beantwortet: John D'Errico am 25 Nov. 2017
i want to find ln(3) and the matlab write this
>> ln(3)
Undefined function or variable 'ln'.

Antworten (1)

John D'Errico
John D'Errico am 25 Nov. 2017
There is NO ln function in MATLAB. This is true of most programming languages that I know in fact. My guess is that the name ln would be easily confused, depending on the font. log is easier to read and recognize.
log(3)
help log

Kategorien

Mehr zu Exponents and Logarithms finden Sie in Help Center und File Exchange

Tags

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by