Jack Grube
Undergraduate Student, Computer Science
Please note: This page is currently a work in progress. Check back regularly for more updates.
Projects
This list is a collection of my most significant academic projects to date.
Academic Projects
Personal Projects
-
Numerical Integration Calculator (GitHub repo link coming soon)
-
Initially a project born of boredom; and frustration with how slowly my numerical integration homework for Calculus II was going; it became a way to keep some of my
calculus concepts sharp and practice coding simultaneously.
-
The first two versions were written in Python (version 3), but I'm hoping to resume development on a third version written in C++ sometime
soon, potentially also integrating and interfacing with another language.
-
The primary challenge is making the program more user friendly; adding a way to input functions to integrate without an end user needing to
touch the source code, which is currently how all three versions have handled that issue.