#10716: Adding a weighted_degree function to Singular multivariate polynomials
-----------------------------------+----------------------------------------
   Reporter:  jsrn                 |       Owner:  AlexGhitza                   
           
       Type:  enhancement          |      Status:  needs_review                 
           
   Priority:  minor                |   Milestone:                               
           
  Component:  algebraic geometry   |    Keywords:  multivariate 
polynomials,degree,Singular
     Author:  Johan S. R. Nielsen  |    Upstream:  N/A                          
           
   Reviewer:                       |      Merged:                               
           
Work_issues:                       |  
-----------------------------------+----------------------------------------

Comment(by jsrn):

 I just uploaded a new patch which makes it possible not to specify the
 weights in a tuple. That was pretty silly with the old patch, where you
 would have to write something like
 {{{
   Q.weighted_degree((1, 2))
 }}}
 Now you can omit the double-parenthesis, but also use the previous calls:
 {{{
   Q.weighted_degree(1, 2)
   Q.weighted_degree((1, 2))
   Q.weighted_degree({x:1, y:2})
 }}}

-- 
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/10716#comment:3>
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.

Reply via email to