Changes between Initial Version and Version 1 of Ticket #10669
- Timestamp:
- 01/21/11 11:17:00 (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #10669 – Description
initial v1 11 11 Implementations and algorithms: 12 12 13 - [[http://www.risc.jku.at/research/combinat/software/Omega/ |Mathematica implementation]] by Andrews/Paule/Riese:13 - [[http://www.risc.jku.at/research/combinat/software/Omega/ Mathematica implementation]] by Andrews/Paule/Riese: 14 14 Non-Free. Sources available upon request. 15 15 16 - [[ Maple implementation|http://www.combinatorics.net.cn/homepage/xin/maple/Ell.rar]]16 - [[http://www.combinatorics.net.cn/homepage/xin/maple/Ell.rar Maple implementation]] 17 17 by Guoce Xin who realized that Laurent series were the appropriate 18 18 setup for this problem, both conceptually and to derive efficient … … 21 21 see also Zeilberger opinion [3]). 22 22 23 - [[http://www-irma.u-strasbg.fr/~guoniu/software/ |Maple implementation]]23 - [[http://www-irma.u-strasbg.fr/~guoniu/software/ Maple implementation]] 24 24 by Guo-Niu Han, who generalized Xin's algorithm from Eliot 25 25 fractions to any rational fraction [3] 26 26 27 - [[http://www.risc.jku.at/research/combinat/software/GenOmega/index.php |Mathematica implementation]] by Wiesinger of Han's algorithm27 - [[http://www.risc.jku.at/research/combinat/software/GenOmega/index.php Mathematica implementation]] by Wiesinger of Han's algorithm 28 28 The link also point to Wiesinger's master thesis on the topic. 29 29 30 - MuPAD crude implementation of Xin's algorithm by Thiéry: 31 32 http://mupad-combinat.svn.sourceforge.net/viewvc/mupad-combinat/trunk/MuPAD-Combinat/experimental/2006-06-27-Omega.mu 30 - [[http://mupad-combinat.svn.sourceforge.net/viewvc/mupad-combinat/trunk/MuPAD-Combinat/experimental/2006-06-27-Omega.mu MuPAD crude implementation]] of Xin's algorithm by Thiéry: 33 31 34 32 The only reason to mention it here is for the attempts at using … … 38 36 improperly fine tuned, and the code darn slow. 39 37 40 - Sage prototype (Bandlow/Musiker) written at Sage Days 738 - Links with Schur functions, by Fu and Lascoux [4] 41 39 40 - Sage prototype (Bandlow/Musiker) written at Sage Days 7: ... 41 42 {{{ 42 43 [1] http://arxiv.org/abs/math.CO/0408377 43 44 [2] http://www.math.rutgers.edu/~zeilberg/Opinion74.html 44 45 [3] http://www-irma.u-strasbg.fr/~guoniu/papers/p36omega.pdf 46 [4] http://arxiv.org/abs/math/0404064 47 }}}