Kyle Pu
Kyle Pu
Fix index Closes #15
Welcome to our Mathematics repository! Please read over the [README file](https://github.com/Kyle-P/Mathematics/blob/master/README.md) and the [contributing file](https://github.com/Kyle-P/Mathematics/blob/master/CONTRIBUTING.md) to get a feel for how this repo operates. Every idea for a new program...
Please rename the [Gui folder](https://github.com/Kyle-P/Mathematics/tree/master/Gui) to GUI. This is just a preference. This can only be done with Git. Thanks!
The [prime factors program](https://github.com/Kyle-P/Mathematics/blob/master/Algebra/PrimeFactors.java) currently only displays which factors of a given number are prime. Develop a feature to give the actual prime factorization of the user-inputted number. For example,...
Please add an explanation to users for how the Intermediate Value Theorem is applied in order to compute the correct answer in the [IVT Calculator](https://github.com/Kyle-P/Mathematics/blob/master/Calculus/IntermediateValueTheorem.java). Remember that each program must...
Please add an explanation to users for how the zeroes were computed based on the [quadratic formula program](https://github.com/Kyle-P/Mathematics/blob/master/Algebra/QuadraticFormula.java). Remember that each program must explain to users how answers are generated...
Add new ideas for calculator program in our [ideas list](https://github.com/Kyle-P/Mathematics/blob/master/IDEAS.md)! Please be sure to format entries correctly and that each idea goes under the appropriate subject. This is an ongoing...
Create a FactorsExplanation.md file for the [factors of a number program](https://github.com/Kyle-P/Mathematics/blob/master/Algebra/Factors.java). Check other explanation files for an example of how to do this. Thank you! Math Level: Algebra
The GUI
The following lists the tasks needed to complete the GUI. Please take care of each task in its own pull request. Thanks! - [ ] Main menu to select which...