Algebra of Matrices Flashcards

1
Q

Identity Matrix

A

A matrix that has only 1’s in it’s diagnol entries and zero’s elsewhere.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

scalar matrix

A

A matrix that has scalar non zero entries as it’s diagnol entries and zero’s elsewhere.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Matrix

A

A set of numbers arranged in row column form to form a matrix.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Addition or substraction of a matrix

A

A matrix can only be substracted or added if both matrices have same dimension i.e no of rows and columns are equal

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Matrix Multiplication

A

A matrix can only be multiplied if the:

no of columns of first matrix = no of rows of second column.

1st row 1st column
1st row second column
1st row third column and…
2nd row 1st column
2nd row second column
2nd row third column…

To determine the dimension of the resulting matrix can be determined by rows of 1st matrix and column of 2nd matrix.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Matrix Transpose

A

Interchanging rows into columns

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Nonsingular (Invertible matrix)

A

A matrix that has non zero determinant is called non singualr matrix and only a non singular matrix is invertible.

An invertible matrix is a square matrix that has an inverse, which is another square matrix that satisfies two conditions:

1.When the inverse is multiplied by the original matrix, the result is the identity matrix of the same size as the matrices being multiplied. In other words, AB = BA = I, where A is the original matrix, B is its inverse, and I is the identity matrix.

2.The inverse is unique, meaning that there is only one matrix B that satisfies the first condition for a given matrix A.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

Diagnol Matrix

A

A diagnol matrix is a square matrix in which all non diagnol entries are zero and the diagnol entries can be any real, complex numbers or even zero.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

Triangular Matrix

A

A matrix is upper triangular if the entries below the main diagnol are all non zero.
A matrix is called lower triangular if the entries above the main diagnol are all non zero.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

Symmetric Matrix

A

A matrix is called symmetric if the A transpose is equal to A.
Example: A = [ 3 4 5 ]
[ 4 6 7 ]
[ 5 7 9 ]

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

Skew symmetric matrix

A

A matrix is called skew symmetric if A transpose is equal to -A e.g multiplying a with minus.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

Orthongonal Matrix

A

A matrix is orthongonal if A multiply with A transpose gives us an identity matrix.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

Block matrix

A

A block matrix is a matrix that is composed of smaller matrices called blocks. the matrix blocks meaning the submatrices themselves are not square matrices instead when combined they become square.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

Block Diagnol Matrices

A

A block diagonal matrix is a matrix that is composed of square submatrices along the diagonal, with all other entries outside of the diagonal being zero. it can as well be upper triangular or lower triangular.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

Block Square Matrices

A

a block square matrix is a matrix in which along the diagnol they should be square either 1 by 1 2 by 2 3 by3 and outside the diagnol it does not matter what dimension they have

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

Complex Conjugate

A

complex conjugate is only with complex numbers and it means changing the symbols of imaginary numbers e.g. So, the complex conjugate of 1+2i is 1-2i, the complex conjugate of 3-4i is 3+4i, and the complex conjugate of 6+7i is 6-7i.

A^H means CONJUGATE TRANSPOSE OF A. meaning we will take its transpose and then conjugate

17
Q

Complex normal matrix

A

A complex matrix A is said to be normal if it commutes (two operations commute, it means that the order in which we perform them does not matter. In other words, we can perform the two operations in any order, and the final result will be the same) with A^H—that is, if
AA^H = A^HA.

18
Q

Normal Matrix

A

A real matrix A is normal if it commutes with its transpose A^T—that is, if AA^T = A^TA

19
Q

Hermitian and Skew Hermitian Matrix

A

A matrix is Hermitian if:
A^H= A
A matrix is Skew Hermitian if:
A^H=minus A
:

20
Q

what are not done in chapter 1

A

Orthogonal Matrix
Proving Theorem
Unitary matrix
Definitions
solving fractions

21
Q

Unitary Matrix

A

It should be Square and Complex. AA^H=I.