from github to this gitea

This commit is contained in:
oscar.plaisant@icloud.com
2023-10-23 23:09:51 +02:00
commit a2ee0fa5ca
2898 changed files with 307871 additions and 0 deletions
+14
View File
@@ -0,0 +1,14 @@
up::[[polynôme]]
#maths/analyse
----
Soit $P$ un [[polynôme]],
Si $P$ est produit de polynômes du premier degré à coefficients dans un [[corps commutatif]] $L$, alors $P$ est _scindé sur $L$_.
# Exemples
- $x^{2} - 1 = (x - 1)(x + 1)$ : scindé sur $\mathbb{R}$
- $2x^{3}+3x^{2}-14x-12 = (2x+2)(x - 3)(x+2)$ : scindé sur $\mathbb{R}$
- $x^{2}+1 = (x-i)(x+i)$ = scindé sur $\mathbb{C}$ mais pas sur $\mathbb{R}$