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