Benjamin Irwin Thread starter Oct 30, 2017 #1 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.
Orodruin Staff Emeritus Science Advisor Homework Helper Insights Author Gold Member 2025 Award Messages 22,832 Reaction score 14,876 Oct 30, 2017 #2 You just did it. Matrix notation makes it neater, but the meaning is the same.
fresh_42 Staff Emeritus Science Advisor Homework Helper Insights Author 2025 Award Messages 20,819 Reaction score 28,466 Oct 30, 2017 #3 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
member 587159 Oct 30, 2017 #4 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}##
mathwonk Science Advisor Homework Helper Messages 12,021 Reaction score 2,319 Oct 30, 2017 #5 If T is a linear transformation and v and w are vector, one can simply write T(v) = w.