Mathematica 9 is now available

Unequal

Usage

lhs NotEqual rhs or lhs  rhs returns False if lhs and rhs are identical.


Notes

x  y can be entered as x \[NotEqual] y or x AliasIndicatorNotEqualAliasIndicator y.
lhs  rhs returns True if lhs and rhs are determined to be unequal by comparisons between numbers or other raw data, such as strings.
• Approximate numbers are considered unequal if they differ beyond their last two decimal digits.
      ... gives True only if none of the  are equal. 2  3  2LongRightArrow .
lhs  rhs represents a symbolic condition that can be generated and manipulated by functions like Reduce and LogicalExpand.
Unequal[e] gives True.
• For exact numeric quantities, Unequal internally uses numerical approximations to establish inequality. This process can be affected by the setting of the global variable $MaxExtraPrecision.
• In StandardForm, Unequal is printed using  .
• See Section 1.5.6.
• See also: Equal, UnsameQ, Order.
• New in Version 1; modified in 3.


Any questions about topics on this page? Click here to get an individual response.Buy NowMore Information
THIS IS DOCUMENTATION FOR AN OBSOLETE PRODUCT.
SEE THE DOCUMENTATION CENTER FOR THE LATEST INFORMATION.