(function(doc, html, url) { var widget = doc.createElement("div"); widget.innerHTML = html; var script = doc.currentScript; // e = a.currentScript; if (!script) { var scripts = doc.scripts; for (var i = 0; i < scripts.length; ++i) { script = scripts[i]; if (script.src && script.src.indexOf(url) != -1) break; } } script.parentElement.replaceChild(widget, script); }(document, '

Method of finding natural solutions of Diophantin equation with several (n) unknowns

What is it about?

For equations like 3003x+4389y+5187z+8151u+19019v=302870 it is demonstrateed how to find a solution x=10, y=45, z=3, u=5, v=1 and 33 others, but no more, or to verify that 858x+910y+1155z=14125 has no natural solutions. Number of natural solutions of simple equation Ax+Dy=T presented in explicit form.

Read more on Kudos…
The following have contributed to this page:
Mikhail Mestechkin
' ,"url"));