#8601: Bug in vector reduction
------------------------------+---------------------------------------------
Reporter: robertwb | Owner: was
Type: defect | Status: new
Priority: critical | Milestone: sage-4.4
Component: linear algebra | Keywords:
Author: | Upstream: N/A
Reviewer: | Merged:
Work_issues: |
------------------------------+---------------------------------------------
Description changed by mvngu:
Old description:
> {{{
> On Mar 24, 2010, at 10:35 AM, mb wrote:
>
> Hi,
>
> The following seems like strange behavior to me.
>
> In [1]: V=VectorSpace(GF(2),2)
> In [2]: V([1,3])
> Out[2]: (1, 1)
> In [3]: V([1,-3])
> Out[3]: (1, 0)
>
> I would expect the last answer to be (1,1).
> }}}
New description:
From [http://groups.google.com/group/sage-
support/browse_thread/thread/f18b1f77ea5d529f sage-support]:
{{{
On Mar 24, 2010, at 10:35 AM, mb wrote:
Hi,
The following seems like strange behavior to me.
In [1]: V=VectorSpace(GF(2),2)
In [2]: V([1,3])
Out[2]: (1, 1)
In [3]: V([1,-3])
Out[3]: (1, 0)
I would expect the last answer to be (1,1).
}}}
--
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/8601#comment:1>
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.