Adversity Testing MATLAB. Why does matlab say this?

1 Ansicht (letzte 30 Tage)
Seetha Rama Raju Sanapala
Seetha Rama Raju Sanapala am 16 Jan. 2015
Kommentiert: David Young am 16 Jan. 2015
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_

Akzeptierte Antwort

David Young
David Young am 16 Jan. 2015
C_ is the set of complex numbers. That looks right, since the identity is true for any value of x.
  2 Kommentare
Seetha Rama Raju Sanapala
Seetha Rama Raju Sanapala am 16 Jan. 2015
How did you know about C_? Where can I get this information?
David Young
David Young am 16 Jan. 2015
Note that in my answer, C_ is a link to the documentation. I found it by Googling "matlab symbolic toolbox C_".

Melden Sie sich an, um zu kommentieren.

Weitere Antworten (0)

Community Treasure Hunt

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

Start Hunting!

Translated by