1321 Mathematics 2 Flashcards

(28 cards)

1
Q

What is a Vector?

A

An element of vector space

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

What is a vector space?

A

Defined by the operations you can do to it and properties of these operations

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

T/F Vector addition is commutative, associative and distributive

A

True

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

What is distributivity?

A

a,b are scalars in R and x,y are vectors
a(x,y) = ax+ay
(a+b)x = ax + bx

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

What is a linear combination?

A

Combining vector addition and scalar multiplication

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

What is the vector space of all polynomials order up to 3 defined over?

A

The vector [0,1] over the real numbers R

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

How do we prove a vector space?

A

Find a zero element
Find an inverse element
And it’s complete if the result of an operation is always a member of the vector space.

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

What is the generalised theorem of Pythagoras?

A

sqrt(x^2 + y^2 + z^2) = ||x||

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

What is a norm?

A

The length or distance, calculated using the generalised theorem of pythagoras

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

What does it mean to normalise a vector?

A

To make it unit length

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

How can I calculate the scalar product?

A

<x,y> = x_1 y_1 + x_2 y_2 + x_n y_n

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

Express norms via a scalar product.

A

||x|| = <x,x>^1/2

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

How do we measure angles via the scalar product?

A

< x,y> = ||x||||y||cos(x,y)

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

What is the defining property of a unit vector?

A

||u|| = 1

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

When are two vectors orthogonal?

A

When the angle between them is 90* so <x, y> = 0

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

What is the Cauchty-Schwarx inequality?

A

|<x,y>| =< ||x||||y||

17
Q

What is the triangle inequality?

A

|<x,y>| =< ||x||+||y||

18
Q

When is the map T linear?

A

T(ax+by) = aT(x) + bT(y) for all x,y of V and all a,b in R

19
Q

How do I prove a map isn’t linear?

A

Provide a counterexample

20
Q

What is a m by n matrix?

A

A regular coefficient scheme with m rows and n columns

21
Q

T/F A matrix is composed of a series of rows and column vectors

22
Q

What is the transpose of a matrix?

A

Swap the rows and columns
So a 2x3 becomes a 3x2.

23
Q

What does a matrix represent?

A

A linear map!

24
Q

What can matrix vector operations be written as?

A

Using row vectors and scalar products

25
What is index form?
(Ax)_i = sum a_ij x_j =
26
If I map a vector with the identity matrix, what do I get?
The vector
27
What is induction theorem?
28