Linear Algrebra Flashcards

(29 cards)

1
Q

Vector space

A

A (nonempty) set V of vectors such that with any two vectors a and b in V all their linear combinations are elements of V, and all these vectors satisfy the laws for matrix addition and scalar multiplication

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

Transpose

A

A matrix in which the rows and columns have interchanged

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

Symmetric matrix

A

When a matrix is equal to its transpose

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

Antisymmetric matrix

A

When a matrix is equal to the negative of its transpose

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

Diagonal matrix

A

Square matrix where all elements not in the leading diagonal are 0

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

Identity matrix

A

A diagonal matrix with all elements 1

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

Inverse matrix

A

The matrix then when multiplied by the original matrix equals the identity matrix

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

Minor

A

The matrix obtained by removing all the elements in the chosen element’s rows and columbs

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

Cofactor

A

Multiply the minor by (-1)^(i+j)

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

The determinant

A

The sum of the products of the elements of any row or column and their corresponding cofactors

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

Properties of determinants

A

-determinant of the transpose
-interchanging 2 rows or columns
-removing factors
-add a constant multiple of one row (column) to another
-identical rows or columns
-determinant of a product

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

Determinant of the transpose

A

The transpose of A has the same determinant as A

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

Interchanging two rows or columns

A

If two rows (columns) are interchanged, its determinant changes sign but not magnitude

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

Removing factors

A

If all elements in a single row have a common factor, then this factor can be removed. The value of the determinant is given by is given by the product of the remaining determinant and the factor removed

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

Adding a constant multiple of one row/column to another

A

The determinant of a matrix is unchanged in value by adding to the elements of one row (column) to any mixed multiple of the elements of another row (column)

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

Identical rows or columns

A

If any two rows or columns are identical or multiples of each other, then the determinant is 0

17
Q

Determinant of a product

A

If A and B are square matrices of the same order then the products of the determinant is equal to the determinant of their product

18
Q

Singular matrix

A

A matrix that has a determinant of 0

19
Q

Linear dependence

A

The determinant of the matrix is zero if the rows (columns) are linearly dependent

20
Q

The adjoint matrix

A

The transposed matrix of cofactors

21
Q

Inverse matrix

22
Q

Orthogonal matrices

A

A square matrix thats inverse equals its transpose.

23
Q

Eigenvalue

A

A value that satisfied det(A -yI) = 0

24
Q

Eigenvectors

A

Solutions to Ax = yx. If A is a nxn matrix it will have at most n Eigen vectors

25
Characteristic equation of the matrix A
det(A-yI) = 0 (in terns of y is known as the characteristic polynomial
26
The trace of a square matrix
The sum of the elements of the leading diagonal
27
The sum of the eigenvalues is equal to
The trace of the matrix
28
Eigenbases
A list of the eigenvectors that describes properties of the matrix
29
Idenpotent
Matrices that have the property AA = A