value of log(1000)

7 次查看(过去 30 天)
MD NASAR
MD NASAR 2012-5-9
回答: Dina 2023-3-7
hi all i want to find value of log(1000)in matlab, we know lo(1000) value is 3, but matlab calculate it 6.9078. tell me how to calculate this value
Thank You

采纳的回答

Win co
Win co 2012-5-9
the value 6.9078 is ln(1000) . To compute log(1000), you can type : >> log10(1000)
ans =
3
or
>> log(1000)/log(10)
ans =
3.0000

更多回答(2 个)

Richard Brown
Richard Brown 2012-5-9

Dina
Dina 2023-3-7
log(1000)

类别

Help CenterFile Exchange 中查找有关 Exponents and Logarithms 的更多信息

标签

Community Treasure Hunt

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

Start Hunting!

Translated by