Linear Algebra
editAlgebra
editGCD
editEuclid's algorithm:
- ,
Properties:
- Bézout's identity: If d=gcd(a,b) then d can be written as where p and q are integers
Eisenstein's criterion
editSuppose we have the following polynomial with integer coefficients.
If there exists a prime number p such that the following three conditions all apply:
- p divides each ai for i ≠ n,
- p does not divide an, and
- p2 does not divide a0,
then Q is irreducible over the rational numbers.
Rational root theorem
editIf a0 and an are nonzero, then each rational solution x, when written as a fraction x = p/q in lowest terms (i.e., the greatest common divisor of p and q is 1), satisfies
- p is an integer factor of the constant term a0, and
- q is an integer factor of the leading coefficient an.