Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 914 Bytes

README.md

File metadata and controls

19 lines (15 loc) · 914 Bytes

Welcome to Y1 Math with Python programming!

By programming your solutions to math problems, you

  • gain a deeper understanding of the mathematical thinking processes
  • can quickly verify your answers (eg test if a big number is prime)
  • are empowered to automate calculation (let the machine do the hard work)

Current topics:

  • Primes, Highest Common Factor and Lowest Common Multiple
  • Number Patterns

Please contribute! Submit pull requests for

  • problems without solutions
  • problems with incomplete/partial solutions
  • problems with alternative solutions (yes sometimes there are more than one way to solve a problem and we really welcome them!)
  • interesting and related problems not limited to those currently available
  • anything you feel this repository can be improved

Note: Do not simply copy and paste text/code from other sites. Inappropriate pull requests will be marked as invalid and rejected.