#13393: Vector normalization
-------------------------------------+--------------------------------------
Reporter: chrisjamesberg | Owner: Chris Berg
Type: defect | Status: needs_work
Priority: major | Milestone: sage-5.4
Component: linear algebra | Resolution:
Keywords: vector, normalize | Work issues:
Report Upstream: N/A | Reviewers:
Authors: Chris Berg | Merged in:
Dependencies: | Stopgaps:
-------------------------------------+--------------------------------------
Comment (by rbeezer):
What if your base ring/field does not have any square roots?
{{{
sage: v = vector([1,2,3])
sage: n = v.norm()
sage: n
sqrt(14)
sage: u = (1/n)*v
sage: u.base_ring()
Symbolic Ring
}}}
We start with a free module element (integer entries) and then we end up
in the Symbolic Ring (which is often hard to get out of).
Over RDF/CDF I'd agree entirely. For '''exact''' linear algebra, I'm not
convinced.
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/13393#comment:10>
Sage <http://www.sagemath.org>
Sage: Creating a Viable Open Source Alternative to Magma, Maple, Mathematica,
and MATLAB
--
You received this message because you are subscribed to the Google Groups
"sage-trac" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/sage-trac?hl=en.