|
Notes
A complex number is represented as:
z = a + jb
where j2 = -1. Letting,
x = a + jb
y = c + jd
r = sqrt (a2 + b2)
t = arctan( b/a )
the operations of the calculator are performed as follows:
x + y = (a + c) + j(b + d)
x - y = (a - c) + j(b - d)
x * y = (ac - bd) + j(ad + bc)
x / y = [(ac + bd) + j(bc - ad)] / (c2 + d2)
1 / x = (a - bj) / (a2 + b2)
x2 = (a2 - b2) + 2abj
sqrt x = (sqrt r)(sin t/2 + j cos t/2)
| x | = sqrt (a2 + b2)
arg x = arctan( b/a )
exp x = ea(cos b + j sin b)
ln x = ln r + j t
The calculator computes only the principle value for multivalued
functions.
Copyright © 2004, Stephen R. Schmitt
|