FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
infinitecoder1729/maths-with-python: Playing with Numbers using Python · GitHub
infinitecoder1729
/
maths-with-python
Public
Notifications
You must be signed in to change notification settings
Fork
0
Star
3
Code
Issues
0
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Branches
Tags
Open more actions menu
Latest commit
History
35 Commits
35 Commits
Folders and files
Name
Name
Last commit message
Last commit date
CONTRIBUTING.md
CONTRIBUTING.md
Check for Armstrong Number.py
Check for Armstrong Number.py
Check if Disarium.py
Check if Disarium.py
Check if Prime.py
Check if Prime.py
Compound Interest.py
Compound Interest.py
Factorial.py
Factorial.py
Fibonacci Series.py
Fibonacci Series.py
Generating Random Numbers.py
Generating Random Numbers.py
HCF of Multiple Numbers.py
HCF of Multiple Numbers.py
Karatsuba_Multiplication_Algortihm.py
Karatsuba_Multiplication_Algortihm.py
LCM of Multiple Numbers.py
LCM of Multiple Numbers.py
LICENSE
LICENSE
Leap Year.py
Leap Year.py
Matrix Multiplication.py
Matrix Multiplication.py
Max and Min Number.py
Max and Min Number.py
Permutations for all possible numbers from the digits of a provided number.py
Permutations for all possible numbers from the digits of a provided number.py
Prime Factorization.py
Prime Factorization.py
Printing Disarium Numbers.py
Printing Disarium Numbers.py
Printing Prime.py
Printing Prime.py
README.md
README.md
Roots of a Quadratic.py
Roots of a Quadratic.py
Repository files navigation
README
Contributing
MIT license
Maths with Python
Playing with Numbers using Python has unlimited possibilities and a few of them have been put up here :
Printing Prime Numbers in the specified Range
Determining wether the number that the User has entered is a Prime Number or Not
Generating Random Numbers between Specified Range
Printing Fibonacci Sequence
Finding Factorial of a Number
Determining wether the number that the User has entered is an Armstrong Number or Not
Performing Prime Factorization of a Number
Finding HCF/GCD of Multiple Numbers
Finding Roots of a Quadratic Equation (Displays Non-Real Roots as Well)
Finding LCM of Multiple Numbers
Identifying whether the year entered by the user is a Leap Year or not.
Finding the Largest and the Smallest Number from all the numbers provided by the user (Without using any pre-built Modules)
Determining wether the number that the User has entered is a Disarium Number or Not
Printing Disarium Numbers in the specified Range
Multiplication of Matrices (Without using any pre-built Modules)
Finding all possible numbers that can be formed with the digits of a provided number
Finding Compund Interest for the given values of Principal, Rate of Interest and Time (in years)
Karatsuba's algorithm for multiplication of two integers (Divide and Conquer Approach - Recurssion)
Definately More to come :)
About
Playing with Numbers using Python
Topics
armstrong-number
compound-interest
disarium-numbers
factorial-calculation
fibonacci-sequence
hcf-calculator
lcm-calculator
maths
matrices
matrix-multiplication
matrix-multiplication-calculator
permutation-algorithms
permutations
prime-numbers
python
python-math
python-maths
python-matrix
python-numbers
random-number-generator
Resources
Readme
MIT license
Contributing
Contributing
Activity
Stars
3
stars
Watchers
1
watching
Forks
0
forks
Report repository
Releases
Packages
Used by
Contributors
Languages
Back
|
FazBrowse Home
|
New Git URL