Hello,

Le 04/02/2015 12:07, Pierre-Aimé Agnel a écrit :
Hello,

You might be interested in installing the "specfun <http://atoms.scilab.org/toolboxes/specfun>" ATOMS module(

atomsInstall('specfun')

The implementation given by Serge is inside the module and can be called with
n = 5;
m = 0:n;
c = specfun_nchoosek(n, m)

You will obtain all the binomial coefficientsin a row vector.

Once loaded you can check other helpful functions with
help("Specfun Toolbox")

Best,
As stated in the long-discussed bug report from which this nchoosek has been designed, this function should be transfered in Scilab. It is a common function available on almost all basic pocket calculators. It is somewhat a non-sense to have to load an external module to get it.

Best regards
Samuel



_______________________________________________
users mailing list
[email protected]
http://lists.scilab.org/mailman/listinfo/users

Reply via email to