Give an example of a matrix with no real eigenvalues. Enter your answer using the syntax [[a, b], [c, d]].
a) [[0, 1], [-1, 0]]
b) [[1, 0], [0, 1]]
c) [[-1, 0], [0, -1]]
d) [[i, 0], [0, -i]]