Você está na página 1de 2

Matrices are sets of numbers which are put inside brackets in a tabular form.

A matrix
contains information which you can manipulate.

To be able to work with matrices you have to know it's order. This is shown as rows by
columns. Here are some examples:

1 2 5 1 2 1
1 2 5 4 2
2 5 1 3 4 7 0 4 0
3 4 7 1 0
2 3 0 4 5 4

1 by 3 2 by 2 2 by 3 3 by 3 3 by 2 3 by 1

Like numbers matrices can also be used in calculations. You should know how to add,
subtract and multiply.

• Addition

This is a simple calculation. Your matrices must have the same order as addition just involves
adding corresponding numbers from each matrix. This can be written in the form:

x
a b w a+w b+x
+ =
c d y c+y d+z
z

Example:
4 2 5 0 7 2 4 9 7
+ =
2 5 1 1 4 4 3 9 5

• Subtraction

This is just like addition. Again your matrices must have the same order but you just involves
subtract corresponding numbers from each matrix. This can be written in the form:

x
a b w a-w b-x
- =
c d y c-y d-z
z

Example:
7 9 14 0 7 9 7 2 5
+ =
9 8 6 6 8 4 3 0 2

• Multiplication

To multiply two matices together, they must be compatible. Again, it is all to do with the
orders. The nummber of columns from the first matrix must be the same as the number of
rows of the second matrix. A 3 by 4 matrix is not compatible with a 3 by 4 matrix. However it
is compatible with any matrix with 4 rows like a 4 by 1, 4 by 3 and so on. The solution would
have an order with the same number of rows as the first matrix and the same number of
columns as the second matrix. So a matrix with the order p by q can only be multiplied by a
matrix with the order q by r. The solution would have the order p by r. They are worked out as
below:

v
c u
a b au+bw+cy av+bx+cz
× w x =
d e du+ew+fy dv+ex+fz
f y
z

Example:
1 0 4 3 4 3
× =
2 3 4 2 20 12

When multiplying matrices they do not behave like normal numbers. Multiplying them in a
different order would give a totally different matrix.

Você também pode gostar