#13393: Vector normalization
--------------------------------------------+-------------------------------
Reporter: chrisjamesberg | Owner: Chris Berg
Type: defect | Status: needs_work
Priority: major | Milestone: sage-5.6
Component: linear algebra | Resolution:
Keywords: vector, normalize | Work issues:
Report Upstream: N/A | Reviewers: Luis Serrano,
Benjamin Jones
Authors: Chris Berg, Eviatar Bach | Merged in:
Dependencies: | Stopgaps:
--------------------------------------------+-------------------------------
Changes (by jdemeyer):
* status: positive_review => needs_work
Comment:
{{{
sage -t -force_lib devel/sage/sage/modules/finite_submodule_iter.pyx
**********************************************************************
File "/release/merger/sage-5.6.beta2/devel/sage-
main/sage/modules/finite_submodule_iter.pyx", line 314:
sage: all([ x.normalize() == x for x in
FiniteFieldsubspace_projPoint_iterator(A, True) ])
Expected:
True
Got:
doctest:1172: DeprecationWarning: 'normalize' is deprecated. For
division by the p-norm use 'normalized', and for division by the firs
t nonzero entry use 'monic'.
See http://trac.sagemath.org/13393 for details.
True
**********************************************************************
}}}
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/13393#comment:33>
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.