Skip to main content
Known Participant
September 5, 2010
Question

Aligning Equations

  • September 5, 2010
  • 1 reply
  • 395 views

I've found a kludge to get me by, but still wonder what is the proper way to align a multi-line equation. Let's say I have this equation:

z = x+y = 4+6 = 10

I want this on 3 lines, with the '=' signs aligned. So I insert manual breaks and get this:

z = x+y

= 4+6

= 10

It seems logical to me that I should be able to go to Equation->Positioning, and select Alignment->'Left of ='. But this does not work. My kludge is to insert redundent z's, like this:

z = x+y

z = 4+6

z = 10

and for all but the first line, I set the font color for the z's to be white, so they are invisible:

z = x+y

z = 4+6

z = 10

What's the proper way to do this?

    This topic has been closed for replies.

    1 reply

    Inspiring
    September 6, 2010

    The alignment command should work when you use a vertical list instead of manual breaks, as described here.

    YZZYXAuthor
    Known Participant
    September 6, 2010

    In 15 years of using FM, I have never used a vertical list. It works just like you said, and I've learned something new. Thanks!