Docsity
Docsity

Prepare for your exams
Prepare for your exams

Study with the several resources on Docsity


Earn points to download
Earn points to download

Earn points by helping other students or get them with a premium plan


Guidelines and tips
Guidelines and tips

Matrix Arithmetic, Addition and Subtraction of Matrices | MATH 1630, Study notes of Mathematics

Material Type: Notes; Class: MATH 1630: If high school precalculus and ACT math of at least 21 contact 694-6450.; Subject: Mathematics; University: Pellissippi State Technical Community College; Term: Fall 2006;

Typology: Study notes

Pre 2010

Uploaded on 08/18/2009

koofers-user-am5-1
koofers-user-am5-1 🇺🇸

10 documents

1 / 3

Toggle sidebar

This page cannot be seen from the preview

Don't miss anything!

bg1
Matrix Arithmetic ~ page 1
J. Ahrens ~ 1/9/2006
MATRIX ARITHMETIC
Addition and Subtraction of Matrices
1. A matrix of order m x n has m rows and n columns [row x column]
a. In a square matrix m = n
b. In a row matrix m = 1
c. In a column matrix n = 1
2. Two matrices are equal if they have the same order and each pair of corresponding elements is
equal.
a. Given that: 97 m 3n 5
r0 8 0
−+

=


b. Then: 9 = m - 3 | m = 12
7 = n + 5 | n = 2
r = 8
3. To add/subtract two matrices of the same order, add/subtract the corresponding elements. You
cannot add or subtract matrices if they are not the same size.
4. The additive inverse (negative) of matrix X is formed by changing each element to its opposite
and is denoted by -X.
5. The additive identity (zero matrix) has zeros for all elements. The zero matrix is not unique; their
is one to match a matrix of any size.
6. Examples: Given that A = and B =
4 305
1 037



14 26
18 35
−−
A + B = 57211
08012
−−



A – B = 3121
2862


−−

- A = 43 0 5
1037
−−


−−

The 0 matrix of order 2 x 4 is 0000
0 000



43 11 11 43
12 10 14 16

−+=


pf3

Partial preview of the text

Download Matrix Arithmetic, Addition and Subtraction of Matrices | MATH 1630 and more Study notes Mathematics in PDF only on Docsity!

Matrix Arithmetic ~ page 1

MATRIX ARITHMETIC

Addition and Subtraction of Matrices

  1. A matrix of order m x n has m rows and n columns [row x column]

a. In a square matrix m = n b. In a row matrix m = 1 c. In a column matrix n = 1

  1. Two matrices are equal if they have the same order and each pair of corresponding elements is

equal.

a. Given that:

9 7 m 3 n 5

r 0 8 0

   −^ + 

b. Then: 9 = m - 3 | m = 12 7 = n + 5 | n = 2 r = 8

  1. To add/subtract two matrices of the same order , add/subtract the corresponding elements. You

cannot add or subtract matrices if they are not the same size.

  1. The additive inverse (negative) of matrix X is formed by changing each element to its opposite

and is denoted by - X.

  1. The additive identity ( zero matrix ) has zeros for all elements. The zero matrix is not unique; their

is one to match a matrix of any size.

  1. Examples: Given that A = and B =

A + B =

A – B =

 −^ − 

- A =

 −^ − 

 −^ − 

The 0 matrix of order 2 x 4 is

  −^   +^   = 

Matrix Arithmetic ~ page 2

Scalar Multiplication

  1. A scalar is a real number, not a matrix
  2. To multiply a scalar times a matrix , multiply each element of the matrix by the scalar.

If A = , then 3 A = 3 =

  1. If B = , then 3 A - 4 B = - 4

 −^ − 

 −^ − 

 −^ − 

Matrix Multiplication

  1. True matrix multiplication can be very tricky.

a. It is not always possible to multiple two given matrices, even if they are the same size. b. It may be possible to multiply A times B (in that order), but not B times A. c. It may be possible to multiply A times B and B times A , but not get the same answer!

  1. The sizes of the matrices will determine whether or not they can be multiplied.

a. Suppose that we have matrix A which is 3x2 and matrix B which is 2x3. b. Write the orders of the matrices side-by-side and compare the two “inner” numbers c. If the number of columns in the first matrix is equal to the number of rows in the second matrix, then the product AB can be found. d. If the product exists, then its size is given by the two “outer” numbers.

matrix matrix 3 x 2 2 x 3

must be will be 3 x 3

A B

AB

e. Would we be able to find BA in this case? Yes, it will be a 2x2 matrix.

matrix matrix 2 x 3 3 x 2

must be will be 2 x 2

B A

BA

  1. Matrices form a mathematical system of their own, so they do not have to follow the same rules

that the “real” numbers do.