MathGroup Archive 2004

[Date Index] [Thread Index] [Author Index]

Search the Archive

Equal, Inequality and TraditionalForm

  • To: mathgroup at smc.vnet.net
  • Subject: [mg46283] Equal, Inequality and TraditionalForm
  • From: alvaro diaz <alvarodiazfalconi at yahoo.com>
  • Date: Fri, 13 Feb 2004 21:56:47 -0500 (EST)
  • Sender: owner-wri-mathgroup at wolfram.com

Try this:

In InputForm, put
    a=10;b=10;c=15;
    Inequality[a,Equal,b,Less,c]
Then convert to NormalForm with CtrlShftN
and run the cell ... -> True.
Now convert to TraditionalForm with CtrlShftT
and run the cell ... -> True<15

Examine the cell with CtrlE. You can see in
NormalForm a function with no documentation
called "Inequality".

This function not work properly in Traditional Form
 ...
Perhaps because i'define this notation
   InfixNotation[==,Equal]
I do'nt know.


Alvaro.


__________________________________
Do you Yahoo!?
Yahoo! Finance: Get your refund fast by filing online.
http://taxes.yahoo.com/filing.html


  • Prev by Date: Re: how to plot with logarithmic scale on X-axis ?
  • Next by Date: The Scan Built-In Function
  • Previous by thread: RE: Understanding Flatten
  • Next by thread: Re: Equal, Inequality and TraditionalForm