How do I check validity of logarithm rule?
4 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
Love Gerdin
am 26 Nov. 2018
Bearbeitet: Stephan
am 26 Nov. 2018
Hello, I want to check if the logarthm product rule
is true using MATLAB R2018a.
I have tested the functions logical and isAlways without success. My code:
syms a;
syms b;
isAlways (log(a*b) == log(a)+log(b))
Which returns the following in command window:
Warning: Unable to prove 'log(a*b) == log(a) + log(b)'.
> In symengine
In sym/isAlways (line 42)
In test (line 12)
ans =
logical
0
0 Kommentare
Akzeptierte Antwort
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu Assumptions finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!