My goal is to make an interactive and attractive place where students can solve all those difficult problems of Arithmetic Progression (and though not part of this project but a sequel goal- geometric progressions). AP questions have not certainly been tough but as like any other topic in mathematics, there are a few that are made to twist you…
So here’s my help.
I read through my old RS (and my friend’s RD) as well as a few question papers and categorised the types of questions based on-
- What information is given,
- What are we expected to find out from that.
I have to generalise each category to a specific one works all formula.
For now a basic html (but yeah impressively beautiful, and I must appreciate myself, I have made a lot of good css across all the projects here at Flavortown), is ready with a app.py that does with a basic formula-
a_n = a + (n-1)d
and s_n = (n/2){2a + (n-1)*d}
It is able to plot basic graphs.
Changelogs concerned—
- README.md ‘https://github.com/adibuddies/apsolver/commit/227c35dfdf83656da5059805e54be5cd251a29fe’
- App.py (basic calculations using formulae) ‘https://github.com/adibuddies/apsolver/commit/11f1ebaa62f66e36f25481a7607bfb23388348a0’
- Index.html added with Chart.js for plotting graph ‘https://github.com/adibuddies/apsolver/commit/9f80907fcb7e5332ed3c17190093f6ec1a8430ae’
PS. You may find that the github commits are very close to each other, that is because I made this project 15-20 days ago as well as the Devlog with a very simple small message I had posted- “This is my first devlog, it’s quite early in the morning and I’m feeling like I drop any second. Will update it later…”
I didn’t have time to do GitHub and live site and all that day, I think I woke up till 5 AM for when I was already not getting enough sleep from academic load. So I just kept on making new serial order files for every change and now I have uploaded it in that order for Flavortown. Please don’t mind!