#6619: [with patch, needs review] Fix ``inner`` option for integer vectors
---------------------------+------------------------------------------------
Reporter: nthiery | Owner: tbd
Type: defect | Status: new
Priority: major | Milestone: sage-4.1.1
Component: algebra | Keywords: inner, integer vectors
Reviewer: Burcin Erocal | Author: Nicolas M. ThiƩry
Merged: |
---------------------------+------------------------------------------------
{{{
sage: IV = IntegerVectors(3,10,inner=[4,1,3], min_part = 2)
sage: min_length, max_length, floor, ceiling, min_slope,
max_slope = IV._parameters()
sage: floor(1), floor(2), floor(3)
(4, 2, 3)
sage: IV = IntegerVectors(3, 10, outer=[4,1,3], max_part = 3)
sage: min_length, max_length, floor, ceiling, min_slope,
max_slope = IV._parameters()
sage: ceiling(1), ceiling(2), ceiling(3)
(3, 1, 3)
}}}
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/6619>
Sage <http://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
-~----------~----~----~----~------~----~------~--~---