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

Peter Ridder ridder.peter at googlemail.com
Tue Jul 8 19:00:15 CEST 2014


usually you find a hind while looking up  the mathematical meaning
http://en.wikipedia.org/wiki/Permutation
There:
'k-permutations of n'

It's exactly that what you find there

2014-07-08 15:50 GMT+02:00 tanthiamhuat <tanthiamhuat at yahoo.com>:
> 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.
> _______________________________________________
> users mailing list
> users at lists.scilab.org
> http://lists.scilab.org/mailman/listinfo/users



More information about the users mailing list