complex conjugate of a variable
I attempted to construct the complex conjugate of a variable thus -
x = var('x')
f = x*conjugate(x)
f({x:2+2i})
this throws a SyntaxError, although the f({x:2})
case works perfectly.
why isn't the markdown for code working?
Missing linebreak. There seemed to be HTML tags interspersed in your post for some reason. Incidentally, you can click on the "010101" button to select and format code instead of doing a manual indent.