Solution to Ramanujan equations

RamanujanEqn

Solution to Ramanujan equations (x)+y=7 and x+(y)=11 with Python

Observation : both x and y are perfect squares below 121(11*11).

It can be seen that x=9 and y=4 are the solutions.

Comments

Popular posts from this blog

Book review : Complete Guide to Standard C++ Algorithms

Multiplication table in html with python

Differences between references and pointers in C++ with use cases