definitions sem2-half2 Flashcards

1
Q

what is R^n

A

is called a n-dimensional vector space. It is the set of n-dimensional vectors
i.e. the set of all n × 1-matrices
R^n =
{
[r1
r2

rn]
| r1,r2,rn e R}

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

Span{v}

A

Let v be a n-dimensional vector. The span of v is the following set of vectors span {v} = {λ · v | λ ∈ R} (the space spanned by v)

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

Span{v, w}

A

Let v, w be two n-dimensional vectors. The span of v and w is the set
span {v, w} = {λ1 · v + λ2 · w | λ1, λ2 ∈ R} (the space spanned by v and w)

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

Span{v1, v2, . . . , vm}

A

Let v1, v2, . . . , vm be some n-dimensional vectors. The span of
v1, v2, . . . , vm is the following set of vectors
span {v1, v2, . . . , vm} =
{
λ1 ·v1 + λ2 ·v2 + · · · + λm ·vm | λ1, λ2, . . . , λm ∈ R
}

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

Basis of R^2

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

What does it mean when we say “ λ is an eigenvalue of A

A

A real number λ is an eigenvalue of A if there is a non-zero vector [
x1
x2
]
such that
A * [X1 X2] = λ [X1 X2]

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

eigenvector of A

A

Any vector [x1 x2] is an eigenvector of A corresponding to λ if
1- non-zero vector
2- eigen form

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

A is a diagonal matrix

A

An n × n-matrix A is called a diagonal matrix, if the entries outside the main diagonal
are all zero, i.e.

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

A is an invertible matrix

A

An n × n-matrix A is called an invertible matrix, if there exists an n × n-matrix A ^−1
such that
A · A^−1= diagonal matrix
A^−1 · A =diagonal matrix

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

The matrix A is diagonalizable

A

An n × n matrix A is diagonalizable if there exists an invertible n × n matrix P such
that
P ^ −1 · A · P =diagonal matrix
P ^ −1 · A · P=(n × n-diagonal matrix.)

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

P diagonalizes A

A

A matrix P diagonalizes A, if
* P is invertible and
*P ^ −1 · A · P=(n × n-diagonal matrix.)

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

“f is a linear map

A

A function f : R^3 → R^ 37 is called linear map if for any two 3-dimensional vectors
v= [a1 a2 a3]
u = [b1 b2 b3]
where a1,a2,a3,b1,b2,b3 e R
and for any real number r the following two conditions are satisfied:
- f([v]+[u]) = f([v]) +f([u])
- f(r*[v]) = r * f([v])

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