lecture 6 - linear systems 2 Flashcards

1
Q

What is rank?

A

Notation is rho
highest order of non-singular submatrix.

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

what is the rank for a null matrix?

A

0

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

What is the rank for a singular matrix?

A

not 3, test for whether its 1 or 2.
e.g.
1 1 1
2 2 2
3 3 3 is rank of 1
but
1 -2 0
2 2 6
0 1 1 is rank 2

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

What is a determined matrix?

A

has only 1 solution.

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

what is an undetermined matrix?

A

Infinite solutions

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

What is a compatible matrix?

A

has at least 1 solution

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

what is an incompatible matrix?

A

has no solution

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

What is the rouche-capelli theorem?

A

The system is compatible IF AND ONLY IF both A and A(c) (complete matrix) have the SAME RANK! so
Rho(A) = Rho(A(c)) = Rho

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

according to the rouche capelli theorem when is a matrix incompatible?

A

when rank of A is smaller than rank of A(c).
No solutions.
Always check if this is the case for non-homogenous systems.

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

When should u use cramers method to solve matrixes in rouche capelli theorem?

A

if both ranks of A and A(c) are the same and rank = n = m OR rank = n < m.
n = rows
m = columns

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

When is a matrix undetermined?

A

if rank is < n and rank <= m then there would be a total of infinity^(n - rank) solutions.

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

How many undefined parameters will there be for infinity^1
infinity^2

A

infinity^1 = 1 undefined parameter (make something alpha)
infinity^2 = 2 undefined parameters (make something alpha and beta)

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

How to get a solution for an undetermined matrix?

A
  • find the number of solutions using the no. of rows and rank of the matrix
  • cancel any rows if possible. Make sure not to change the rank.
  • set arbitrary values to alpha/beta and find values for x,y,z with substitution
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

How to cancel if matrix in form:
R1 + R2 = R3

A

Does not matter which is cancelled, but only 1. Rank will be 1 as the system is singular.

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

What is a homogenous system?

A

if all known vectors are null
1 1 1 1 | 0
7 2 3 2 | 0
1 3 1 1 | 0
-1 2 4 3 | 0

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