complex norm
As a newbie, I must be missing something, but here is the question:
With this setup:
var('a', domain=CC)
a.norm()
a.norm().simplify()
The last line displays as a^2, but should be |a|^2 .
What am I missing?
Am using
SageMath Version 6.8, Release Date: 2015-07-26 on Fedora 24, x86
Seems I am 1.5 years behind (although up-to-date as a system package).
Will download & build sage-7.5.1-Fedora_24-x86_64.tar.bz2
Thanks for the feedback.
Asked: 2017-07-17 22:33:41 +0100
Seen: 511 times
Last updated: Jul 19 '17
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.
Which Sage version are you using? For the two lines I obtain the same answer
a*conjugate(a).I can not reproduce this either on 7.6 nor 8.0rc2, though i can reproduce on
5.12. So, you just have to update your version of Sage.