#16057: Fix multiplicity of nodes in Kleber tree
-------------------------------------+-------------------------------------
       Reporter:  tscrim             |        Owner:  sage-combinat
           Type:  defect             |       Status:  needs_review
       Priority:  major              |    Milestone:  sage-6.2
      Component:  combinatorics      |   Resolution:
       Keywords:                     |    Merged in:
        Authors:  Travis Scrimshaw   |    Reviewers:
Report Upstream:  N/A                |  Work issues:
         Branch:                     |       Commit:
  public/combinat/fix_kleber_tree_multiplicity-16057|  
d17f2cd2a36db59af1a85f118c837dc90944d4e1
   Dependencies:                     |     Stopgaps:
-------------------------------------+-------------------------------------
Description changed by tscrim:

Old description:

> The formula should read:
> {{{
> p_i^{(a)} = ( \alpha_a | \lambda^{(i)} ) - \sum_{j > i} \max(j - i, 0)
> L_j^{(a)}.
> }}}
> The old formula caused the multiplicities to become too large.

New description:

 The formula should read:
 {{{
 p_i^{(a)} = ( \alpha_a | \lambda^{(i)} ) - \sum_{j > i} (j - i) L_j^{(a)}.
 }}}
 The old formula caused the multiplicities to become too large.

--

--
Ticket URL: <http://trac.sagemath.org/ticket/16057#comment:4>
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 unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/sage-trac.
For more options, visit https://groups.google.com/d/optout.

Reply via email to