Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 

Repository files navigation

Cramer's Rule Implementation

This is a Python implementation of Cramer's Rule to solve systems of linear equations. It uses the NumPy library for efficient matrix operations and provides step-by-step outputs including matrices D, Dx, and Dy.

🧮 Features

  • Solves systems of 2 or 3 variable equations (if a unique solution exists)
  • Displays matrix steps (D, Dx, Dy)
  • Simple and clean CLI-based interface

🚀 Tech Stack

  • Language: Python
  • Library: NumPy

🛠️ Usage

This script can be used to solve equations of two or three variables. You just need to input coefficients and constants, and the program handles the rest.

python cramers_rule.py

Click Here for video demo.

Authors

About

This is the python implementation of Crammer's rule.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages