I am very low on time for Sage development right now, but I am
interested in having matrix ordering supported in Sage. I will put
this on my Sage to-do list and help out when I can (unfortunately my
Sage to-do list is getting pretty long).
I agree with John that Simon's example:
sage: M = Matrix(2,2, [1,3,1,0])
sage: R.<a,b,c,d,e,f> = PolynomialRing(QQ, order=TermOrder(M)
+TermOrder('deglex',3))
looks good and reasonably intuitive to me.
-Marshall Hampton
On Sep 10, 11:13 pm, Kwankyu <[email protected]> wrote:
> Hi,
>
> I created a trac ticket #6922 to track this issue. I also added a
> patch, which does not work. :-)
> As I really need matrix ordering, I hope someone solve this issue
> soon.
>
> Kwankyu
--~--~---------~--~----~------------~-------~--~----~
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-support
URLs: http://www.sagemath.org
-~----------~----~----~----~------~----~------~--~---