This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author rhettinger
Recipients LambertDW, TFinley, mark.dickinson, rhettinger
Date 2009-01-07.23:26:40
SpamBayes Score 0.31624353
Marked as misclassified No
Message-id <1231370802.92.0.398419127866.issue4816@psf.upfronthosting.co.za>
In-reply-to
Content
Summary of functions/definitions expected to return a number:           

  r>n       r<0       Source
--------- ----------  ------------------------------
error      error      MS Excel PERMUT() and COMBIN() 
error      error      HP32SII nPr and nCr    
undefined  undefined  CRC Combinatoric definitions   
undefined  undefined  Handbook of Mathematics and Computational Science  
undefined  undefined  Wolfram:  
http://mathworld.wolfram.com/Permutation.html
zero       zero       http://en.wikipedia.org/wiki/Choose_function  
undefined  undefined  http://en.wikipedia.org/wiki/Combination   
undefined  undefined  http://en.wikipedia.org/wiki/Permutation   
zero       undefined  Knuth's choose function in Concrete Mathematics    
zero       zero       GAP's nrCombinations()


Summary for tools that return the individual subsets:           

  r>n       r<0       Source
--------- ----------  ------------------------------
emptylist  error      Mathematica
emptylist  unknown    Magma
emptylist  error      GAP Combinations
emptylist  emptylist  GAP Arrangements
emptylist  emptylist  Sage Combinations
emptylist  error      Sage Permutations
History
Date User Action Args
2009-01-07 23:26:43rhettingersetrecipients: + rhettinger, mark.dickinson, LambertDW, TFinley
2009-01-07 23:26:42rhettingersetmessageid: <1231370802.92.0.398419127866.issue4816@psf.upfronthosting.co.za>
2009-01-07 23:26:41rhettingerlinkissue4816 messages
2009-01-07 23:26:40rhettingercreate