Both i and j represent the imaginary number by default:
» i ans = 0 + 1.0000i » sqrt(-3) ans = 0 + 1.7321i
Note that these variables (i and j) can be redefined (as the index in a for loop, for example).