We thought that graphing applications such as Desmos were not as open sourced as they should be for such an essential application to many and we also thought that graphing calculators and the internet may not be available all the time, so it would be really convenient to have all these graphing utilities built into an application. Not to mention desmos and other graphing solutions have a plethora of issues such as not being able to graph things such as x^x properly!
It was only made using java and nothing else.
1400+ Lines of Code, High Schoolers from Monta Vista( 11th graders) in Silicon Valley.
You can enter any different type of equation and the application is able to graph it properly and you can zoom and pan in on the axes, we had to redefine PEMDAS(Parenthesis, Exponents, Multiplication, Division, Addition, Subtraction) in order to account for edge cases that didn't graph properly with normal math functions such as -(x)^2 in comparison to (-x)^2 which gives two completely different answers, and need to get accounted for.
Log in or sign up for Devpost to join the conversation.