Group Abstract Group Abstract

Message Boards Message Boards

0
|
6.5K Views
|
2 Replies
|
0 Total Likes
View groups...
Share
Share this post:

Assuming[ci != 0, Sign[ci]^2==1]

Posted 10 years ago
POSTED BY: Tomáš Hruš
2 Replies
Posted 10 years ago
POSTED BY: Tomáš Hruš

Mathematica thinks with complex numbers and the identity is not true with complex numbers.

Assuming[ci != 0 && Element[ci, Reals], (Sign[ci]^2 == 1) // 
  FullSimplify]
POSTED BY: Sean Clarke
Reply to this discussion
Community posts can be styled and formatted using the Markdown syntax.
Reply Preview
Attachments
Remove
or Discard