SlideShare a Scribd company logo
1 of 66
Matrix Notation
Matrix Notation
A matrix is a rectangular table of numbers.
Matrix Notation
A matrix is a rectangular table of numbers.
For example
                     -1 2 -1
 5 2 -3               6 -2 3
 4 -1 0              11 9 -4
are matrices.
Matrix Notation
A matrix is a rectangular table of numbers.
For example
                     -1 2 -1
 5 2 -3               6 -2 3
 4 -1 0              11 9 -4
are matrices. Systems of linear equations can be put into
matrices then solved using matrix notation and elimination
method.
Matrix Notation
A matrix is a rectangular table of numbers.
For example
                      -1 2 -1
 5 2 -3                6 -2 3
 4 -1 0               11 9 -4
are matrices. Systems of linear equations can be put into
matrices then solved using matrix notation and elimination
method.
For example, if we put the following system into a matrix,
  x + 4y = –7      Eq. 1
{2x – 3y = 8       Eq. 2
Matrix Notation
A matrix is a rectangular table of numbers.
For example
                      -1 2 -1
 5 2 -3                6 -2 3
 4 -1 0               11 9 -4
are matrices. Systems of linear equations can be put into
matrices then solved using matrix notation and elimination
method.
For example, if we put the following system into a matrix,
  x + 4y = –7      Eq. 1
{2x – 3y = 8       Eq. 2
we get
    1 4    -7
    2 -3    8
Matrix Notation
Each row of the matrix corresponds to an equation and
each column corresponds to a variable except that the last
column corresponds to numbers.
Matrix Notation
Each row of the matrix corresponds to an equation and
each column corresponds to a variable except that the last
column corresponds to numbers. Operations of the
equations correspond to operations of rows in the matrices.
There’re three main operations.
Matrix Notation
Each row of the matrix corresponds to an equation and
each column corresponds to a variable except that the last
column corresponds to numbers. Operations of the
equations correspond to operations of rows in the matrices.
There’re three main operations.
The Three Row Operations for Matrices
Matrix Notation
Each row of the matrix corresponds to an equation and
each column corresponds to a variable except that the last
column corresponds to numbers. Operations of the
equations correspond to operations of rows in the matrices.
There’re three main operations.
The Three Row Operations for Matrices
I. Switching rows, notated as Row i    Row j, or Ri     Rj
Matrix Notation
Each row of the matrix corresponds to an equation and
each column corresponds to a variable except that the last
column corresponds to numbers. Operations of the
equations correspond to operations of rows in the matrices.
There’re three main operations.
The Three Row Operations for Matrices
I. Switching rows, notated as Row i    Row j, or Ri     Rj
For example,
1 4    -7
2 -3    8
Matrix Notation
Each row of the matrix corresponds to an equation and
each column corresponds to a variable except that the last
column corresponds to numbers. Operations of the
equations correspond to operations of rows in the matrices.
There’re three main operations.
The Three Row Operations for Matrices
I. Switching rows, notated as Row i    Row j, or Ri     Rj
For example,
1 4    -7   R1      R2     2 -3     8
2 -3    8                  1 4     -7
Matrix Notation
Each row of the matrix corresponds to an equation and
each column corresponds to a variable except that the last
column corresponds to numbers. Operations of the
equations correspond to operations of rows in the matrices.
There’re three main operations.
The Three Row Operations for Matrices
I. Switching rows, notated as Row i    Row j, or Ri     Rj
For example,
1 4     -7   R1      R2     2 -3     8
2 -3     8                  1 4     -7
II. Multiply Row i by a nonzero constant k, notated as k*Ri.
Matrix Notation
Each row of the matrix corresponds to an equation and
each column corresponds to a variable except that the last
column corresponds to numbers. Operations of the
equations correspond to operations of rows in the matrices.
There’re three main operations.
The Three Row Operations for Matrices
I. Switching rows, notated as Row i    Row j, or Ri     Rj
For example,
1 4     -7   R1      R2     2 -3     8
2 -3     8                  1 4     -7
II. Multiply Row i by a nonzero constant k, notated as k*Ri.
For example:
1 4     -7
2 -3     8
Matrix Notation
Each row of the matrix corresponds to an equation and
each column corresponds to a variable except that the last
column corresponds to numbers. Operations of the
equations correspond to operations of rows in the matrices.
There’re three main operations.
The Three Row Operations for Matrices
I. Switching rows, notated as Row i    Row j, or Ri     Rj
For example,
1 4     -7   R1      R2     2 -3     8
2 -3     8                  1 4     -7
II. Multiply Row i by a nonzero constant k, notated as k*Ri.
For example:
1 4     -7     -3*R2
2 -3     8
Matrix Notation
Each row of the matrix corresponds to an equation and
each column corresponds to a variable except that the last
column corresponds to numbers. Operations of the
equations correspond to operations of rows in the matrices.
There’re three main operations.
The Three Row Operations for Matrices
I. Switching rows, notated as Row i    Row j, or Ri     Rj
For example,
1 4     -7   R1      R2     2 -3     8
2 -3     8                  1 4     -7
II. Multiply Row i by a nonzero constant k, notated as k*Ri.
For example:
 1 4 -7                     1 4 -7
                -3*R2
 2 -3 8                     -6 9 -24
Matrix Notation
III. Add the multiple of row on top of another row, notated as
     “k*Ri add  Rj”.
Matrix Notation
III. Add the multiple of row on top of another row, notated as
     “k*Ri add  Rj”.
For example,

 1 4     -7
 2 -3     8
Matrix Notation
III. Add the multiple of row on top of another row, notated as
     “k*Ri add  Rj”.
For example,

 1 4     -7   -2*R1 add  R2
 2 -3     8
Matrix Notation
III. Add the multiple of row on top of another row, notated as
     “k*Ri add  Rj”.
For example,               write a copy of -2*R1
     -2 -8     14
  1 4 -7 -2*R1 add  R2
  2 -3 8
Matrix Notation
III. Add the multiple of row on top of another row, notated as
     “k*Ri add  Rj”.
For example,               write a copy of -2*R1
     -2 -8     14
  1 4 -7 -2*R1 add  R2 1 4 -7
  2 -3 8                            0 -11 22
Matrix Notation
III. Add the multiple of row on top of another row, notated as
     “k*Ri add  Rj”.
For example,               write a copy of -2*R1
     -2 -8     14
  1 4 -7 -2*R1 add  R2 1 4 -7
  2 -3 8                            0 -11 22

Fact: Performing row operations on a matrix does not change
the solution of the system.
Matrix Notation
III. Add the multiple of row on top of another row, notated as
     “k*Ri add  Rj”.
For example,               write a copy of -2*R1
     -2 -8     14
  1 4 -7 -2*R1 add  R2 1 4 -7
  2 -3 8                            0 -11 22

Fact: Performing row operations on a matrix does not change
the solution of the system.
Elimination Method in Matrix Notation
Matrix Notation
III. Add the multiple of row on top of another row, notated as
     “k*Ri add  Rj”.
For example,               write a copy of -2*R1
     -2 -8     14
  1 4 -7 -2*R1 add  R2 1 4 -7
  2 -3 8                            0 -11 22

Fact: Performing row operations on a matrix does not change
the solution of the system.
Elimination Method in Matrix Notation
• Apply row operations to transform the matrix to the upper
diagonal form where all the entries below the main diagonal
(the lower left triangular region) are 0.
Matrix Notation
III. Add the multiple of row on top of another row, notated as
     “k*Ri add  Rj”.
For example,               write a copy of -2*R1
     -2 -8     14
  1 4 -7 -2*R1 add  R2 1 4 -7
  2 -3 8                            0 -11 22

Fact: Performing row operations on a matrix does not change
the solution of the system.
Elimination Method in Matrix Notation
• Apply row operations to transform the matrix to the upper
diagonal form where all the entries below the main diagonal
(the lower left triangular region) are 0.
*   *   *   *
*   *   *   *
*   *   *   *
Matrix Notation
III. Add the multiple of row on top of another row, notated as
     “k*Ri add  Rj”.
For example,               write a copy of -2*R1
     -2 -8     14
  1 4 -7 -2*R1 add  R2 1 4 -7
  2 -3 8                            0 -11 22

Fact: Performing row operations on a matrix does not change
the solution of the system.
Elimination Method in Matrix Notation
• Apply row operations to transform the matrix to the upper
diagonal form where all the entries below the main diagonal
(the lower left triangular region) are 0.
*   *   *   *   Row operations
*   *   *   *
*   *   *   *
Matrix Notation
III. Add the multiple of row on top of another row, notated as
     “k*Ri add  Rj”.
For example,               write a copy of -2*R1
     -2 -8     14
  1 4 -7 -2*R1 add  R2 1 4 -7
  2 -3 8                            0 -11 22

Fact: Performing row operations on a matrix does not change
the solution of the system.
Elimination Method in Matrix Notation
• Apply row operations to transform the matrix to the upper
diagonal form where all the entries below the main diagonal
(the lower left triangular region) are 0.
*   *   *   *   Row operations        * * * *
*   *   *   *                         0
                                      0
                                        * * *
                                        0
*   *   *   *                             * *
Matrix Notation
2. Starting from the bottom row, get the answer for one of the
variable.
Matrix Notation
2. Starting from the bottom row, get the answer for one of the
variable. Then go up one row, using the solution already
obtained to get another answer of another variable.
Matrix Notation
2. Starting from the bottom row, get the answer for one of the
variable. Then go up one row, using the solution already
obtained to get another answer of another variable. Repeat
the process, working up the rows to extract all solutions.
Matrix Notation
2. Starting from the bottom row, get the answer for one of the
variable. Then go up one row, using the solution already
obtained to get another answer of another variable. Repeat
the process, working up the rows to extract all solutions.
Example A. Solve using matrix notation.
    x + 4y = -7    Eq. 1
{  2x – 3y = 8     Eq. 2
Matrix Notation
2. Starting from the bottom row, get the answer for one of the
variable. Then go up one row, using the solution already
obtained to get another answer of another variable. Repeat
the process, working up the rows to extract all solutions.
Example A. Solve using matrix notation.
    x + 4y = -7    Eq. 1
{  2x – 3y = 8     Eq. 2
Put the system into a matrix:
Matrix Notation
2. Starting from the bottom row, get the answer for one of the
variable. Then go up one row, using the solution already
obtained to get another answer of another variable. Repeat
the process, working up the rows to extract all solutions.
Example A. Solve using matrix notation.
    x + 4y = -7    Eq. 1
{  2x – 3y = 8     Eq. 2
Put the system into a matrix:

 1 4     -7
 2 -3     8
Matrix Notation
2. Starting from the bottom row, get the answer for one of the
variable. Then go up one row, using the solution already
obtained to get another answer of another variable. Repeat
the process, working up the rows to extract all solutions.
Example A. Solve using matrix notation.
    x + 4y = -7    Eq. 1
{  2x – 3y = 8     Eq. 2
Put the system into a matrix:

 1 4     -7
 2 -3     8
Matrix Notation
2. Starting from the bottom row, get the answer for one of the
variable. Then go up one row, using the solution already
obtained to get another answer of another variable. Repeat
the process, working up the rows to extract all solutions.
Example A. Solve using matrix notation.
    x + 4y = -7    Eq. 1
{  2x – 3y = 8     Eq. 2
Put the system into a matrix:

 1 4     -7   -2*R1 add  R2
 2 -3     8
Matrix Notation
2. Starting from the bottom row, get the answer for one of the
variable. Then go up one row, using the solution already
obtained to get another answer of another variable. Repeat
the process, working up the rows to extract all solutions.
Example A. Solve using matrix notation.
    x + 4y = -7    Eq. 1
{  2x – 3y = 8     Eq. 2
Put the system into a matrix:
    -2   -8    14
 1 4      -7    -2*R1 add  R2
 2 -3      8
Matrix Notation
2. Starting from the bottom row, get the answer for one of the
variable. Then go up one row, using the solution already
obtained to get another answer of another variable. Repeat
the process, working up the rows to extract all solutions.
Example A. Solve using matrix notation.
    x + 4y = -7    Eq. 1
{  2x – 3y = 8     Eq. 2
Put the system into a matrix:
    -2   -8    14
 1 4      -7    -2*R1 add  R2    1 4 -7
 2 -3      8                      0 -11 22
Matrix Notation
2. Starting from the bottom row, get the answer for one of the
variable. Then go up one row, using the solution already
obtained to get another answer of another variable. Repeat
the process, working up the rows to extract all solutions.
Example A. Solve using matrix notation.
    x + 4y = -7    Eq. 1
{  2x – 3y = 8     Eq. 2
Put the system into a matrix:
    -2   -8    14
 1 4      -7    -2*R1 add  R2    1 4 -7
 2 -3      8                      0 -11 22

From the bottom R2: -11y = 22  y = -2
Matrix Notation
2. Starting from the bottom row, get the answer for one of the
variable. Then go up one row, using the solution already
obtained to get another answer of another variable. Repeat
the process, working up the rows to extract all solutions.
Example A. Solve using matrix notation.
    x + 4y = -7    Eq. 1
{  2x – 3y = 8     Eq. 2
Put the system into a matrix:
    -2   -8    14
 1 4      -7    -2*R1 add  R2    1 4 -7
 2 -3      8                      0 -11 22

From the bottom R2: -11y = 22  y = -2
Go up one row to R1 and set y = -2:
Matrix Notation
2. Starting from the bottom row, get the answer for one of the
variable. Then go up one row, using the solution already
obtained to get another answer of another variable. Repeat
the process, working up the rows to extract all solutions.
Example A. Solve using matrix notation.
    x + 4y = -7    Eq. 1
{  2x – 3y = 8     Eq. 2
Put the system into a matrix:
    -2   -8    14
 1 4      -7    -2*R1 add  R2    1 4 -7
 2 -3      8                      0 -11 22

From the bottom R2: -11y = 22  y = -2
Go up one row to R1 and set y = -2:
x + 4y = -7
Matrix Notation
2. Starting from the bottom row, get the answer for one of the
variable. Then go up one row, using the solution already
obtained to get another answer of another variable. Repeat
the process, working up the rows to extract all solutions.
Example A. Solve using matrix notation.
    x + 4y = -7    Eq. 1
{  2x – 3y = 8     Eq. 2
Put the system into a matrix:
    -2   -8    14
 1 4      -7    -2*R1 add  R2    1 4 -7
 2 -3      8                      0 -11 22

From the bottom R2: -11y = 22  y = -2
Go up one row to R1 and set y = -2:
x + 4y = -7
x + 4(-2) = -7
Matrix Notation
2. Starting from the bottom row, get the answer for one of the
variable. Then go up one row, using the solution already
obtained to get another answer of another variable. Repeat
the process, working up the rows to extract all solutions.
Example A. Solve using matrix notation.
    x + 4y = -7    Eq. 1
{  2x – 3y = 8     Eq. 2
Put the system into a matrix:
    -2   -8    14
 1 4      -7    -2*R1 add  R2    1 4 -7
 2 -3      8                      0 -11 22

From the bottom R2: -11y = 22  y = -2
Go up one row to R1 and set y = -2:
x + 4y = -7
x + 4(-2) = -7
x=1              Solution : (1, -2)
Matrix Notation
Example B. Solve using matrix notation.
                            E1
{
  2x + 3y + 3z = 13
   x + 2y + 2z = 8          E2
  3x + 2y + 3z = 13          E3
Matrix Notation
Example B. Solve using matrix notation.
                            E1
{
  2x + 3y + 3z = 13
   x + 2y + 2z = 8          E2
  3x + 2y + 3z = 13          E3
Put the system into a matrix:
Matrix Notation
Example B. Solve using matrix notation.
                            E1
{
  2x + 3y + 3z = 13
   x + 2y + 2z = 8          E2
  3x + 2y + 3z = 13          E3
Put the system into a matrix:
2 3      3 13
1 2      2    8
3 2      3 13
Matrix Notation
Example B. Solve using matrix notation.
                            E1
{
  2x + 3y + 3z = 13
   x + 2y + 2z = 8          E2
  3x + 2y + 3z = 13          E3
Put the system into a matrix:
2 3      3 13 R1          R2
1 2      2    8
3 2      3 13
Matrix Notation
Example B. Solve using matrix notation.
                            E1
{
  2x + 3y + 3z = 13
   x + 2y + 2z = 8          E2
  3x + 2y + 3z = 13          E3
Put the system into a matrix:
2 3      3 13 R1          R2      1       2   2   8
1 2      2    8                   2       3   3   13
3 2      3 13                     3       2   3   13
Matrix Notation
Example B. Solve using matrix notation.
                            E1
{
  2x + 3y + 3z = 13
   x + 2y + 2z = 8          E2
  3x + 2y + 3z = 13          E3
Put the system into a matrix:
2 3      3 13 R1          R2      1       2   2   8
1 2      2    8                   2       3   3   13
3 2      3 13                     3       2   3   13
                  -2R1 add R2
Matrix Notation
Example B. Solve using matrix notation.
                            E1
{
  2x + 3y + 3z = 13
   x + 2y + 2z = 8          E2
  3x + 2y + 3z = 13          E3
Put the system into a matrix:
                                   -2     -4   -4   -16
2 3      3 13 R1          R2      1       2    2    8
1 2      2    8                   2       3    3    13
3 2      3 13                     3       2    3    13
                  -2R1 add R2
Matrix Notation
Example B. Solve using matrix notation.
                            E1
{
  2x + 3y + 3z = 13
   x + 2y + 2z = 8          E2
  3x + 2y + 3z = 13          E3
Put the system into a matrix:
                                   -2     -4   -4   -16
2 3      3 13 R1          R2      1       2    2    8
1 2      2    8                   2       3    3    13
3 2      3 13                     3       2    3    13
                  -2R1 add R2
1 2      2    8
0 -1 -1 -3
3 2      3 13
Matrix Notation
Example B. Solve using matrix notation.
                            E1
{
  2x + 3y + 3z = 13
   x + 2y + 2z = 8          E2
  3x + 2y + 3z = 13          E3
Put the system into a matrix:
                               -2 -4      -4   -16
2 3      3 13 R1          R2  1 2         2    8
1 2      2    8               2 3         3    13
3 2      3 13                 3 2         3    13
                  -2R1 add R2
1 2      2    8
0 -1 -1 -3 -3* R1 add R3
3 2      3 13
Matrix Notation
Example B. Solve using matrix notation.
                            E1
{
  2x + 3y + 3z = 13
   x + 2y + 2z = 8          E2
  3x + 2y + 3z = 13          E3
Put the system into a matrix:
                               -2 -4      -4   -16
2 3      3 13 R1          R2  1 2         2    8
1 2      2    8               2 3         3    13
3 2      3 13                 3 2         3    13
 -3 -6   -6 -24   -2R1 add R2
1 2      2    8
0 -1 -1 -3 -3* R1 add R3
3 2      3 13
Matrix Notation
Example B. Solve using matrix notation.
                            E1
{
  2x + 3y + 3z = 13
   x + 2y + 2z = 8          E2
  3x + 2y + 3z = 13          E3
Put the system into a matrix:
                                   -2     -4   -4   -16
2 3      3 13 R1          R2      1       2    2    8
1 2      2    8                   2       3    3    13
3 2      3 13                     3       2    3    13
 -3 -6   -6 -24   -2R1 add R2
1 2      2    8                   1      2      2     8
0 -1 -1 -3 -3* R1 add R3          0     -1     -1    -3
3 2      3 13                     0     -4     -3   -11
Matrix Notation
Example B. Solve using matrix notation.
                            E1
{
  2x + 3y + 3z = 13
   x + 2y + 2z = 8          E2
  3x + 2y + 3z = 13          E3
Put the system into a matrix:
                                   -2     -4   -4   -16
2 3      3 13 R1          R2      1       2    2    8
1 2      2    8                   2       3    3    13
3 2      3 13                     3       2    3    13
 -3 -6   -6 -24   -2R1 add R2
1 2      2    8                   1      2      2     8
0 -1 -1 -3 -3* R1 add R3          0     -1     -1    -3
3 2      3 13                     0     -4     -3   -11
                -4*R2 add R3
Matrix Notation
Example B. Solve using matrix notation.
                            E1
{
  2x + 3y + 3z = 13
   x + 2y + 2z = 8          E2
  3x + 2y + 3z = 13          E3
Put the system into a matrix:
                                   -2     -4   -4   -16
2 3      3 13 R1          R2      1       2    2    8
1 2      2    8                   2       3    3    13
3 2      3 13                     3       2    3    13
 -3 -6   -6 -24   -2R1 add R2
1 2      2    8                   1   0
                                           24 2
                                              4     12
                                                      8
0 -1 -1 -3 -3* R1 add R3          0       -1 -1      -3
3 2      3 13                     0       -4 -3     -11
                -4*R2 add R3
Matrix Notation
Example B. Solve using matrix notation.
                            E1
{
  2x + 3y + 3z = 13
   x + 2y + 2z = 8          E2
  3x + 2y + 3z = 13          E3
Put the system into a matrix:
                                   -2     -4   -4   -16
2 3      3 13 R1          R2      1       2    2    8
1 2      2    8                   2       3    3    13
3 2      3 13                     3       2    3    13
 -3 -6   -6 -24   -2R1 add R2
1 2      2    8                   1   0
                                           24 2
                                              4     12
                                                      8
0 -1 -1 -3 -3* R1 add R3          0       -1 -1      -3
3 2      3 13                     0       -4 -3     -11
1 2      2    8 -4*R2 add R3
0 -1 -1 -3
0 0      1    1
Matrix Notation
Example B. Solve using matrix notation.
                            E1
{
  2x + 3y + 3z = 13
   x + 2y + 2z = 8          E2
  3x + 2y + 3z = 13          E3
Put the system into a matrix:
                                   -2 -4    -4 -16
2 3      3 13 R1          R2      1 2       2    8
1 2      2    8                   2 3       3 13
3 2      3 13                     3 2       3 13
 -3 -6   -6 -24   -2R1 add R2
1 2      2    8                   1 0 2 4 2 12
                                             4
                                                 8
0 -1 -1 -3 -3* R1 add R3 0 -1 -1 -3
3 2      3 13                     0 -4 -3 -11
1 2      2    8 -4*R2 add R3
0 -1 -1 -3
0 0      1    1 It's in upper diagonal form. Ready to solve.
Matrix Notation
We have reduced the matrix.
2 3      3 13                 1    2    2   8
1 2      2   8                0   -1   -1   -3
3 2      3 13                 0    0    1   1
Matrix Notation
We have reduced the matrix.
2 3      3 13                 1    2    2   8
1 2      2   8                0   -1   -1   -3
3 2      3 13                 0    0    1   1
From R3, we get z = 1.
Matrix Notation
We have reduced the matrix.
2 3      3 13                 1    2    2   8
1 2      2   8                0   -1   -1   -3
3 2      3 13                 0    0    1   1
From R3, we get z = 1.
From R2, -y – z = -3
Matrix Notation
We have reduced the matrix.
2 3      3 13                 1    2    2   8
1 2      2   8                0   -1   -1   -3
3 2      3 13                 0    0    1   1
From R3, we get z = 1.
From R2, -y – z = -3
         -y – (1) = -3
Matrix Notation
We have reduced the matrix.
2 3      3 13                 1    2    2   8
1 2      2   8                0   -1   -1   -3
3 2      3 13                 0    0    1   1
From R3, we get z = 1.
From R2, -y – z = -3
         -y – (1) = -3
            3–1=y
                2=y
Matrix Notation
We have reduced the matrix.
2 3      3 13                 1    2    2   8
1 2      2   8                0   -1   -1   -3
3 2      3 13                 0    0    1   1
From R3, we get z = 1,
From R2, -y – z = -3
          -y – (1) = -3
             3–1=y
                 2=y
From R1, we get
x + 2y + 2z = 8
Matrix Notation
We have reduced the matrix.
2 3      3 13                 1    2    2   8
1 2      2   8                0   -1   -1   -3
3 2      3 13                 0    0    1   1
From R3, we get z = 1,
From R2, -y – z = -3
           -y – (1) = -3
              3–1=y
                  2=y
From R1, we get
x + 2y + 2z = 8
x + 2(2) + 2(1) = 8
Matrix Notation
We have reduced the matrix.
2 3      3 13                 1    2    2   8
1 2      2   8                0   -1   -1   -3
3 2      3 13                 0    0    1   1
From R3, we get z = 1,
From R2, -y – z = -3
           -y – (1) = -3
              3–1=y
                  2=y
From R1, we get
x + 2y + 2z = 8
x + 2(2) + 2(1) = 8
          x+6=8
Matrix Notation
We have reduced the matrix.
2 3      3 13                  1    2    2   8
1 2      2   8                 0   -1   -1   -3
3 2      3 13                  0    0    1   1
From R3, we get z = 1,
From R2, -y – z = -3
           -y – (1) = -3
              3–1=y
                  2=y
From R1, we get
x + 2y + 2z = 8
x + 2(2) + 2(1) = 8
          x+6=8
               x=2
So the solution is (2, 2, 1)

More Related Content

What's hot

Regression (Linear Regression and Logistic Regression) by Akanksha Bali
Regression (Linear Regression and Logistic Regression) by Akanksha BaliRegression (Linear Regression and Logistic Regression) by Akanksha Bali
Regression (Linear Regression and Logistic Regression) by Akanksha BaliAkanksha Bali
 
systems of linear equations & matrices
systems of linear equations & matricessystems of linear equations & matrices
systems of linear equations & matricesStudent
 
Uniform Distribution
Uniform DistributionUniform Distribution
Uniform Distributionmathscontent
 
Categorical data analysis
Categorical data analysisCategorical data analysis
Categorical data analysisSumit Das
 
Linear models for data science
Linear models for data scienceLinear models for data science
Linear models for data scienceBrad Klingenberg
 
Logistic regression
Logistic regressionLogistic regression
Logistic regressionDrZahid Khan
 
Simple linear regression
Simple linear regressionSimple linear regression
Simple linear regressionpankaj8108
 
Inter quartile range
Inter quartile rangeInter quartile range
Inter quartile rangeKen Plummer
 
Abstract algebra & its applications
Abstract algebra & its applicationsAbstract algebra & its applications
Abstract algebra & its applicationsdrselvarani
 
Linear Algebra and Matrix
Linear Algebra and MatrixLinear Algebra and Matrix
Linear Algebra and Matrixitutor
 

What's hot (20)

Regression (Linear Regression and Logistic Regression) by Akanksha Bali
Regression (Linear Regression and Logistic Regression) by Akanksha BaliRegression (Linear Regression and Logistic Regression) by Akanksha Bali
Regression (Linear Regression and Logistic Regression) by Akanksha Bali
 
Lesson 11: Markov Chains
Lesson 11: Markov ChainsLesson 11: Markov Chains
Lesson 11: Markov Chains
 
3.1 Measures of center
3.1 Measures of center3.1 Measures of center
3.1 Measures of center
 
Systems of linear equations; matrices
Systems of linear equations; matricesSystems of linear equations; matrices
Systems of linear equations; matrices
 
Interpolation
InterpolationInterpolation
Interpolation
 
systems of linear equations & matrices
systems of linear equations & matricessystems of linear equations & matrices
systems of linear equations & matrices
 
Uniform Distribution
Uniform DistributionUniform Distribution
Uniform Distribution
 
Categorical data analysis
Categorical data analysisCategorical data analysis
Categorical data analysis
 
Linear models for data science
Linear models for data scienceLinear models for data science
Linear models for data science
 
Box and Whisker Plot in Biostatic
Box and Whisker Plot in BiostaticBox and Whisker Plot in Biostatic
Box and Whisker Plot in Biostatic
 
Logistic regression
Logistic regressionLogistic regression
Logistic regression
 
Simple linear regression
Simple linear regressionSimple linear regression
Simple linear regression
 
Inter quartile range
Inter quartile rangeInter quartile range
Inter quartile range
 
Abstract algebra & its applications
Abstract algebra & its applicationsAbstract algebra & its applications
Abstract algebra & its applications
 
Metric space
Metric spaceMetric space
Metric space
 
COVARIANCE IN PROBABILITY
COVARIANCE IN PROBABILITYCOVARIANCE IN PROBABILITY
COVARIANCE IN PROBABILITY
 
Metric space
Metric spaceMetric space
Metric space
 
Linear Algebra and Matrix
Linear Algebra and MatrixLinear Algebra and Matrix
Linear Algebra and Matrix
 
T test
T testT test
T test
 
Statistic note
Statistic noteStatistic note
Statistic note
 

Similar to 4.5 matrix notation

83 matrix notation
83 matrix notation83 matrix notation
83 matrix notationmath126
 
6.3 matrix algebra
6.3 matrix algebra6.3 matrix algebra
6.3 matrix algebramath260
 
36 Matrix Algebra-x.pptx
36 Matrix Algebra-x.pptx36 Matrix Algebra-x.pptx
36 Matrix Algebra-x.pptxmath260
 
matrix algebra
matrix algebramatrix algebra
matrix algebrakganu
 
Unit 3-Laplace Transforms.pdf
Unit 3-Laplace Transforms.pdfUnit 3-Laplace Transforms.pdf
Unit 3-Laplace Transforms.pdfJeancyMbolela
 
1 linear algebra matrices
1 linear algebra matrices1 linear algebra matrices
1 linear algebra matricesAmanSaeed11
 
Matlab matrices and arrays
Matlab matrices and arraysMatlab matrices and arrays
Matlab matrices and arraysAmeen San
 
Chapter 3: Linear Systems and Matrices - Part 2/Slides
Chapter 3: Linear Systems and Matrices - Part 2/SlidesChapter 3: Linear Systems and Matrices - Part 2/Slides
Chapter 3: Linear Systems and Matrices - Part 2/SlidesChaimae Baroudi
 
Csc1100 lecture09 ch07_pt2
Csc1100 lecture09 ch07_pt2Csc1100 lecture09 ch07_pt2
Csc1100 lecture09 ch07_pt2IIUM
 
9.3 Solving Systems With Gaussian Elimination
9.3 Solving Systems With Gaussian Elimination9.3 Solving Systems With Gaussian Elimination
9.3 Solving Systems With Gaussian Eliminationsmiller5
 
R Programming: Introduction to Matrices
R Programming: Introduction to MatricesR Programming: Introduction to Matrices
R Programming: Introduction to MatricesRsquared Academy
 
Matrix presentation By DHEERAJ KATARIA
Matrix presentation By DHEERAJ KATARIAMatrix presentation By DHEERAJ KATARIA
Matrix presentation By DHEERAJ KATARIADheeraj Kataria
 
Brief review on matrix Algebra for mathematical economics
Brief review on matrix Algebra for mathematical economicsBrief review on matrix Algebra for mathematical economics
Brief review on matrix Algebra for mathematical economicsfelekephiliphos3
 
chapter7_Sec1.ppt
chapter7_Sec1.pptchapter7_Sec1.ppt
chapter7_Sec1.pptvinnisart
 

Similar to 4.5 matrix notation (20)

83 matrix notation
83 matrix notation83 matrix notation
83 matrix notation
 
6.3 matrix algebra
6.3 matrix algebra6.3 matrix algebra
6.3 matrix algebra
 
36 Matrix Algebra-x.pptx
36 Matrix Algebra-x.pptx36 Matrix Algebra-x.pptx
36 Matrix Algebra-x.pptx
 
matricesMrtices
matricesMrticesmatricesMrtices
matricesMrtices
 
matrix algebra
matrix algebramatrix algebra
matrix algebra
 
Unit 3-Laplace Transforms.pdf
Unit 3-Laplace Transforms.pdfUnit 3-Laplace Transforms.pdf
Unit 3-Laplace Transforms.pdf
 
MATLAB - Arrays and Matrices
MATLAB - Arrays and MatricesMATLAB - Arrays and Matrices
MATLAB - Arrays and Matrices
 
1 linear algebra matrices
1 linear algebra matrices1 linear algebra matrices
1 linear algebra matrices
 
Section-7.4-PC.ppt
Section-7.4-PC.pptSection-7.4-PC.ppt
Section-7.4-PC.ppt
 
Matlab matrices and arrays
Matlab matrices and arraysMatlab matrices and arrays
Matlab matrices and arrays
 
Chapter 3: Linear Systems and Matrices - Part 2/Slides
Chapter 3: Linear Systems and Matrices - Part 2/SlidesChapter 3: Linear Systems and Matrices - Part 2/Slides
Chapter 3: Linear Systems and Matrices - Part 2/Slides
 
Csc1100 lecture09 ch07_pt2
Csc1100 lecture09 ch07_pt2Csc1100 lecture09 ch07_pt2
Csc1100 lecture09 ch07_pt2
 
Matlab Tutorial
Matlab TutorialMatlab Tutorial
Matlab Tutorial
 
9.3 Solving Systems With Gaussian Elimination
9.3 Solving Systems With Gaussian Elimination9.3 Solving Systems With Gaussian Elimination
9.3 Solving Systems With Gaussian Elimination
 
R Programming: Introduction to Matrices
R Programming: Introduction to MatricesR Programming: Introduction to Matrices
R Programming: Introduction to Matrices
 
Matrix presentation By DHEERAJ KATARIA
Matrix presentation By DHEERAJ KATARIAMatrix presentation By DHEERAJ KATARIA
Matrix presentation By DHEERAJ KATARIA
 
Lesson 6
Lesson 6Lesson 6
Lesson 6
 
Brief review on matrix Algebra for mathematical economics
Brief review on matrix Algebra for mathematical economicsBrief review on matrix Algebra for mathematical economics
Brief review on matrix Algebra for mathematical economics
 
chapter7_Sec1.ppt
chapter7_Sec1.pptchapter7_Sec1.ppt
chapter7_Sec1.ppt
 
Pf presntation
Pf presntationPf presntation
Pf presntation
 

More from math123c

0. exponents y
0. exponents y0. exponents y
0. exponents ymath123c
 
123c test 4 review b
123c test  4 review b123c test  4 review b
123c test 4 review bmath123c
 
6 binomial theorem
6 binomial theorem6 binomial theorem
6 binomial theoremmath123c
 
5.5 permutations and combinations
5.5 permutations and combinations5.5 permutations and combinations
5.5 permutations and combinationsmath123c
 
5.4 trees and factorials
5.4 trees and factorials5.4 trees and factorials
5.4 trees and factorialsmath123c
 
5.3 geometric sequences
5.3 geometric sequences5.3 geometric sequences
5.3 geometric sequencesmath123c
 
5.2 arithmetic sequences
5.2 arithmetic sequences5.2 arithmetic sequences
5.2 arithmetic sequencesmath123c
 
5.1 sequences
5.1 sequences5.1 sequences
5.1 sequencesmath123c
 
4.4 system of linear equations 2
4.4 system of linear equations 24.4 system of linear equations 2
4.4 system of linear equations 2math123c
 
4.3 system of linear equations 1
4.3 system of linear equations 14.3 system of linear equations 1
4.3 system of linear equations 1math123c
 
4.2 stem parabolas revisited
4.2 stem parabolas revisited4.2 stem parabolas revisited
4.2 stem parabolas revisitedmath123c
 
4.1 stem hyperbolas
4.1 stem hyperbolas4.1 stem hyperbolas
4.1 stem hyperbolasmath123c
 
3.4 ellipses
3.4 ellipses3.4 ellipses
3.4 ellipsesmath123c
 
3.3 conic sections circles
3.3 conic sections circles3.3 conic sections circles
3.3 conic sections circlesmath123c
 
3.2 more on log and exponential equations
3.2 more on log and exponential equations3.2 more on log and exponential equations
3.2 more on log and exponential equationsmath123c
 
3.1 properties of logarithm
3.1 properties of logarithm3.1 properties of logarithm
3.1 properties of logarithmmath123c
 
2.5 calculation with log and exp
2.5 calculation with log and exp2.5 calculation with log and exp
2.5 calculation with log and expmath123c
 
2.4 introduction to logarithm
2.4 introduction to logarithm2.4 introduction to logarithm
2.4 introduction to logarithmmath123c
 
2.3 continuous compound interests
2.3 continuous compound interests2.3 continuous compound interests
2.3 continuous compound interestsmath123c
 
2.2 exponential function and compound interest
2.2 exponential function and compound interest2.2 exponential function and compound interest
2.2 exponential function and compound interestmath123c
 

More from math123c (20)

0. exponents y
0. exponents y0. exponents y
0. exponents y
 
123c test 4 review b
123c test  4 review b123c test  4 review b
123c test 4 review b
 
6 binomial theorem
6 binomial theorem6 binomial theorem
6 binomial theorem
 
5.5 permutations and combinations
5.5 permutations and combinations5.5 permutations and combinations
5.5 permutations and combinations
 
5.4 trees and factorials
5.4 trees and factorials5.4 trees and factorials
5.4 trees and factorials
 
5.3 geometric sequences
5.3 geometric sequences5.3 geometric sequences
5.3 geometric sequences
 
5.2 arithmetic sequences
5.2 arithmetic sequences5.2 arithmetic sequences
5.2 arithmetic sequences
 
5.1 sequences
5.1 sequences5.1 sequences
5.1 sequences
 
4.4 system of linear equations 2
4.4 system of linear equations 24.4 system of linear equations 2
4.4 system of linear equations 2
 
4.3 system of linear equations 1
4.3 system of linear equations 14.3 system of linear equations 1
4.3 system of linear equations 1
 
4.2 stem parabolas revisited
4.2 stem parabolas revisited4.2 stem parabolas revisited
4.2 stem parabolas revisited
 
4.1 stem hyperbolas
4.1 stem hyperbolas4.1 stem hyperbolas
4.1 stem hyperbolas
 
3.4 ellipses
3.4 ellipses3.4 ellipses
3.4 ellipses
 
3.3 conic sections circles
3.3 conic sections circles3.3 conic sections circles
3.3 conic sections circles
 
3.2 more on log and exponential equations
3.2 more on log and exponential equations3.2 more on log and exponential equations
3.2 more on log and exponential equations
 
3.1 properties of logarithm
3.1 properties of logarithm3.1 properties of logarithm
3.1 properties of logarithm
 
2.5 calculation with log and exp
2.5 calculation with log and exp2.5 calculation with log and exp
2.5 calculation with log and exp
 
2.4 introduction to logarithm
2.4 introduction to logarithm2.4 introduction to logarithm
2.4 introduction to logarithm
 
2.3 continuous compound interests
2.3 continuous compound interests2.3 continuous compound interests
2.3 continuous compound interests
 
2.2 exponential function and compound interest
2.2 exponential function and compound interest2.2 exponential function and compound interest
2.2 exponential function and compound interest
 

Recently uploaded

The Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxThe Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxMalak Abu Hammad
 
Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...Enterprise Knowledge
 
Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024The Digital Insurer
 
🐬 The future of MySQL is Postgres 🐘
🐬  The future of MySQL is Postgres   🐘🐬  The future of MySQL is Postgres   🐘
🐬 The future of MySQL is Postgres 🐘RTylerCroy
 
IAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsIAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsEnterprise Knowledge
 
GenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationGenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationMichael W. Hawkins
 
Injustice - Developers Among Us (SciFiDevCon 2024)
Injustice - Developers Among Us (SciFiDevCon 2024)Injustice - Developers Among Us (SciFiDevCon 2024)
Injustice - Developers Among Us (SciFiDevCon 2024)Allon Mureinik
 
Partners Life - Insurer Innovation Award 2024
Partners Life - Insurer Innovation Award 2024Partners Life - Insurer Innovation Award 2024
Partners Life - Insurer Innovation Award 2024The Digital Insurer
 
Scaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationScaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationRadu Cotescu
 
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Drew Madelung
 
Automating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps ScriptAutomating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps Scriptwesley chun
 
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking MenDelhi Call girls
 
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Miguel Araújo
 
Unblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen FramesUnblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen FramesSinan KOZAK
 
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...apidays
 
Top 5 Benefits OF Using Muvi Live Paywall For Live Streams
Top 5 Benefits OF Using Muvi Live Paywall For Live StreamsTop 5 Benefits OF Using Muvi Live Paywall For Live Streams
Top 5 Benefits OF Using Muvi Live Paywall For Live StreamsRoshan Dwivedi
 
CNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of ServiceCNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of Servicegiselly40
 
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdfThe Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdfEnterprise Knowledge
 
Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024The Digital Insurer
 
Handwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsHandwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsMaria Levchenko
 

Recently uploaded (20)

The Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxThe Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptx
 
Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...
 
Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024
 
🐬 The future of MySQL is Postgres 🐘
🐬  The future of MySQL is Postgres   🐘🐬  The future of MySQL is Postgres   🐘
🐬 The future of MySQL is Postgres 🐘
 
IAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsIAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI Solutions
 
GenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationGenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day Presentation
 
Injustice - Developers Among Us (SciFiDevCon 2024)
Injustice - Developers Among Us (SciFiDevCon 2024)Injustice - Developers Among Us (SciFiDevCon 2024)
Injustice - Developers Among Us (SciFiDevCon 2024)
 
Partners Life - Insurer Innovation Award 2024
Partners Life - Insurer Innovation Award 2024Partners Life - Insurer Innovation Award 2024
Partners Life - Insurer Innovation Award 2024
 
Scaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationScaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organization
 
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
 
Automating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps ScriptAutomating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps Script
 
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
 
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
 
Unblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen FramesUnblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen Frames
 
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
 
Top 5 Benefits OF Using Muvi Live Paywall For Live Streams
Top 5 Benefits OF Using Muvi Live Paywall For Live StreamsTop 5 Benefits OF Using Muvi Live Paywall For Live Streams
Top 5 Benefits OF Using Muvi Live Paywall For Live Streams
 
CNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of ServiceCNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of Service
 
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdfThe Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
 
Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024
 
Handwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsHandwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed texts
 

4.5 matrix notation

  • 2. Matrix Notation A matrix is a rectangular table of numbers.
  • 3. Matrix Notation A matrix is a rectangular table of numbers. For example -1 2 -1 5 2 -3 6 -2 3 4 -1 0 11 9 -4 are matrices.
  • 4. Matrix Notation A matrix is a rectangular table of numbers. For example -1 2 -1 5 2 -3 6 -2 3 4 -1 0 11 9 -4 are matrices. Systems of linear equations can be put into matrices then solved using matrix notation and elimination method.
  • 5. Matrix Notation A matrix is a rectangular table of numbers. For example -1 2 -1 5 2 -3 6 -2 3 4 -1 0 11 9 -4 are matrices. Systems of linear equations can be put into matrices then solved using matrix notation and elimination method. For example, if we put the following system into a matrix, x + 4y = –7 Eq. 1 {2x – 3y = 8 Eq. 2
  • 6. Matrix Notation A matrix is a rectangular table of numbers. For example -1 2 -1 5 2 -3 6 -2 3 4 -1 0 11 9 -4 are matrices. Systems of linear equations can be put into matrices then solved using matrix notation and elimination method. For example, if we put the following system into a matrix, x + 4y = –7 Eq. 1 {2x – 3y = 8 Eq. 2 we get 1 4 -7 2 -3 8
  • 7. Matrix Notation Each row of the matrix corresponds to an equation and each column corresponds to a variable except that the last column corresponds to numbers.
  • 8. Matrix Notation Each row of the matrix corresponds to an equation and each column corresponds to a variable except that the last column corresponds to numbers. Operations of the equations correspond to operations of rows in the matrices. There’re three main operations.
  • 9. Matrix Notation Each row of the matrix corresponds to an equation and each column corresponds to a variable except that the last column corresponds to numbers. Operations of the equations correspond to operations of rows in the matrices. There’re three main operations. The Three Row Operations for Matrices
  • 10. Matrix Notation Each row of the matrix corresponds to an equation and each column corresponds to a variable except that the last column corresponds to numbers. Operations of the equations correspond to operations of rows in the matrices. There’re three main operations. The Three Row Operations for Matrices I. Switching rows, notated as Row i Row j, or Ri Rj
  • 11. Matrix Notation Each row of the matrix corresponds to an equation and each column corresponds to a variable except that the last column corresponds to numbers. Operations of the equations correspond to operations of rows in the matrices. There’re three main operations. The Three Row Operations for Matrices I. Switching rows, notated as Row i Row j, or Ri Rj For example, 1 4 -7 2 -3 8
  • 12. Matrix Notation Each row of the matrix corresponds to an equation and each column corresponds to a variable except that the last column corresponds to numbers. Operations of the equations correspond to operations of rows in the matrices. There’re three main operations. The Three Row Operations for Matrices I. Switching rows, notated as Row i Row j, or Ri Rj For example, 1 4 -7 R1 R2 2 -3 8 2 -3 8 1 4 -7
  • 13. Matrix Notation Each row of the matrix corresponds to an equation and each column corresponds to a variable except that the last column corresponds to numbers. Operations of the equations correspond to operations of rows in the matrices. There’re three main operations. The Three Row Operations for Matrices I. Switching rows, notated as Row i Row j, or Ri Rj For example, 1 4 -7 R1 R2 2 -3 8 2 -3 8 1 4 -7 II. Multiply Row i by a nonzero constant k, notated as k*Ri.
  • 14. Matrix Notation Each row of the matrix corresponds to an equation and each column corresponds to a variable except that the last column corresponds to numbers. Operations of the equations correspond to operations of rows in the matrices. There’re three main operations. The Three Row Operations for Matrices I. Switching rows, notated as Row i Row j, or Ri Rj For example, 1 4 -7 R1 R2 2 -3 8 2 -3 8 1 4 -7 II. Multiply Row i by a nonzero constant k, notated as k*Ri. For example: 1 4 -7 2 -3 8
  • 15. Matrix Notation Each row of the matrix corresponds to an equation and each column corresponds to a variable except that the last column corresponds to numbers. Operations of the equations correspond to operations of rows in the matrices. There’re three main operations. The Three Row Operations for Matrices I. Switching rows, notated as Row i Row j, or Ri Rj For example, 1 4 -7 R1 R2 2 -3 8 2 -3 8 1 4 -7 II. Multiply Row i by a nonzero constant k, notated as k*Ri. For example: 1 4 -7 -3*R2 2 -3 8
  • 16. Matrix Notation Each row of the matrix corresponds to an equation and each column corresponds to a variable except that the last column corresponds to numbers. Operations of the equations correspond to operations of rows in the matrices. There’re three main operations. The Three Row Operations for Matrices I. Switching rows, notated as Row i Row j, or Ri Rj For example, 1 4 -7 R1 R2 2 -3 8 2 -3 8 1 4 -7 II. Multiply Row i by a nonzero constant k, notated as k*Ri. For example: 1 4 -7 1 4 -7 -3*R2 2 -3 8 -6 9 -24
  • 17. Matrix Notation III. Add the multiple of row on top of another row, notated as “k*Ri add  Rj”.
  • 18. Matrix Notation III. Add the multiple of row on top of another row, notated as “k*Ri add  Rj”. For example, 1 4 -7 2 -3 8
  • 19. Matrix Notation III. Add the multiple of row on top of another row, notated as “k*Ri add  Rj”. For example, 1 4 -7 -2*R1 add  R2 2 -3 8
  • 20. Matrix Notation III. Add the multiple of row on top of another row, notated as “k*Ri add  Rj”. For example, write a copy of -2*R1 -2 -8 14 1 4 -7 -2*R1 add  R2 2 -3 8
  • 21. Matrix Notation III. Add the multiple of row on top of another row, notated as “k*Ri add  Rj”. For example, write a copy of -2*R1 -2 -8 14 1 4 -7 -2*R1 add  R2 1 4 -7 2 -3 8 0 -11 22
  • 22. Matrix Notation III. Add the multiple of row on top of another row, notated as “k*Ri add  Rj”. For example, write a copy of -2*R1 -2 -8 14 1 4 -7 -2*R1 add  R2 1 4 -7 2 -3 8 0 -11 22 Fact: Performing row operations on a matrix does not change the solution of the system.
  • 23. Matrix Notation III. Add the multiple of row on top of another row, notated as “k*Ri add  Rj”. For example, write a copy of -2*R1 -2 -8 14 1 4 -7 -2*R1 add  R2 1 4 -7 2 -3 8 0 -11 22 Fact: Performing row operations on a matrix does not change the solution of the system. Elimination Method in Matrix Notation
  • 24. Matrix Notation III. Add the multiple of row on top of another row, notated as “k*Ri add  Rj”. For example, write a copy of -2*R1 -2 -8 14 1 4 -7 -2*R1 add  R2 1 4 -7 2 -3 8 0 -11 22 Fact: Performing row operations on a matrix does not change the solution of the system. Elimination Method in Matrix Notation • Apply row operations to transform the matrix to the upper diagonal form where all the entries below the main diagonal (the lower left triangular region) are 0.
  • 25. Matrix Notation III. Add the multiple of row on top of another row, notated as “k*Ri add  Rj”. For example, write a copy of -2*R1 -2 -8 14 1 4 -7 -2*R1 add  R2 1 4 -7 2 -3 8 0 -11 22 Fact: Performing row operations on a matrix does not change the solution of the system. Elimination Method in Matrix Notation • Apply row operations to transform the matrix to the upper diagonal form where all the entries below the main diagonal (the lower left triangular region) are 0. * * * * * * * * * * * *
  • 26. Matrix Notation III. Add the multiple of row on top of another row, notated as “k*Ri add  Rj”. For example, write a copy of -2*R1 -2 -8 14 1 4 -7 -2*R1 add  R2 1 4 -7 2 -3 8 0 -11 22 Fact: Performing row operations on a matrix does not change the solution of the system. Elimination Method in Matrix Notation • Apply row operations to transform the matrix to the upper diagonal form where all the entries below the main diagonal (the lower left triangular region) are 0. * * * * Row operations * * * * * * * *
  • 27. Matrix Notation III. Add the multiple of row on top of another row, notated as “k*Ri add  Rj”. For example, write a copy of -2*R1 -2 -8 14 1 4 -7 -2*R1 add  R2 1 4 -7 2 -3 8 0 -11 22 Fact: Performing row operations on a matrix does not change the solution of the system. Elimination Method in Matrix Notation • Apply row operations to transform the matrix to the upper diagonal form where all the entries below the main diagonal (the lower left triangular region) are 0. * * * * Row operations * * * * * * * * 0 0 * * * 0 * * * * * *
  • 28. Matrix Notation 2. Starting from the bottom row, get the answer for one of the variable.
  • 29. Matrix Notation 2. Starting from the bottom row, get the answer for one of the variable. Then go up one row, using the solution already obtained to get another answer of another variable.
  • 30. Matrix Notation 2. Starting from the bottom row, get the answer for one of the variable. Then go up one row, using the solution already obtained to get another answer of another variable. Repeat the process, working up the rows to extract all solutions.
  • 31. Matrix Notation 2. Starting from the bottom row, get the answer for one of the variable. Then go up one row, using the solution already obtained to get another answer of another variable. Repeat the process, working up the rows to extract all solutions. Example A. Solve using matrix notation. x + 4y = -7 Eq. 1 { 2x – 3y = 8 Eq. 2
  • 32. Matrix Notation 2. Starting from the bottom row, get the answer for one of the variable. Then go up one row, using the solution already obtained to get another answer of another variable. Repeat the process, working up the rows to extract all solutions. Example A. Solve using matrix notation. x + 4y = -7 Eq. 1 { 2x – 3y = 8 Eq. 2 Put the system into a matrix:
  • 33. Matrix Notation 2. Starting from the bottom row, get the answer for one of the variable. Then go up one row, using the solution already obtained to get another answer of another variable. Repeat the process, working up the rows to extract all solutions. Example A. Solve using matrix notation. x + 4y = -7 Eq. 1 { 2x – 3y = 8 Eq. 2 Put the system into a matrix: 1 4 -7 2 -3 8
  • 34. Matrix Notation 2. Starting from the bottom row, get the answer for one of the variable. Then go up one row, using the solution already obtained to get another answer of another variable. Repeat the process, working up the rows to extract all solutions. Example A. Solve using matrix notation. x + 4y = -7 Eq. 1 { 2x – 3y = 8 Eq. 2 Put the system into a matrix: 1 4 -7 2 -3 8
  • 35. Matrix Notation 2. Starting from the bottom row, get the answer for one of the variable. Then go up one row, using the solution already obtained to get another answer of another variable. Repeat the process, working up the rows to extract all solutions. Example A. Solve using matrix notation. x + 4y = -7 Eq. 1 { 2x – 3y = 8 Eq. 2 Put the system into a matrix: 1 4 -7 -2*R1 add  R2 2 -3 8
  • 36. Matrix Notation 2. Starting from the bottom row, get the answer for one of the variable. Then go up one row, using the solution already obtained to get another answer of another variable. Repeat the process, working up the rows to extract all solutions. Example A. Solve using matrix notation. x + 4y = -7 Eq. 1 { 2x – 3y = 8 Eq. 2 Put the system into a matrix: -2 -8 14 1 4 -7 -2*R1 add  R2 2 -3 8
  • 37. Matrix Notation 2. Starting from the bottom row, get the answer for one of the variable. Then go up one row, using the solution already obtained to get another answer of another variable. Repeat the process, working up the rows to extract all solutions. Example A. Solve using matrix notation. x + 4y = -7 Eq. 1 { 2x – 3y = 8 Eq. 2 Put the system into a matrix: -2 -8 14 1 4 -7 -2*R1 add  R2 1 4 -7 2 -3 8 0 -11 22
  • 38. Matrix Notation 2. Starting from the bottom row, get the answer for one of the variable. Then go up one row, using the solution already obtained to get another answer of another variable. Repeat the process, working up the rows to extract all solutions. Example A. Solve using matrix notation. x + 4y = -7 Eq. 1 { 2x – 3y = 8 Eq. 2 Put the system into a matrix: -2 -8 14 1 4 -7 -2*R1 add  R2 1 4 -7 2 -3 8 0 -11 22 From the bottom R2: -11y = 22  y = -2
  • 39. Matrix Notation 2. Starting from the bottom row, get the answer for one of the variable. Then go up one row, using the solution already obtained to get another answer of another variable. Repeat the process, working up the rows to extract all solutions. Example A. Solve using matrix notation. x + 4y = -7 Eq. 1 { 2x – 3y = 8 Eq. 2 Put the system into a matrix: -2 -8 14 1 4 -7 -2*R1 add  R2 1 4 -7 2 -3 8 0 -11 22 From the bottom R2: -11y = 22  y = -2 Go up one row to R1 and set y = -2:
  • 40. Matrix Notation 2. Starting from the bottom row, get the answer for one of the variable. Then go up one row, using the solution already obtained to get another answer of another variable. Repeat the process, working up the rows to extract all solutions. Example A. Solve using matrix notation. x + 4y = -7 Eq. 1 { 2x – 3y = 8 Eq. 2 Put the system into a matrix: -2 -8 14 1 4 -7 -2*R1 add  R2 1 4 -7 2 -3 8 0 -11 22 From the bottom R2: -11y = 22  y = -2 Go up one row to R1 and set y = -2: x + 4y = -7
  • 41. Matrix Notation 2. Starting from the bottom row, get the answer for one of the variable. Then go up one row, using the solution already obtained to get another answer of another variable. Repeat the process, working up the rows to extract all solutions. Example A. Solve using matrix notation. x + 4y = -7 Eq. 1 { 2x – 3y = 8 Eq. 2 Put the system into a matrix: -2 -8 14 1 4 -7 -2*R1 add  R2 1 4 -7 2 -3 8 0 -11 22 From the bottom R2: -11y = 22  y = -2 Go up one row to R1 and set y = -2: x + 4y = -7 x + 4(-2) = -7
  • 42. Matrix Notation 2. Starting from the bottom row, get the answer for one of the variable. Then go up one row, using the solution already obtained to get another answer of another variable. Repeat the process, working up the rows to extract all solutions. Example A. Solve using matrix notation. x + 4y = -7 Eq. 1 { 2x – 3y = 8 Eq. 2 Put the system into a matrix: -2 -8 14 1 4 -7 -2*R1 add  R2 1 4 -7 2 -3 8 0 -11 22 From the bottom R2: -11y = 22  y = -2 Go up one row to R1 and set y = -2: x + 4y = -7 x + 4(-2) = -7 x=1 Solution : (1, -2)
  • 43. Matrix Notation Example B. Solve using matrix notation. E1 { 2x + 3y + 3z = 13 x + 2y + 2z = 8 E2 3x + 2y + 3z = 13 E3
  • 44. Matrix Notation Example B. Solve using matrix notation. E1 { 2x + 3y + 3z = 13 x + 2y + 2z = 8 E2 3x + 2y + 3z = 13 E3 Put the system into a matrix:
  • 45. Matrix Notation Example B. Solve using matrix notation. E1 { 2x + 3y + 3z = 13 x + 2y + 2z = 8 E2 3x + 2y + 3z = 13 E3 Put the system into a matrix: 2 3 3 13 1 2 2 8 3 2 3 13
  • 46. Matrix Notation Example B. Solve using matrix notation. E1 { 2x + 3y + 3z = 13 x + 2y + 2z = 8 E2 3x + 2y + 3z = 13 E3 Put the system into a matrix: 2 3 3 13 R1 R2 1 2 2 8 3 2 3 13
  • 47. Matrix Notation Example B. Solve using matrix notation. E1 { 2x + 3y + 3z = 13 x + 2y + 2z = 8 E2 3x + 2y + 3z = 13 E3 Put the system into a matrix: 2 3 3 13 R1 R2 1 2 2 8 1 2 2 8 2 3 3 13 3 2 3 13 3 2 3 13
  • 48. Matrix Notation Example B. Solve using matrix notation. E1 { 2x + 3y + 3z = 13 x + 2y + 2z = 8 E2 3x + 2y + 3z = 13 E3 Put the system into a matrix: 2 3 3 13 R1 R2 1 2 2 8 1 2 2 8 2 3 3 13 3 2 3 13 3 2 3 13 -2R1 add R2
  • 49. Matrix Notation Example B. Solve using matrix notation. E1 { 2x + 3y + 3z = 13 x + 2y + 2z = 8 E2 3x + 2y + 3z = 13 E3 Put the system into a matrix: -2 -4 -4 -16 2 3 3 13 R1 R2 1 2 2 8 1 2 2 8 2 3 3 13 3 2 3 13 3 2 3 13 -2R1 add R2
  • 50. Matrix Notation Example B. Solve using matrix notation. E1 { 2x + 3y + 3z = 13 x + 2y + 2z = 8 E2 3x + 2y + 3z = 13 E3 Put the system into a matrix: -2 -4 -4 -16 2 3 3 13 R1 R2 1 2 2 8 1 2 2 8 2 3 3 13 3 2 3 13 3 2 3 13 -2R1 add R2 1 2 2 8 0 -1 -1 -3 3 2 3 13
  • 51. Matrix Notation Example B. Solve using matrix notation. E1 { 2x + 3y + 3z = 13 x + 2y + 2z = 8 E2 3x + 2y + 3z = 13 E3 Put the system into a matrix: -2 -4 -4 -16 2 3 3 13 R1 R2 1 2 2 8 1 2 2 8 2 3 3 13 3 2 3 13 3 2 3 13 -2R1 add R2 1 2 2 8 0 -1 -1 -3 -3* R1 add R3 3 2 3 13
  • 52. Matrix Notation Example B. Solve using matrix notation. E1 { 2x + 3y + 3z = 13 x + 2y + 2z = 8 E2 3x + 2y + 3z = 13 E3 Put the system into a matrix: -2 -4 -4 -16 2 3 3 13 R1 R2 1 2 2 8 1 2 2 8 2 3 3 13 3 2 3 13 3 2 3 13 -3 -6 -6 -24 -2R1 add R2 1 2 2 8 0 -1 -1 -3 -3* R1 add R3 3 2 3 13
  • 53. Matrix Notation Example B. Solve using matrix notation. E1 { 2x + 3y + 3z = 13 x + 2y + 2z = 8 E2 3x + 2y + 3z = 13 E3 Put the system into a matrix: -2 -4 -4 -16 2 3 3 13 R1 R2 1 2 2 8 1 2 2 8 2 3 3 13 3 2 3 13 3 2 3 13 -3 -6 -6 -24 -2R1 add R2 1 2 2 8 1 2 2 8 0 -1 -1 -3 -3* R1 add R3 0 -1 -1 -3 3 2 3 13 0 -4 -3 -11
  • 54. Matrix Notation Example B. Solve using matrix notation. E1 { 2x + 3y + 3z = 13 x + 2y + 2z = 8 E2 3x + 2y + 3z = 13 E3 Put the system into a matrix: -2 -4 -4 -16 2 3 3 13 R1 R2 1 2 2 8 1 2 2 8 2 3 3 13 3 2 3 13 3 2 3 13 -3 -6 -6 -24 -2R1 add R2 1 2 2 8 1 2 2 8 0 -1 -1 -3 -3* R1 add R3 0 -1 -1 -3 3 2 3 13 0 -4 -3 -11 -4*R2 add R3
  • 55. Matrix Notation Example B. Solve using matrix notation. E1 { 2x + 3y + 3z = 13 x + 2y + 2z = 8 E2 3x + 2y + 3z = 13 E3 Put the system into a matrix: -2 -4 -4 -16 2 3 3 13 R1 R2 1 2 2 8 1 2 2 8 2 3 3 13 3 2 3 13 3 2 3 13 -3 -6 -6 -24 -2R1 add R2 1 2 2 8 1 0 24 2 4 12 8 0 -1 -1 -3 -3* R1 add R3 0 -1 -1 -3 3 2 3 13 0 -4 -3 -11 -4*R2 add R3
  • 56. Matrix Notation Example B. Solve using matrix notation. E1 { 2x + 3y + 3z = 13 x + 2y + 2z = 8 E2 3x + 2y + 3z = 13 E3 Put the system into a matrix: -2 -4 -4 -16 2 3 3 13 R1 R2 1 2 2 8 1 2 2 8 2 3 3 13 3 2 3 13 3 2 3 13 -3 -6 -6 -24 -2R1 add R2 1 2 2 8 1 0 24 2 4 12 8 0 -1 -1 -3 -3* R1 add R3 0 -1 -1 -3 3 2 3 13 0 -4 -3 -11 1 2 2 8 -4*R2 add R3 0 -1 -1 -3 0 0 1 1
  • 57. Matrix Notation Example B. Solve using matrix notation. E1 { 2x + 3y + 3z = 13 x + 2y + 2z = 8 E2 3x + 2y + 3z = 13 E3 Put the system into a matrix: -2 -4 -4 -16 2 3 3 13 R1 R2 1 2 2 8 1 2 2 8 2 3 3 13 3 2 3 13 3 2 3 13 -3 -6 -6 -24 -2R1 add R2 1 2 2 8 1 0 2 4 2 12 4 8 0 -1 -1 -3 -3* R1 add R3 0 -1 -1 -3 3 2 3 13 0 -4 -3 -11 1 2 2 8 -4*R2 add R3 0 -1 -1 -3 0 0 1 1 It's in upper diagonal form. Ready to solve.
  • 58. Matrix Notation We have reduced the matrix. 2 3 3 13 1 2 2 8 1 2 2 8 0 -1 -1 -3 3 2 3 13 0 0 1 1
  • 59. Matrix Notation We have reduced the matrix. 2 3 3 13 1 2 2 8 1 2 2 8 0 -1 -1 -3 3 2 3 13 0 0 1 1 From R3, we get z = 1.
  • 60. Matrix Notation We have reduced the matrix. 2 3 3 13 1 2 2 8 1 2 2 8 0 -1 -1 -3 3 2 3 13 0 0 1 1 From R3, we get z = 1. From R2, -y – z = -3
  • 61. Matrix Notation We have reduced the matrix. 2 3 3 13 1 2 2 8 1 2 2 8 0 -1 -1 -3 3 2 3 13 0 0 1 1 From R3, we get z = 1. From R2, -y – z = -3 -y – (1) = -3
  • 62. Matrix Notation We have reduced the matrix. 2 3 3 13 1 2 2 8 1 2 2 8 0 -1 -1 -3 3 2 3 13 0 0 1 1 From R3, we get z = 1. From R2, -y – z = -3 -y – (1) = -3 3–1=y 2=y
  • 63. Matrix Notation We have reduced the matrix. 2 3 3 13 1 2 2 8 1 2 2 8 0 -1 -1 -3 3 2 3 13 0 0 1 1 From R3, we get z = 1, From R2, -y – z = -3 -y – (1) = -3 3–1=y 2=y From R1, we get x + 2y + 2z = 8
  • 64. Matrix Notation We have reduced the matrix. 2 3 3 13 1 2 2 8 1 2 2 8 0 -1 -1 -3 3 2 3 13 0 0 1 1 From R3, we get z = 1, From R2, -y – z = -3 -y – (1) = -3 3–1=y 2=y From R1, we get x + 2y + 2z = 8 x + 2(2) + 2(1) = 8
  • 65. Matrix Notation We have reduced the matrix. 2 3 3 13 1 2 2 8 1 2 2 8 0 -1 -1 -3 3 2 3 13 0 0 1 1 From R3, we get z = 1, From R2, -y – z = -3 -y – (1) = -3 3–1=y 2=y From R1, we get x + 2y + 2z = 8 x + 2(2) + 2(1) = 8 x+6=8
  • 66. Matrix Notation We have reduced the matrix. 2 3 3 13 1 2 2 8 1 2 2 8 0 -1 -1 -3 3 2 3 13 0 0 1 1 From R3, we get z = 1, From R2, -y – z = -3 -y – (1) = -3 3–1=y 2=y From R1, we get x + 2y + 2z = 8 x + 2(2) + 2(1) = 8 x+6=8 x=2 So the solution is (2, 2, 1)