

create my list of combination - limitation ?
Hello,
I am looking for some support for my scilab code.
I want to create a list of all the combination of 7 among 28.
First question: will this reach the limit of the maximum size for a matrix ?
if not, then how to create this list ? if I missed a post in the forum you can just send the link please ?
thanks!
Scilab


You can try exploring 'nchoosek' command in Scilab. Hopefully that will solve your query.
Login to add comment