MathGroup Archive 1998

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

Search the Archive

Arrays of equations

  • To: mathgroup at smc.vnet.net
  • Subject: [mg12746] Arrays of equations
  • From: "Issac Trotts" <trotts at cs.ucdavis.edu>
  • Date: Fri, 5 Jun 1998 02:04:23 -0400
  • Organization: Verio Sacramento/NSNet
  • Sender: owner-wri-mathgroup at wolfram.com

Hi all,

I'd like to make an array of equations looking like this:

        f(x) + g(x) = h(x) - q(x)
=>             g(x) = h(x) - q(x) - f(x)

etc.

I've been doing this with a table: making four columns, one for the =>,
one for the left hand side of the equation, one for the equals sign,
and one for the right hand side of the equation.  This works fine,
except that everything is centered in each column of the table.  If I
could right-align the stuff to the left of the "=" and left-align the
stuff to the right, I would be happy.  Does anyone know how to do this?

thanks,
Issac



  • Prev by Date: Union[{Pi, N[Pi]}]
  • Next by Date: Integration
  • Previous by thread: RE: Union[{Pi, N[Pi]}]
  • Next by thread: Re: Arrays of equations