フィルターのクリア

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 Center および File ExchangeConversion 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