Why is it wrong: e3=sym('sin(x)^2+cos(x)=0')
Show older comments
Why is it wrong: e3=sym('sin(x)^2+cos(x)=0')
Accepted Answer
More Answers (1)
KSSV
on 22 Apr 2019
syms x
e3 = sin(x)^2+cos(x)==0
Categories
Find more on Operations on Strings in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!