Main Home Quick tour Documentation Mailing Lists Demonstration Download Sourceforge project FAQ History Links
Toolboxes Char Control Crypto Finance FunFun General Graphics Image Internal InputOutput LinearAlgebra Matrix Miscellaneous Net Polynomial Set Signal SpecFun SpecialMatrix Statistics String System Time Trigonometric ...
Contact Developers
Complex numbers are used with the variables j or i. This is defined as being the square root of -1.
j
i
> 1+i (1.0 + i) > i^2 -1.0 > i^3 -1.0i > i^4 1.0 > (1+i)*(1-j) 2.0i
Last modified