I
IImaginary unit - internally converted to the complex number
0+1*i.Irepresents the imaginary numberSqrt(-1).I^2will be evaluated to-1.
Note: the upper case identifier I is different from the lower case identifier i.
See
Examples
>> I^2-1
>> (3+I)*(3-I)10Related terms
Implementation status
- ✅ - full supported