divisibilite.py

Created by anaali

Created on May 27, 2024

633 Bytes


# Type your text here
si a/b et a/c alors 
a/kb+kpc*

si a/b, alors a/a+B et a/a-b

a==b[n] => n/(a-b)
a==b[n] => a=b+kn

si a==b[n] et b==c[n] 
alors a==c[n]

si a==b[n] et b==c[n] alors *
a==c[n]

si a==b[n] et c==d[n]:
  - a+c==b+d[n]
  - a*c==b*c[n]
  - k*a==k*b[n]
  - a**p ==b**p[n]
  


D(a,b)=D(b,r)
PGCD(ka;kb)=kPGCD(a,b)

D =>PGCD(a;b) ssi a/D et b/D
entier premier entre eux 

a et b premier entre eux, ssi 
existe u et v 
au+bv=1

il existe u et v 
au+bv=PGCD(a,b)

diophantienne:
  ax+by=c admet solution 
  ssi PGCD(a,b) divise c 

si a divise bc, 
et a et b prmeier entre euc
alors a divise c 
qj,

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.