Matrix algebra Flashcards
What are the dimensions of a matrix?
The number of rows by the number of columns
What property must two matrices have for addition to be possible?
They must have the same dimensions
How can two matrices A and B be added?
Each element in matrix A is simply added to the corresponding value in matrix B
How can a matrix be multiplied by a scalar?
By multiplying each element by the scalar
What property must two matrices A and B have for multiplication to be possible?
The number or columns in A must be equal to the number of rows in B
If matrix A has dimensions a×b and matrix B has dimensions b×c, what are the dimensions of matrix AB?
a×c
How can two matrices A and B be multiplied?
First work out the dimensions of the product. Then to find the element in the mth row and the nth column in the matrix AB: go through the mth row of A and, for each element in it, multiply it by the corresponding value in the nth column of B, and then add up these products
What can be said about the commutativity of matrix multiplication?
It is not commutative
What can be said about the associativity of matrix multiplication?
It is associative
What is a transformation?
An operation that moves all points in a plane according to some rule
What is a linear transformation?
A transformation that only involves linear expressions of x and y, and also leaves the origin unmoved
What is a position vector?
The vector from the origin to a point
What is an image?
The point to which a position vector is moved to after a transformation
What can be said about the distributivity of matrix multipliation?
It is distributive
For a linear transformation T:[(x),(y)]→[(ax+by),(cx+dy)], how can T be represented in matrix form?
[(a,b),(c,d)]