Adversity Testing MATLAB. Why does matlab say this?

1 次查看(过去 30 天)
I give this command and get answer as below. What does this mean? I was simply doing adverstity testing of MATLAB.
syms x
s=solve(sin(x)^2 + cos(x)^2 == 1)
s =
C_

采纳的回答

David Young
David Young 2015-1-16
C_ is the set of complex numbers. That looks right, since the identity is true for any value of x.
  2 个评论
David Young
David Young 2015-1-16
Note that in my answer, C_ is a link to the documentation. I found it by Googling "matlab symbolic toolbox C_".

请先登录,再进行评论。

更多回答(0 个)

标签

Community Treasure Hunt

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

Start Hunting!

Translated by