To enter a complex number in an expression, use one of the imaginary unit symbols i or
j. They are completely equivalent. The symbols can be used both as a built-in mathematical constant and as a postfix to a number. That is, you can write either
1+2*i or
1+2i. A parameter expression can also become complex as a result of using a complex-valued function, for example
sqrt(-1) evaluates to the imaginary unit.