matrices and matrix methods Flashcards
How would a 2-dimensional image be typically be represented?
256 x 256 matrix
What is a matrix?
A set of real or complex numbers arranged in rows + columns to form a rectangular array
What is m x n matrix?
A matrix having m rows and n columns
What does row matrix consist of?
1 row only
What do column matrix consist of?
1 column only
What does square matrix have?
Equal number of rows and columns
What do each element in a matrix have?
Its own ‘address’ or ‘location’ defined by a systems of double suffixes
What do the first and second suffix indicate?
First = row Second = column
How can a 3D matrix be written as?
(aijk)
How can a vector be represented as?
A matrix of order 1 x n
How can matrices be added or subtracted?
2 matrices must be of the same order
What is the application of addition and substraction of matrices?
Imaging application
Adding multiple averages to increase SNR
How can matrixes be multiplied?
By single number (i.e. scalar)
Each individual element is multiplied by that factor
What is the application of multiplication of matrices?
Changing image display brightness
What is equation for multiplication of matrices?
k(aij) = (kaij)