Ramanunam Numbers calculator

The program solves the Diophantine equation and prints the solution
240 Downloads
Aktualisiert 9. Jul 2012

Lizenz anzeigen

There are two modes of usage for the program
If only the numbers are needed then the first else
if verbose output is needed then the second mode
1) a = ramanujam (n)
2) ramanujam (n)
The first calling method returns resultant sum
Diophantine equation [sum = a^3 + b^3 = c^3 + d^3]
The second calling method prints all four variables
a,b,c,d and sum which forms the Diophantine equation

Zitieren als

Saket Dandawate (2024). Ramanunam Numbers calculator (https://www.mathworks.com/matlabcentral/fileexchange/37039-ramanunam-numbers-calculator), MATLAB Central File Exchange. Abgerufen .

Kompatibilität der MATLAB-Version
Erstellt mit R2011b
Kompatibel mit allen Versionen
Plattform-Kompatibilität
Windows macOS Linux
Kategorien
Mehr zu Octave finden Sie in Help Center und MATLAB Answers
Tags Tags hinzufügen

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
Version Veröffentlicht Versionshinweise
1.2.0.0

solves the problem created due to sorting the answers

1.0.0.0