from github to this gitea
This commit is contained in:
13
ppcm.md
Normal file
13
ppcm.md
Normal file
@@ -0,0 +1,13 @@
|
||||
up::[[MOC arithmétique]]
|
||||
#maths/arithmétique
|
||||
|
||||
----
|
||||
Le _Plus Petit Commun Multiple_ (plus petit multiple commun) de plusieurs nombres (souvent deux) est noté $\mathrm{ppcm}(a;b;c;\cdots )$ et est le plus petit nombre qui soit multiple de tous ces nombres.
|
||||
|
||||
|
||||
# Propriétés
|
||||
Soient $a$ et $b$ deux entiers non nuls
|
||||
- $\mathrm{pgcd}(a,b)\times\mathrm{ppcm}(a,b)=|ab|$
|
||||
- [[pgcd]]
|
||||
- $(a|c) \wedge (b|c) \implies \mathrm{ppcm}(a;b)|c$
|
||||
- [[divisibilité]]
|
||||
Reference in New Issue
Block a user