Ask Your Question

paradox's profile - activity

2023-10-22 01:12:21 +0200 received badge  Famous Question (source)
2021-01-26 09:52:51 +0200 received badge  Notable Question (source)
2021-01-26 09:52:51 +0200 received badge  Popular Question (source)
2018-01-29 19:14:55 +0200 received badge  Supporter (source)
2018-01-29 19:14:51 +0200 commented answer Complex number norm

Thanks for your help!!!

2018-01-29 19:14:43 +0200 received badge  Scholar (source)
2018-01-14 21:11:10 +0200 received badge  Student (source)
2018-01-14 20:31:02 +0200 asked a question Complex number norm

I'm new to sage so sorry if this is a stupid question.

When I try to compute the norm of a complex number Sage doesn't evaluate it:

abs(sqrt(3) + I)

gives the exact same thing ( instead of sqrt(10) ):

abs(sqrt(3) + I)

What am I doing wrong