Effacer les filtres
Effacer les filtres

LOG with two answers?

1 vue (au cours des 30 derniers jours)
Jan
Jan le 18 Sep 2011
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?

Réponse acceptée

Walter Roberson
Walter Roberson le 18 Sep 2011
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 commentaire
Jan
Jan le 18 Sep 2011
Thank you!
Also, to convert the symbolic log expression to a numeric value use:
double(sym_ans)

Connectez-vous pour commenter.

Plus de réponses (0)

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by