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

Math 1300: Section 8-1 Sample Spaces, Events, and Probability
Math 1300: Section 8-1 Sample Spaces, Events, and ProbabilityMath 1300: Section 8-1 Sample Spaces, Events, and Probability
Math 1300: Section 8-1 Sample Spaces, Events, and ProbabilityJason Aubrey
 
Lesson 8 Linear Correlation And Regression
Lesson 8 Linear Correlation And RegressionLesson 8 Linear Correlation And Regression
Lesson 8 Linear Correlation And RegressionSumit Prajapati
 
Measures of Central Tendency
Measures of Central TendencyMeasures of Central Tendency
Measures of Central TendencyRejvi Ahmed
 
Random Experiment, Sample Space, Events
Random Experiment, Sample Space, EventsRandom Experiment, Sample Space, Events
Random Experiment, Sample Space, EventsSandeep Patel
 
types of sets
types of setstypes of sets
types of setsjayzorts
 
Probability And Probability Distributions
Probability And Probability Distributions Probability And Probability Distributions
Probability And Probability Distributions Sahil Nagpal
 
Probability
ProbabilityProbability
Probabilityvar93
 
Point estimation.pptx
Point estimation.pptxPoint estimation.pptx
Point estimation.pptxDrNidhiSinha
 
Probability basics and bayes' theorem
Probability basics and bayes' theoremProbability basics and bayes' theorem
Probability basics and bayes' theoremBalaji P
 
Probability Concept and Bayes Theorem
Probability Concept and Bayes TheoremProbability Concept and Bayes Theorem
Probability Concept and Bayes TheoremCherryBerry2
 
Direct Methods to Solve Linear Equations Systems
Direct Methods to Solve Linear Equations SystemsDirect Methods to Solve Linear Equations Systems
Direct Methods to Solve Linear Equations SystemsLizeth Paola Barrero
 
Cumulative frequency
Cumulative frequencyCumulative frequency
Cumulative frequencyMrGarvey
 
ML - Multiple Linear Regression
ML - Multiple Linear RegressionML - Multiple Linear Regression
ML - Multiple Linear RegressionAndrew Ferlitsch
 

What's hot (20)

Matrix.
Matrix.Matrix.
Matrix.
 
Math 1300: Section 8-1 Sample Spaces, Events, and Probability
Math 1300: Section 8-1 Sample Spaces, Events, and ProbabilityMath 1300: Section 8-1 Sample Spaces, Events, and Probability
Math 1300: Section 8-1 Sample Spaces, Events, and Probability
 
Lesson 8 Linear Correlation And Regression
Lesson 8 Linear Correlation And RegressionLesson 8 Linear Correlation And Regression
Lesson 8 Linear Correlation And Regression
 
Regression
RegressionRegression
Regression
 
Measures of Central Tendency
Measures of Central TendencyMeasures of Central Tendency
Measures of Central Tendency
 
Random Experiment, Sample Space, Events
Random Experiment, Sample Space, EventsRandom Experiment, Sample Space, Events
Random Experiment, Sample Space, Events
 
Set Theory
Set TheorySet Theory
Set Theory
 
types of sets
types of setstypes of sets
types of sets
 
Probability And Probability Distributions
Probability And Probability Distributions Probability And Probability Distributions
Probability And Probability Distributions
 
Lesson 5 a matrix inverse
Lesson 5 a   matrix inverseLesson 5 a   matrix inverse
Lesson 5 a matrix inverse
 
Probability
ProbabilityProbability
Probability
 
Point estimation.pptx
Point estimation.pptxPoint estimation.pptx
Point estimation.pptx
 
Introduction of matrices
Introduction of matricesIntroduction of matrices
Introduction of matrices
 
Path Analysis
Path AnalysisPath Analysis
Path Analysis
 
Probability basics and bayes' theorem
Probability basics and bayes' theoremProbability basics and bayes' theorem
Probability basics and bayes' theorem
 
Probability Concept and Bayes Theorem
Probability Concept and Bayes TheoremProbability Concept and Bayes Theorem
Probability Concept and Bayes Theorem
 
