Talk:Combinations: Difference between revisions

Content added Content deleted
(Asked question about variables in PARI/GP code.)
Line 19: Line 19:


With respect to you, Ivan Gavryushin (dcc0@).
With respect to you, Ivan Gavryushin (dcc0@).

== PARI/GP ==

The function definition is:<br />
c(n,k,r,d)

c = combinations<br />
n = number of objects<br />
k = sample size<br />
r = ?<br />
d = ?

What are r and d? [[User:Chuck Coker|Chuck Coker]] ([[User talk:Chuck Coker|talk]]) 02:00, 31 July 2019 (UTC)