Matrix Calculus Flashcards
Determining a minor in a matrix
Remove the elements in the target’s row and column, including the target itself
Calculate the determinant of the new matrix
Matrix determinant
Only applies to a square matrix
Difference ‘meaning subtracting’ of the individual products of the numbers listed diagonally from the top-left corner. When you run out of space, go to the next row and start at the first column
Starting position in a matrix
i=1, j=1
Start in the upper-left (like reading a book)
Dimensions of a matrix, and propper notation for element identity
Rows-by-columns
Referring to an individual item in a matrix
(Matrix-symbol-title)ij
Where i is rows from top and j is columns from left
Matrix addition/subtraction
Add/subtract each element to the element of that position within the other matrix
Scalar multiplication of matrices
Multiply each element within the matrix by the scalar-constant
Transposing matrices
Row 1 items fill column 1 of the new matrix and so on for each row
Writen as [matrix]^T
Size of a product matrix in Matrix Multiplication
Rows1 by columns2
Matrix multiplication
Sum of the products of the next element in matrix1 row and matrix2 column corresponding to the element location in the product matrix
Row addition
Adding an entire row of one matrix to the entire row of another matrix
Row multiplication
Multiplying an entire row of a matrix by a scalar (constant number)
Row switching
Switching the position of two rows in a matrix
Sub-matrices
The matrix that excludes all the elements within the row or column of a given position in the original matrix
Linear equations from matrices
When the formula for the value of the element in a given position is writen out, it takes the form of a linear equation (like in circuit analysis)
Square matrix
A matrix with the same number of rows as columns
Diagonal matrices
A square-matrix in which all the elements outside of an imaginary diagonal line in the matrix are equal to zero
Triangular matrix
A square-matrix in which all the elements outside of an imaginary triangle within that matrix have a value of zero
Identity matrix
A square-matrix in which all the elements on the main diagonal have a value of 1
Main diagonal within a matrix
Starts at initial position (11/upper left) and runs down the the lower right corner in a square matrix
Symmetric Matrices
A matrix which is equal to its own transpose
Skew-symmetric matrix
A matrix which is equal to its own NEGATIVE transpose
meaning the scalar-product of the transpose and -1
Geometric shapes from 2x2 matrices
Assume that the point (0,0) is a vertecy of the figure
Both columns are their own point (x,y) read top-down
And the sum of the elements in a row from the top down as (x,y)
The enclosed area is the geometric figure
Horizontal shear transformation for geometric figures by a 2x2 matrix
Element 12 increases