ZCubes/Complex Numbers and Operations

From ZCubes Wiki
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

Complex Numbers and Operations


This video demonstrates how complex numbers can be denoted in ZCubes and complex number operations can be performed. You can learn how to use it in trigonometric and hyperbolic functions, and other computations of complex/imaginary numbers.

Video


Complex Numbers and Operations














Code

a=3+ⅈ4;
b=5+ⅈ6;
a<+>b
a<*>b
SIN(a)
SIN((3..15)+ⅈ(4..20));
SINH((3..15)+ⅈ(4..20))
IMABS(a);
IMCONJUGATE(a)
a=(3+ⅈ4)<>m;
b=(5+ⅈ6)<>cm;
a<*>b





© Copyright 1996-2021, ZCubes, Inc.