Geometries Flashcards

1
Q

Vector Spaces

A

Set of vectors with addition and scalar multiplication defined.

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

Axioms of vector spaces

A
  1. Addition commutes
  2. Addition associates
  3. Scalar Multiplication distributes
  4. Unique Zero Element
  5. Field unit element
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Span

A

Set B spans V iff any vector in V can be written as a linear combination of vectors in B.

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

Basis

A

A minimal spanning set (all bases are the same size)

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

Dimension

A

Number of vectors in a basis

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

Affine Space

A

A set of vectors V and points P such that p + v is also in P.

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

Frame

A

An affine extension of a basis. A set of vectors and an origin point.

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

Dimension of an affine space

A

The same as the dimension of a vector space

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

Inner Product Space

A

Inner product is a binary operator for any vector space V with:

  1. Transitivity
  2. Commutativity
  3. v dot v >= 0
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

Euclidean Spaces

A

A space with a distance metric defined by the inner product .

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

Perpendicularity

A

u dot v = 0 implies u and v are perpendicular.

Not an affine concept. There are no angles in affine space.

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

Metric Space

A

Any space with a distance metric d(P, Q) defined on its elements.

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

Distance Metric

A

Must satisfy the following axioms:

  1. d(P, Q) >= 0
  2. d(P, Q) = 0 iff P=Q
  3. d(P, Q) = d(Q, P)
  4. d(P, Q) <= d(P, R) + d(R, Q)

Distance is intrinsic to the space and not a property of the frame.

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

How to find the angle between two vectors

A

cosinv(u dot v / (norm(u) * norm(v)))

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

Cartesian Space

A

A Euclidean space with a standard Orthonormal Frame

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

Orthonormal frame

A

A frame where all the vectors are perpendicular and normalized so that their magnitude = 1.

17
Q

Cartesian Coordinates

A

Vectors: 0
Points: 1

18
Q

The problem with vector spaces

A

There is no distance metric and transforming objects is impossible since vectors can’t translate.

19
Q

Affine combinations

A
  1. Point Subtraction

2. Point Blending A + t(B-A) = C

20
Q

Parametric Line Equation

A

L(t) = A + t(B - A) = (1-t)A + tB

21
Q

Parametric Ray Equation

A

R(t) = A + t d

Where A is the origin and d is the direction of the ray

22
Q

Affine transformations

A

A mapping T from affine space A1 to A2 is an affine transformation if

  1. T maps vectors to vectors and points to points
  2. T is a linear transformation on the vectors
  3. T(P + u) = T(P) + T(u)

T also preserves affine combinations on the points.

23
Q

Which is a larger class of transformations: Affine or Linear?

A

Affine transformations are a bigger class.

24
Q

What happens to parallel lines that have an affine transformation applied to them?

A

They remain parallel

25
Q

4 Parameters for specifying a transformation

A
  1. A matrix
  2. Domain Space
  3. Range Space
  4. Coordinate frame in each space