Fermat's factorization method: Difference between revisions

Content deleted Content added
No edit summary
No edit summary
Line 155:
 
==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+c)</math>
 
==Factorization with cubes==