Find Armstrong Numbers for Certain Range

Version 1.0.0 (1,3 KB) von Rafi Ahmed
Function of Armstrong numbers for certain range.
7 Downloads
Aktualisiert 28. Sep 2019

Lizenz anzeigen

computes the armstrong numbers from xstart to xend inclusive
Armstrong number is a number that is the sum of its each digit raised to the power of the length of that number. Ex-1,2,3,4,153,370,371,407

For instance, 407 has number of digits 3 and the digits are 4,0 and 7
hence, the sum = 4^3 + 0^3 + 7^3 = 407

Zitieren als

Rafi Ahmed (2024). Find Armstrong Numbers for Certain Range (https://www.mathworks.com/matlabcentral/fileexchange/72882-find-armstrong-numbers-for-certain-range), MATLAB Central File Exchange. Abgerufen .

Kompatibilität der MATLAB-Version
Erstellt mit R2018b
Kompatibel mit allen Versionen
Plattform-Kompatibilität
Windows macOS Linux
Kategorien
Mehr zu Digital Input and Output finden Sie in Help Center und MATLAB Answers

Community Treasure Hunt

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

Start Hunting!
Version Veröffentlicht Versionshinweise
1.0.0