Revision as of 14:28, 4 September 2008 by Jkkietzm (Talk)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Complex Number

Complex Numbers are numbers that can be written in the form of: A + Bj

Below is a graph of the imaginary plane that will help visualize what this means.

ComplexNumber ECE301Fall2008mboutin.png

A represents the real part of the complex number.

B represents the imaginary part of the complex number.

Both A and B must be real numbers.

Fact: Complex numbers are ONLY EQUAL if and only if the real coefficients are equal. Ex.

           A + Bj = C + Dj   A = C  B = D 
                 5 + 3j =/= 5 + 2j

Polar Form

In Polar Form, we use radius and angle instead of the distances x and y. r is the distance from the origin. θ is the angle in degrees.

             r*cos(θ) + j*r*sin(θ)

or written exponentially

             r*e^(j*θ)

Converting to or from Polar Form. Just remember these 3 easy equations.

                   x = r*cos(θ)
                   y = r*sin(θ)
                   r = sqrt(x^2 + y^2)

(having trouble with LaTeX. Anyone is welcome to clean these up.)

Alumni Liaison

Abstract algebra continues the conceptual developments of linear algebra, on an even grander scale.

Dr. Paul Garrett