UNIT 3 Flashcards
If a matrix is order 2x3 how many rows and colums does it have?
2 rows and 3 columns
What element does A12 refer to?
1st row second column
What is a square matrix?
Has the same number of rows as columns
Where does the main diagonal run?
Top left to bottom right
What is a zero matrix?
Each element is Zero
What is an equal matrix?
When the order and each element is equal
What is the transpose of a matrix?
When the rows become columns.
When is a matrix symmetric?
When matrix ‘A’ = The transpose of matrix ‘A’
When is a matrix skew-symmetric?
When the transpose of matrix ‘A’ = -A and the main diagonal consists of zeros.
What is the condition for adding matrices together?
They must be in the same order
How do you subtract matrices?
Use addition but add the negative of the matrix you are taking away. e.g A-B= A+ (-B)
How do you multiply a matrix by a real number?
Multiply each element by the number
What are the transpose properties?
(A’)’=A
(A+B)’=A’+B’
What is the condition for a product of two matrices to exist?
The number of columns in the first matrix has to equal the number of rows in the second matrix
When calculating the product of two vectors what do the outside numbers indicate? (3x2 and 2x4)
The order of the resulting matrix (3x4)