next up previous contents index
suivant: Random integers : rand monter: Combinatory analysis précédent: Binomial coefficients : binomial   Table des matières   Index


Arrangements : perm nPr

perm ou nPr takes as argument two integers n and p.
perm(n,p) or nPr(n,p) returns Anp.
Input :
perm(5,2)
Output :
20



giac documentation written by Renée De Graeve and Bernard Parisse