Empty sym: 0-by-1 Log function

2 vues (au cours des 30 derniers jours)
Franzisca Hitz
Franzisca Hitz le 31 Oct 2020
Modifié(e) : Ameer Hamza le 31 Oct 2020
The result of:
syms s
expr = (2*log10(1000*s))-(log10(s^2));
solve(expr)
shoul be 6.
Why do I get the result: Empty sym: 0-by-1?
What is the correct sytax?
Thank you

Réponse acceptée

Ameer Hamza
Ameer Hamza le 31 Oct 2020
Modifié(e) : Ameer Hamza le 31 Oct 2020
Your equation is
which shows that your equation has no solution.

Plus de réponses (0)

Community Treasure Hunt

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

Start Hunting!

Translated by