MathGroup Archive 2001

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

Search the Archive

Re: Aligning equal signs

  • To: mathgroup at smc.vnet.net
  • Subject: [mg31414] Re: [mg31403] Aligning equal signs
  • From: BobHanlon at aol.com
  • Date: Sat, 3 Nov 2001 05:29:21 -0500 (EST)
  • Sender: owner-wri-mathgroup at wolfram.com

In a message dated 2001/11/1 3:04:51 AM, kmorga51 at calvin.edu writes:

>Is there any way to get Mathematica to automatically align equal signs
>when
>writing multiple line equations in TraditionalForm (such as seen in a
>textbook)?
>

eqns = {a==b+c+d+e, a+b==c+d+e, a+b+c==d+e, a+b+c+d==e};

DisplayForm[GridBox[List /@ eqns, ColumnAlignments -> "=="]]


Bob Hanlon
Chantilly, VA  USA


  • Prev by Date: Foldlist Question
  • Next by Date: Re: Zero does not equal Zero
  • Previous by thread: Aligning equal signs
  • Next by thread: Re: Aligning equal signs