Adversity Testing MATLAB. Why does matlab say this?

조회 수: 1 (최근 30일)
Seetha Rama Raju Sanapala
Seetha Rama Raju Sanapala 2015년 1월 16일
댓글: David Young 2015년 1월 16일
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
Seetha Rama Raju Sanapala
Seetha Rama Raju Sanapala 2015년 1월 16일
How did you know about C_? Where can I get this information?
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개)

카테고리

Help CenterFile Exchange에서 Utilities for the Solver에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by