Skip to content

A java program to solve a linear equations system using the Cramer method.

Notifications You must be signed in to change notification settings

hernamvel/javaCramerSolver

Repository files navigation

This java program solves a linear equations system of the form:

Ax = B

Using the Cramer method.

Feel free to use and modify this code. In the class CramerTest you can see how to use this solver through the Cramer class.

I will add some exceptions soon to make this class a little bit more robust.

Enjoy!

About

A java program to solve a linear equations system using the Cramer method.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages