combinatoire.py

Created by anaali

Created on February 11, 2024

389 Bytes


# Type your text here
résultat ordonné?
* oui 
  repetition?
  -oui 
    code cadena 
    card(E**k)=n**k
  -non
    arrangement (k-uplet)
    classement
    Akn = (n!)/(n-k)!
        =n(n-1)(n-2)...(n-(k-1))
* non 
  (n k)= Akn /k!
      = n!/k!(n-k)!

card (P(E))=2**n
relation de Pascal:
  (n k)= (n-1 k)+(n-1 k-1)
Triangle pascal:
(n 0)+(n 1)+.+(n n-1)+(n n)=2**

During your visit to our site, NumWorks needs to install "cookies" or use other technologies to collect data about you in order to:

With the exception of Cookies essential to the operation of the site, NumWorks leaves you the choice: you can accept Cookies for audience measurement by clicking on the "Accept and continue" button, or refuse these Cookies by clicking on the "Continue without accepting" button or by continuing your browsing. You can update your choice at any time by clicking on the link "Manage my cookies" at the bottom of the page. For more information, please consult our cookies policy.