#10538: Implementation of the class Quiver
-------------------------------------------+--------------------------------
Reporter: stumpc5 | Owner:
Type: enhancement | Status: needs_info
Priority: major | Milestone: sage-5.3
Component: combinatorics | Resolution:
Keywords: cluster algebra, quiver | Work issues:
Report Upstream: N/A | Reviewers:
Authors: Christian Stump | Merged in:
Dependencies: #10527 | Stopgaps:
-------------------------------------------+--------------------------------
Description changed by stumpc5:
Old description:
> These classes implement cluster seeds and quivers for skew-symmetrizable
> matrices. Both are in one patch as multiple methods in both classes use
> the other class.
>
> The patch contains multiple examples.
>
> {{{
> sage: S = ClusterSeed(['A',3]); S
> A seed for a cluster algebra of rank 3 of type ['A', 3]
>
> sage: Q = Quiver(['A',3]); Q
> Quiver on 3 vertices of type ['A', 3]
> }}}
New description:
This class implements quivers for skew-symmetrizable matrices.
The patch contains multiple examples.
{{{
sage: Q = Quiver(['A',3]); Q
Quiver on 3 vertices of type ['A', 3]
}}}
--
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/10538#comment:13>
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.