Empty sym: 0-by-1 Log
Afficher commentaires plus anciens
Hello
My syntax:
clear clc
clc
syms x y
expr = log10(x*y)-log10(x)+log10(y);
solve(expr)
has the result: Empty sym: 0-by-1
The sult should be 2*log10(y)
How do I need to change my syntax?
Thank you
Réponse acceptée
Plus de réponses (0)
Catégories
En savoir plus sur Assumptions dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!