MathGroup Archive 2009

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

Search the Archive

TraditionForm Appears to be Inconsistent

  • To: mathgroup at smc.vnet.net
  • Subject: [mg99551] TraditionForm Appears to be Inconsistent
  • From: uk.org.microserf at googlemail.com
  • Date: Thu, 7 May 2009 06:40:13 -0400 (EDT)

Hi

The Mathematica 7 documentation says that

TraditionalForm[Exp[I \[Theta]] == Cos[\[Theta]] + I Sin[\[Theta]]]

will display the expression in traditional form, and indeed it does.
However, the following evaluates the expression and then displays True
in traditional form:

TraditionalForm[Cos[x] == Sin[x + \[Pi]/2]]

Why is TraditionalForm behaving differently in these two apparently
identical situations, and how can I get Mathematica to display this
trigonometric identity in traditional form?

Thanks in advance

Chris


  • Prev by Date: Re: problems with DSolve
  • Next by Date: Re: Making a user interface
  • Previous by thread: Re: Re: math glyphs from non-Mathematica font
  • Next by thread: Re: TraditionForm Appears to be Inconsistent