How can I represent a system of many equations? Is it possible?

1 Answer
Jun 9, 2015

Yes, it is possible.

Explanation:

Here's how that would look

  • Without the hashtags

{ (2x + 4y -z = 7), (x -y + 5z = 10), (-x + 3y + 3z = 25) :}

  • With the hashtags

#{ (2x + 4y -z = 7), (x -y + 5z = 10), (-x + 3y + 3z = 25) :}#

You can add as many equations as you like, as long as you group them like that.

If you want the bracket to be on the other side of the equations, you can write

  • Without the hashtags

{: (2x + 4y -z = 7), (x -y + 5z = 10), (-x + 3y + 3z = 25) :}}

  • With the hashtags

#{: (2x + 4y -z = 7), (x -y + 5z = 10), (-x + 3y + 3z = 25) :}}#