Skip to content

I

I

Imaginary unit - internally converted to the complex number 0+1*i. I represents the imaginary number Sqrt(-1). I^2 will 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)
10

Complex, Im, Re

Implementation status

  • ✅ - full supported

Github