|
[Date Index]
[Thread Index]
[Author Index]
Inequality not documented in 6.0
- To: mathgroup at smc.vnet.net
- Subject: [mg89969] Inequality not documented in 6.0
- From: magma <maderri2 at gmail.com>
- Date: Wed, 25 Jun 2008 06:29:04 -0400 (EDT)
An expression like
x>y>z
has a FullForm
Greater[x,y,z]
However...
x>y>=z (*the relational operators are different *)
has FullForm
Inequality[x, Greater, y, GreaterEqual, z]
which uses Inequality.
Inequality does not appear to be documented in 6.0, yet it works well.
Is it documented in later versions?
Prev by Date:
Ploting integral curves
Next by Date:
Re: FullGraphics[] does not work properly
Previous by thread:
Re: Ploting integral curves
Next by thread:
Re: Inequality not documented in 6.0
|