Direct Methods to Solve Linear Equations Systems
Direct Methods to Solve Linear Equations SystemsDirect Methods to Solve Linear Equations Systems
Direct Methods to Solve Linear Equations Systems
 
Sec 1.3 collecting sample data
Sec 1.3 collecting sample data  Sec 1.3 collecting sample data
Sec 1.3 collecting sample data
 
Cumulative frequency
Cumulative frequencyCumulative frequency
Cumulative frequency
 
ML - Multiple Linear Regression
ML - Multiple Linear RegressionML - Multiple Linear Regression
ML - Multiple Linear Regression
 

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

What's New in Teams Calling, Meetings and Devices March 2024
What's New in Teams Calling, Meetings and Devices March 2024What's New in Teams Calling, Meetings and Devices March 2024
What's New in Teams Calling, Meetings and Devices March 2024Stephanie Beckett
 
Artificial intelligence in cctv survelliance.pptx
Artificial intelligence in cctv survelliance.pptxArtificial intelligence in cctv survelliance.pptx
Artificial intelligence in cctv survelliance.pptxhariprasad279825
 
Unraveling Multimodality with Large Language Models.pdf
Unraveling Multimodality with Large Language Models.pdfUnraveling Multimodality with Large Language Models.pdf
Unraveling Multimodality with Large Language Models.pdfAlex Barbosa Coqueiro
 
What is Artificial Intelligence?????????
What is Artificial Intelligence?????????What is Artificial Intelligence?????????
What is Artificial Intelligence?????????blackmambaettijean
 
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)Mark Simos
 
Sample pptx for embedding into website for demo
Sample pptx for embedding into website for demoSample pptx for embedding into website for demo
Sample pptx for embedding into website for demoHarshalMandlekar2
 
TrustArc Webinar - How to Build Consumer Trust Through Data Privacy
TrustArc Webinar - How to Build Consumer Trust Through Data PrivacyTrustArc Webinar - How to Build Consumer Trust Through Data Privacy
TrustArc Webinar - How to Build Consumer Trust Through Data PrivacyTrustArc
 
Dev Dives: Streamline document processing with UiPath Studio Web
Dev Dives: Streamline document processing with UiPath Studio WebDev Dives: Streamline document processing with UiPath Studio Web
Dev Dives: Streamline document processing with UiPath Studio WebUiPathCommunity
 
Digital Identity is Under Attack: FIDO Paris Seminar.pptx
Digital Identity is Under Attack: FIDO Paris Seminar.pptxDigital Identity is Under Attack: FIDO Paris Seminar.pptx
Digital Identity is Under Attack: FIDO Paris Seminar.pptxLoriGlavin3
 
Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024BookNet Canada
 
Passkey Providers and Enabling Portability: FIDO Paris Seminar.pptx
Passkey Providers and Enabling Portability: FIDO Paris Seminar.pptxPasskey Providers and Enabling Portability: FIDO Paris Seminar.pptx
Passkey Providers and Enabling Portability: FIDO Paris Seminar.pptxLoriGlavin3
 
How AI, OpenAI, and ChatGPT impact business and software.
How AI, OpenAI, and ChatGPT impact business and software.How AI, OpenAI, and ChatGPT impact business and software.
How AI, OpenAI, and ChatGPT impact business and software.Curtis Poe
 
DSPy a system for AI to Write Prompts and Do Fine Tuning
DSPy a system for AI to Write Prompts and Do Fine TuningDSPy a system for AI to Write Prompts and Do Fine Tuning
DSPy a system for AI to Write Prompts and Do Fine TuningLars Bell
 
The Ultimate Guide to Choosing WordPress Pros and Cons
The Ultimate Guide to Choosing WordPress Pros and ConsThe Ultimate Guide to Choosing WordPress Pros and Cons
The Ultimate Guide to Choosing WordPress Pros and ConsPixlogix Infotech
 
The Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptx
The Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptxThe Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptx
The Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptxLoriGlavin3
 
WordPress Websites for Engineers: Elevate Your Brand
WordPress Websites for Engineers: Elevate Your BrandWordPress Websites for Engineers: Elevate Your Brand
WordPress Websites for Engineers: Elevate Your Brandgvaughan
 
