Notation for systems of simultaneous equations

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
4 replies · 2K views
Benjamin Irwin
What notation would I need to use in order to write a mathematical statement to define a System S of simultaneous equations - let's say ax+by=c and ex+fy=g.
 
Physics news on Phys.org
Usually the system is denoted with:

##\begin{cases} ax + by = c \\ dx + ey = f\end{cases}##

or ##\begin{pmatrix} a & b \\ d & e \end{pmatrix} \begin{pmatrix} x \\ y \end{pmatrix} = \begin{pmatrix} c \\ f \end{pmatrix}##
 
  • Like
Likes   Reactions: Benjamin Irwin