CRAMER'S RULE MATRIX SOLVER

Numerical Methods

This is a Cramer's Rule Matrix Solver, developed using Pyhton code. The app is a mathematical method used to solve linear systems of equations using matrices and determinants. It applies to systems where the number of equations equals the number of unknown variables. It features a clean interface displaying the input, output, and automated calculations.

BISECTION METHOD SOLVER

Numerical Methods

A Bisection Method Solver is a numerical tool or algorithm used to find the root (or solution) of a continuous function. The method works by repeatedly narrowing down an interval where the root lies, based on the Intermediate Value Theorem. It features a clean interface displaying the input, output, and automated calculations.