Oct 30, 2017 #1 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.
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.
Oct 30, 2017 #2 Orodruin Staff Emeritus Science Advisor Homework Helper Insights Author Gold Member 2025 Award Messages 22,832 Reaction score 14,876 You just did it. Matrix notation makes it neater, but the meaning is the same.
Oct 30, 2017 #3 fresh_42 Staff Emeritus Science Advisor Homework Helper Insights Author 2025 Award Messages 20,819 Reaction score 28,465 https://en.wikipedia.org/wiki/System_of_linear_equations https://en.wikipedia.org/wiki/Matrix_(mathematics)#Linear_equations
https://en.wikipedia.org/wiki/System_of_linear_equations https://en.wikipedia.org/wiki/Matrix_(mathematics)#Linear_equations
Oct 30, 2017 #4 member 587159 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}##
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}##
Oct 30, 2017 #5 mathwonk Science Advisor Homework Helper Messages 12,011 Reaction score 2,314 If T is a linear transformation and v and w are vector, one can simply write T(v) = w.