Matrices Flashcards

1
Q

Singular matrix

A

the determinant is zero

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

Symmetric matrix

A

when the matrix equals its own transpose

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

Trace of a matrix

A

the sum of the elements of the main diagonal

(square matrices only)

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

Inconsistent system of linear equations

A

it has no solutions

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

Consistent system of linear equations

A

it has a solution

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

Homogenous system

A

a system of linear equations having matrix form AX=0 (0 represents a zero column matrix)

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

Inhomogenous system

A

a system of linear equations having matrix form AX=b (b is non-zero column vector)

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

When are a system of equations linearly dependent?

A

when one row is a multiple of another or the sum of multiples of other rows

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

Commutative property

A

order changes but answer doesn’t

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

Associative property

A

(grouping) changes but answer doesn’t

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

Commutative example

A

A+B=B+A

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

Associative example

A

(A+B)C=A(B+C)

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

What are the steps for finding the inverse of a 3x3 matrix?

A
  • find detA
  • find the matrix of minors (M)
  • find the matrix of cofactors (C)
  • transpose the matrix of cofactors (C^t)
  • use 1/ detA C^t to find A^-1
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

What is the matrix of minors?

A

you replace every element in a matrix by its minor

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

What is the matrix of cofactors?

A

including the sign changes (+-+-)

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

How do you transpose the matrix of cofactors?

A

Interchange the columns and rows so first row becomes first column, etc

17
Q

How do you know if a system of linear equations is consistent or not?

A

if it is consistent, there will be at least one set of values that satisfies all of the equations simultaneously. If not, they are inconsistent.

18
Q

How do you know if equations will be consistent or not when det m = 0

A
  • use two equations and cancel out a term to give 2 different, 2 term equations.
  • if you can simplify or multiply them by a number to make them the same, they are consistent.
  • if you can make the coefficients the same but not the answers, they are inconsistent
19
Q

Generally for a system of linear equations, what does D≠0 mean for the solution?

A

there is a single, unique solution

20
Q
A