Fermat's factorization method: Difference between revisions

Content deleted Content added
No edit summary
No edit summary
Line 156:
==Factorization with rectangles==
The method can be modified to use rectangles instead of squares, by adding a constant c: <math>(a+c) \times a - (b+c) \times b = (a-b) \times (a+c+b)</math>
 
==Factorization with cubes==
<math>a^3 - b^3 = (a-b) /times (a+b) /times a+ a /times b</math>
 
==Factorization with cuboids==
<math>(a+c) /times a^2 - (b+c) /times b^2 = (a-b) /times ((a+b+c) /times a + (b+c) /times b)</math>
 
==See also==