Unit 4 Flashcards
A blank organizes a group of numbers, or variables, using specific rules of arithmetic
matrix
A blank is a rectangular array of numbers or expressions arranged in columns and rows.
matrix
the size of a matrix is given by blank
where m is the number of rows and
n is the number of columns.
m x n
A blank is composed of a single column.
column matrix
A blank is composed of a single row.
row matrix
A blank is a matrix in which all entries are 0
zero matrix
A blank has an equal number of rows and columns. n X n
square matrix
A blank is a square matrix in which all non-diagonal entries are 0
diagonal matrix
An blank is a diagonal matrix in which all of the entries along the main diagonal are 1 and all other entries are 0
identity matrix
The transpose of ab
cd
is blank
. In general, the transpose of a square matrix is another square matrix.
ac
bd
The transpose of a matrix has as blank the rows of the original matrix.
columns
Two matrices with the same size are blank by adding the corresponding entries.
added
Two matrices with the same size are blank by subtracting the corresponding entries.
subtracted
Matrices with different sizes cannot be blank.
added
To distinguish between an ordinary real number and a matrix, the term blank refers to a real number,
scalar
A blank of a matrix is a matrix in which each entry is multiplied by a scalar.
scalar multiple
The product of a matrix A
and a scalar r
is denoted
as blank
rA
A + B = B + A
Commutative property of addition
(A + B) + C = A + (B + C)
Associative property of addition
r(sA) = (rs)A
Associative property of matrix multiplication
r(A + B) = rA + rB
Distributive property of matrix addition
(r + s)A = rA + sA
Distributive property of matrix scalar multiplication
For blank, an matrix m x n can only be multiplied by an n x p matrix to yield an m x p matrix . If the number of columns in is not equal to the number of rows in, then the product is undefined
matrix multiplication
Matrices are multiplied using the blank.
row-column rule
Matrix multiplication is not blank. AB
does not equal BA
commutative.
Similar in concept to set identities, the blank is a square matrix where all the elements of the principal diagonal are ones and all other elements are zeros. The identity matrix is denoted In
.
identify matrix
If you multiply a matrix by an identity matrix the given matrix blank. For example, m x n matrix A multiplied by In yields A.
remains unchanged
Associative property of matrix multiplication:
A(BC) = (AB)C
Left distributive property:
A(B + C)= AB + AC
Right distributive property:
(B + C) A = BA + CA