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

 採用された回答

Ameer Hamza
Ameer Hamza 2020 年 11 月 2 日
編集済み: Ameer Hamza 2020 年 11 月 5 日

0 投票

Your equation is
Your equation does not have a unique solution for each 'x'.

その他の回答 (0 件)

カテゴリ

質問済み:

2020 年 11 月 2 日

編集済み:

2020 年 11 月 5 日

Community Treasure Hunt

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

Start Hunting!

Translated by