Difference between revisions of "User:Temperal/The Problem Solver's Resource4"
(revamp) |
(→Third-degree and Quartic Formulas: list) |
||
Line 27: | Line 27: | ||
If third-degree polynomial <math>Q(x)=ax^3+bx^2+cx+d</math> has roots <math>r,s,t</math>, then: | If third-degree polynomial <math>Q(x)=ax^3+bx^2+cx+d</math> has roots <math>r,s,t</math>, then: | ||
− | <math>rst=\frac{-b}{a}</math> | + | *<math>rst=\frac{-b}{a}</math> |
− | <math>r+s+t=\frac{-c}{a}</math> | + | *<math>r+s+t=\frac{-c}{a}</math> |
− | <math>rs+st+rt=\frac{-c}{b}</math> | + | *<math>rs+st+rt=\frac{-c}{b}</math> |
<!-- actually, I'm not sure if this is right. Could someone check this? --> | <!-- actually, I'm not sure if this is right. Could someone check this? --> | ||
Revision as of 11:56, 23 November 2007
AlgebraThis is a collection of algebra laws and definitions. Obviously, there is WAY too much to cover here, but we'll try to give a good overview. Elementary AlgebraDefinitions
Factor TheoremIff a polynomial has roots , then , and are all factors of . Quadratic FormulaFor a quadratic of form , where are constants, the equation has roots Fundamental Theorems of Algebra
Third-degree and Quartic FormulasIf third-degree polynomial has roots , then: Quartic formulas are listed here. The general quintic equation (or an equation of even higher degree) does not have a formula. DeterminantsThe determinant of a by (said to have order ) matrix is . General Formula for the DeterminantLet be a square matrix of order . Write , where is the entry on the row and the column , for and . For any and , set (called the cofactors) to be the determinant of the square matrix of order obtained from A by removing the row number i and the column number j multiplied by (-1)^{i+j}. Thus:
Cramer's LawConsider a set of three linear equations (i.e. polynomials of degree one) Let , , , , , and . This can be generalized to any number of linear equations. Abstract AlgebraIncomplete. Back to page 3 | Continue to page 5 |