Module-2
Module-2
Matrix
A matrix is simply a set of numbers arranged in a
rectangular table. We usually write matrices inside
parentheses ( ) or brackets [ ].
Example 3
Obtain the MSE of the function f(θ) = e θ A matrix is a rectangular array of numbers arranged
in rows and columns. The array of numbers below is
an example of a matrix.
21 62 33 93
44 95 66 13
77 38 79 33
The number of rows and columns that a matrix has is
called its dimension or its order. By convention, rows
are listed first; and columns, second. Thus, we would
say that the dimension (or order) of the above matrix
is 3 x 4, meaning that it has 3 rows and 4 columns.
Answer: B
E. Matrix Division
If C matrix will be divided by D matrix, we get the
inverse of D then proceed to multiplication;
C/D = CD-1 where D-1 is the inverse of D.
F. Matrix Inverse
Matrix Inversion
Suppose A is an n x n matrix. The inverse of A is
another n x n matrix, denoted A-1, that satisfies the
following conditions.
AA-1 = A-1A = In
A A-1 A-1 A I
Matrix Theorems
Here, we list without proof some of the most
important rules of matrix algebra - theorems that
govern the way that matrices are added, multiplied, 3. Which sums can be made with the
and otherwise manipulated.
Notation following matrices
A, B, and C are matrices.
A' is the transpose of matrix A.
A-1 is the inverse of matrix A.
I is the identity matrix.
x is a real number.
_____10.
C. Fill in the blanks
For addition to be possible, two matrices must have
the same __________. For multiplication to be possible,
the number of __________ in the first matrix must be
5. Which of the following products can be
made from the given matrices?
3 7 –1 3
2 5 0 2
0 2 6 3
1 2 0 3