Take control of your SAP testing with UiPath Test Suite
Take control of your SAP testing with UiPath Test SuiteTake control of your SAP testing with UiPath Test Suite
Take control of your SAP testing with UiPath Test SuiteDianaGray10
 
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024BookNet Canada
 
New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024BookNet Canada
 
A Journey Into the Emotions of Software Developers
A Journey Into the Emotions of Software DevelopersA Journey Into the Emotions of Software Developers
A Journey Into the Emotions of Software DevelopersNicole Novielli
 

Recently uploaded (20)

What's New in Teams Calling, Meetings and Devices March 2024
What's New in Teams Calling, Meetings and Devices March 2024What's New in Teams Calling, Meetings and Devices March 2024
What's New in Teams Calling, Meetings and Devices March 2024
 
Artificial intelligence in cctv survelliance.pptx
Artificial intelligence in cctv survelliance.pptxArtificial intelligence in cctv survelliance.pptx
Artificial intelligence in cctv survelliance.pptx
 
Unraveling Multimodality with Large Language Models.pdf
Unraveling Multimodality with Large Language Models.pdfUnraveling Multimodality with Large Language Models.pdf
Unraveling Multimodality with Large Language Models.pdf
 
What is Artificial Intelligence?????????
What is Artificial Intelligence?????????What is Artificial Intelligence?????????
What is Artificial Intelligence?????????
 
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
 
Sample pptx for embedding into website for demo
Sample pptx for embedding into website for demoSample pptx for embedding into website for demo
Sample pptx for embedding into website for demo
 
TrustArc Webinar - How to Build Consumer Trust Through Data Privacy
TrustArc Webinar - How to Build Consumer Trust Through Data PrivacyTrustArc Webinar - How to Build Consumer Trust Through Data Privacy
TrustArc Webinar - How to Build Consumer Trust Through Data Privacy
 
Dev Dives: Streamline document processing with UiPath Studio Web
Dev Dives: Streamline document processing with UiPath Studio WebDev Dives: Streamline document processing with UiPath Studio Web
Dev Dives: Streamline document processing with UiPath Studio Web
 
Digital Identity is Under Attack: FIDO Paris Seminar.pptx
Digital Identity is Under Attack: FIDO Paris Seminar.pptxDigital Identity is Under Attack: FIDO Paris Seminar.pptx
Digital Identity is Under Attack: FIDO Paris Seminar.pptx
 
Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
 
Passkey Providers and Enabling Portability: FIDO Paris Seminar.pptx
Passkey Providers and Enabling Portability: FIDO Paris Seminar.pptxPasskey Providers and Enabling Portability: FIDO Paris Seminar.pptx
Passkey Providers and Enabling Portability: FIDO Paris Seminar.pptx
 
How AI, OpenAI, and ChatGPT impact business and software.
How AI, OpenAI, and ChatGPT impact business and software.How AI, OpenAI, and ChatGPT impact business and software.
How AI, OpenAI, and ChatGPT impact business and software.
 
DSPy a system for AI to Write Prompts and Do Fine Tuning
DSPy a system for AI to Write Prompts and Do Fine TuningDSPy a system for AI to Write Prompts and Do Fine Tuning
DSPy a system for AI to Write Prompts and Do Fine Tuning
 
The Ultimate Guide to Choosing WordPress Pros and Cons
The Ultimate Guide to Choosing WordPress Pros and ConsThe Ultimate Guide to Choosing WordPress Pros and Cons
The Ultimate Guide to Choosing WordPress Pros and Cons
 
The Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptx
The Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptxThe Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptx
The Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptx
 
WordPress Websites for Engineers: Elevate Your Brand
WordPress Websites for Engineers: Elevate Your BrandWordPress Websites for Engineers: Elevate Your Brand
WordPress Websites for Engineers: Elevate Your Brand
 
Take control of your SAP testing with UiPath Test Suite
Take control of your SAP testing with UiPath Test SuiteTake control of your SAP testing with UiPath Test Suite
Take control of your SAP testing with UiPath Test Suite
 
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
 
New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
 
A Journey Into the Emotions of Software Developers
A Journey Into the Emotions of Software DevelopersA Journey Into the Emotions of Software Developers
A Journey Into the Emotions of Software Developers
 

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)