Fermat's factorization method: Difference between revisions

Content deleted Content added
No edit summary
No edit summary
Line 158:
 
==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==