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

 채택된 답변

Ameer Hamza
Ameer Hamza 2020년 10월 31일
편집: Ameer Hamza 2020년 10월 31일

0 개 추천

Your equation is
which shows that your equation has no solution.

추가 답변 (0개)

카테고리

질문:

2020년 10월 31일

편집:

2020년 10월 31일

Community Treasure Hunt

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

Start Hunting!

Translated by