[Scilab-users] Scilab Scholar module for schools: permutation

tanthiamhuat tanthiamhuat at yahoo.com
Tue Jul 8 15:50:21 CEST 2014


permutation(n,p) returns the number of permutations of p elements taken from
n with n and p positive integers or zero and p<=n.

-->permutation(4,3)
 ans  =
 
    24.  
 
-->permutation(5,3)
 ans  =
 
    60.  
 
-->permutation(6,3)
 ans  =
 
    120.  

Can someone help me clarify what does this permutation do?



--
View this message in context: http://mailinglists.scilab.org/Scilab-Scholar-module-for-schools-permutation-tp4030850.html
Sent from the Scilab users - Mailing Lists Archives mailing list archive at Nabble.com.



More information about the users mailing list