First time here? Check out the FAQ!
answered 2018-01-14 21:11:04 +0100
You can further simplify as follows:
sage: abs(sqrt(3) + I).full_simplify() 2
Or use the norm function:
norm
sage: sqrt(norm(sqrt(3) + I)) 2