| 1 | initial version |
You can further simplify as follows:
sage: abs(sqrt(3) + I).full_simplify()
2
Or use the norm function:
sage: sqrt(norm(sqrt(3) + I))
2
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.