Free Web Hosting by Netfirms
Web Hosting by Netfirms | Free Domain Names by Netfirms

Complex Number Calculator

Complex number operations using AddUp 2

Main Page

Complex numbers are a little mystifying to some people. Given the presence of an imaginary component, it seems unreasonable to give any credence to such values. Complex numbers are easier to accept in light of a little history that shows how other numbers also seemed unreasonable in earlier times.

Numbers can be classified in many ways. One way is to use a natural "gradation" from the more concrete to the more abstract types. For example:

To represent a complex number with AddUp, parentheses are used to hold a list of two real numbers (a pair). The so-called "real" component is first in the list; the so-called "imaginary" component is second. A semi-colon separates both items in the list. For example, complex number "(1; 2)" has a real component with a value of 1 and an imaginary component with a value of 2.

Operations on complex numbers are done with AddUp in exactly the same way as operations on real numbers. The complex number is simply provided wherever a real number could also be used. For example, multiplying two complex numbers is done with an expression such as "(1; 2) * (3; 4)".

complex number calculator

A set of complex number functions is implemented in AddUp to explicitly take advantage of these values. They are: