Difference between revisions of "ZCubes/Complex Numbers and Operations"
Jump to navigation
Jump to search
(Created page with "==Complex Numbers and Operations== <br/> This video demonstrates how complex numbers can be denoted in ZCubes and complex number operations can be performed. You can learn how...") |
(→Code) |
||
(One intermediate revision by one other user not shown) | |||
Line 8: | Line 8: | ||
<br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/> | <br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/> | ||
+ | ==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 | ||
+ | |||
+ | |||
+ | |||
+ | <br/> | ||
+ | *[[Z3 | Z3 home]] | ||
+ | *[[Z^3 Language Documentation]] | ||
+ | *[[ZCubes_Videos | ZCubes Videos and Tutorials]] | ||
+ | *[[Main_Page | About ZCubes ]] | ||
+ | <br/> | ||
<br/> | <br/> | ||
− | © Copyright 1996- | + | © Copyright 1996-2021, ZCubes, Inc. |
Latest revision as of 00:16, 11 March 2021
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
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.