Unit 3 Flashcards

1
Q

What is a matrix trace?

A

The sum of the leading diagonal terms

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

What does symmetric mean?

A

Atranspose=A

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

What does Skew-Symmetric mean?

A

Atranspose=-A

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

What is the transpose of a matrix?

A

A matrix where the rows and columns have been swapped

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

What is Guassian elimination?

A

Converting the matrix to an upper triangular to solve one term, which can then be used to solve the above equations

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

What is Row-Echelon form?

A

Form once converted to Upper Triangular

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

What is Reduced Row-Echelon form?

A

Form once converted to Unit Matrix

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

What is the rank of a matrix?

A

The # of non-zero in the Upper Triangular form?

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

What is an Eigenvector?

A

A non-zero vector that, when multiplied by the subject matrix, produces a scalar product of itself

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

What is an Eigenvalue?

A

The scalar k where AX=kX

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

When do the Eigenvalues have non-trivial solutions?

A

When |A-kI|=0 where I is the unit vector equal in size to A

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

What is the sum from 1 to n of integers?

A

Sn=n/2(n+1)

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

What is the sum from 1 to n of x^2?

A

Sn=n/6(n+1)(2n+1)

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

For a sequence F=a+(n-1)d, what is the sum to n?

A

Sn=n/2(2a+(n-1)d)

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

What is the sum to in of a geometric series ar^x

A

Sn=a((1-r^n)/(1-r))

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

If S\infty of Ck is convergent and Uk is less than or equal to Ck

A

Uk is also convergent

17
Q

What is d’Alembert’s Ratio Test?

A

Find the limit of U(n+1)/Un for series Uk
If this limit >1 - Divergent
<1 - Convergent

18
Q

What is the radius of convergence, r, of a power series?

A

|a(n)/a(n+1)|

19
Q

When is a power series absolutely convergent?

A

When |x| is less than r