ParadigmShifter
Random Nonsense Generator
Arithmetic is pretty easy, let z = a+ib, w = c+id
z+w = (a+c) + i(b+d)
z.w = (a+ib)(c+id) = ac + iad + ibc + i2bd = ac + i(ad + bc) + (-1)bd = (ac-bd) + i(ad+bc)
For division, define conjugate of z = a+ib as z* = a-ib
Then z.z* = a2 - iab + iab - i2b2
= a2 - (-1)b2 = a2 + b2
which is |z|2
so z.z* = |z|2 => z.z*/|z|2 = 1 => z-1 = z*/|z|2 (EDIT: Note, |z| is real so division is well defined)
To divide, w/z = w.z-1
Euler's formula comes from the power series expansion for sin and cos, multiply the series form of sin(x) by i and add it to the series for cos(x), you get the series for exp(ix)
I don't know about the Laplace transform, sorry.
z+w = (a+c) + i(b+d)
z.w = (a+ib)(c+id) = ac + iad + ibc + i2bd = ac + i(ad + bc) + (-1)bd = (ac-bd) + i(ad+bc)
For division, define conjugate of z = a+ib as z* = a-ib
Then z.z* = a2 - iab + iab - i2b2
= a2 - (-1)b2 = a2 + b2
which is |z|2
so z.z* = |z|2 => z.z*/|z|2 = 1 => z-1 = z*/|z|2 (EDIT: Note, |z| is real so division is well defined)
To divide, w/z = w.z-1
Euler's formula comes from the power series expansion for sin and cos, multiply the series form of sin(x) by i and add it to the series for cos(x), you get the series for exp(ix)
I don't know about the Laplace transform, sorry.