Calculators
Matrix Calculator
Under Development This matrix calculator accepts a matrix of rational numbers (using fractions) and performs the matrix operations of Gauss-Jordan Reduction, transposition and inversion of the matrix, and calculates its determinate.
This project was written in PHP, HTML, CSS, and JS along with jQuery.
Character Frequency Calculator
This character frequency calculator accepts a string input and generates a table of the entered characters and their frequencies of occurrence.
This project was written in HTML, CSS, and JS along with Vue.js.
Loan Amortization Calculator
This loan amortization calculator accepts a loan amount, number of payments, and annual interest rate and generates a schedule of payments.
This project was written in HTML, CSS, and JS along with Vue.js.
Paint Coverage Calculator
This paint coverage calculator accepts a series of rectangular regions and number of coats of paint required for each and generates a list of the regions with the required paint for each.
This project was written in HTML, CSS, and JS along with Vue.js.
St. Mary's Academy Tuition Calculator
This tuition calculator for St. Mary's Academy accepts students of grades K-12 from a family and calculates the total tuition due for the family considering each grade's base tuition and applicable multi-child tuition discounts.
This project was written in HTML, CSS, and JS along with Vue.js.