Matrices and Vectors Summary

Authors Avatar

Rishi Garg - Page

Matrices

Matrix – a way of presenting information in table-like form:

This matrix has two rows and two columns, so it is said to be a matrix of order 2 x 2. An n x m matrix would have n rows and m columns. Each number in a matrix is called an element.

Operations with matrices – When adding and subtracting, each element is added to or subtracted from its corresponding element in the other matrix. For example:

Addition and subtraction can only be done with matrices of the same order. This is because if matrices of different orders were used, some elements would not have another corresponding element to be added to or subtracted from.

When multiplying matrices, the top-left element in the first matrix is multiplied by the top-left element in the second matrix. The product is then added to the product of the second element in the first row of the first matrix and the first element in the second row of the second matrix. This continues in a similar fashion for the rest of the elements. For example:

Because of this process, matrices can only be multiplied together if the number of columns in the first matrix equals the number of rows in the second matrix.

The additive identity is a matrix with all elements zero. The additive inverse is a matrix with elements such that when added to another matrix, the resulting matrix has all zeros.

Determinant – the determinant of a 2 x 2 matrix is obtained as follows:

The first three portions of the equation are simply different ways to notate “determinant of matrix A”. To find the determinant of a 3 x 3 matrix, do the following:

In essence, finding the determinant of a 3 x 3 matrix is the same as finding the determinants of three 2 x 2 matrices and combining them. A singular matrix is a matrix with determinant zero.

For example:

Identity – the identity of a matrix A is notated A-1 and is such that AA-1 = I, the identity matrix. The identity matrix for a 2 x 2 matrix is:

In order to find the inverse of a 2 x 2 matrix, use this form:

If the determinant of a matrix is zero, the inverse cannot be determined because 1/0 is meaningless. Therefore, the inverse of any singular matrix cannot be found.

More advanced techniques

Systems of equations – solving systems of equations with matrices is exceptionally easy, especially if a calculator is used. Consider this system:

Ordinarily, this would be difficult and time-consuming to solve. However, we can put this into matrix form as such:

This is possible because of the nature of multiplying matrices. Recall from page 1 that multiplying two matrices together involves adding multiple products together. If these matrices are multiplied, the original system of equations is obtained. In other words, multiplying the first two matrices together would yield 3x+4y-z=8 for the top row, and so on. The leftmost matrix is called the coefficient matrix, the middle matrix is called the variable matrix, and the rightmost matrix is called the solution matrix.

In order to solve this system, the leftmost matrix needs to be moved to the right side of the equation. Recall that any matrix multiplied by its inverse gives the identity matrix. This identity matrix multiplied by the variable matrix would result in simply the variable matrix unchanged. So, if both sides of the equation are multiplied by the inverse of the coefficient matrix, the result is the variable matrix equal to the answer matrix (which contains the values for x, y, and z). In the case of this particular system, the result is:

Join now!

So, x=-1.4375, y=2.625, and z=-1.8125.


Vectors

Vector – a quantity involving both magnitude and direction. Quantities involving only magnitude are called scalar quantities.

Vectors can be notated with either a bold letter (a) or an arrow on top of the letter (). Vectors can be described in either matrix form or standard form. In matrix form, a could be written as , and in standard form, it would be written as 3i+4j, where  and .

Vectors are not pinned down to any one location; they can be moved to any location.

Magnitude – the magnitude ...

This is a preview of the whole essay