| 1 | initial version |
like this
sage: z=var('z', domain='complex')
sage: z.conjugate()
conjugate(z)
sage: z=var('z', domain='real')
sage: z.conjugate()
z
Copyright Sage, 2010. Some rights reserved under creative commons license. Content on this site is licensed under a Creative Commons Attribution Share Alike 3.0 license.