Empty sym: 0-by-1 Log function
2 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
Franzisca Hitz
il 31 Ott 2020
Modificato: Ameer Hamza
il 31 Ott 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
0 Commenti
Risposta accettata
Ameer Hamza
il 31 Ott 2020
Modificato: Ameer Hamza
il 31 Ott 2020
Your equation is
which shows that your equation has no solution.
0 Commenti
Più risposte (0)
Vedere anche
Categorie
Scopri di più su Calculus in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!