[Scilab-users] Help about Scilab

Samuel Gougeon sgougeon at free.fr
Thu Feb 5 01:17:25 CET 2015


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



-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.scilab.org/pipermail/users/attachments/20150205/1650a9d7/attachment.htm>


More information about the users mailing list