Lecture 17
Complex Arithmetic
- History - Finding roots of quadratic equations, e.g. x2+1=0.
Gauss proved the
Fundamental Theorem of Algebra
-
Complex numbers
a + bi - expressible as an ordered pair (a,b) or "real" numbers
- Extensions
- Positive Integers {1,2,3,...} extended to
- Natural Numbers {0,1,2,3,...} extended to
- Integers {...,-3,-2,-1,0,1,2,3,...} extended to
- Rational Numbers {p/q | p,q Integers, q not 0}
- Irrational Numbers extended to
- Complex Numbers extended to
- Quaternions
developed by
William Rowan Hamilton
- The complex numbers form a field
and a
division algebra
- Euler's formula
eix = cos(x) + i sin(x)
- Geometry of complex numbers. Microsoft uses quaternions in
its DirectX v9 package. Other game developer's have used quaternions to simplify 3D geometrical transformations.