Changes between Initial Version and Version 1 of Ticket #8825
- Timestamp:
- 04/29/10 20:05:21 (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #8825
-
Property
Status
changed from
new
toneeds_review
-
Property
Authors
changed from
to
Johan Grönqvist
-
Property
Component
changed from
misc
todocumentation
-
Property
Milestone
changed from
to
sage-4.4.1
-
Property
Status
changed from
-
Ticket #8825 – Description
initial v1 3 3 I was very surprised that for a complex number z, 4 4 norm(z) == norm(vector([z]))^2^, and no hint of this is available from the documentation available through executing "sage: norm?". 5 6 See this [http://groups.google.com/group/sage-devel/browse_thread/thread/9f941378a95c0191 sage-devel] thread for some background information.