isequal return false. How to get logical 1 ?

1 view (last 30 days)
How to get logical 1 ?
I don't understand
syms g1 g2 gs
e=1/gs+1/(g1+g2)
f=(g1+g2+gs)/(gs*(g1+g2))
isequal(e,f)

Accepted Answer

Walter Roberson
Walter Roberson on 25 Apr 2021
isAlways(e==f)

More Answers (0)

Community Treasure Hunt

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

Start Hunting!