필터 지우기
필터 지우기

LOG with two answers?

조회 수: 1 (최근 30일)
Jan
Jan 2011년 9월 18일
Hi, I have a sym variable, n. When I run a solve on n, my answer is: ans =
log(23/20, 21452595063076061183/2276332666880001)
How am I supposed to interpret this answer?

채택된 답변

Walter Roberson
Walter Roberson 2011년 9월 18일
log(b, x) represents the logarithm of x to the base b.
So you asked to take the log of 9424.191540720421 with respect to the base 1.15
If you were to show us the original formula (and any constants) we might be able to explain how you got a base of 1.15 .
  댓글 수: 1
Jan
Jan 2011년 9월 18일
Thank you!
Also, to convert the symbolic log expression to a numeric value use:
double(sym_ans)

댓글을 달려면 로그인하십시오.

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Conversion Between Symbolic and Numeric에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by