Skip to content

Python application to calculate Determinant of a Matrix that works on Android, Windows & Linux. Built using GUI framework kivy/kivymd

License

Notifications You must be signed in to change notification settings

dcindia/matrix-calculator

Repository files navigation

Introduction

Matrices look beautiful as well as are highly useful for both Data Manipulation & Getting marks in exams. But performing those calculations can drill deep into your mind and are prone to silly mistakes.
To make such work easier, this project exists. 😉

Features

  • Currently Determinant, Addition, Product, Inverse and Rank of matrix are implemented
  • Supports matrix order upto 4
  • Accepts input as integers, decimals or even from fractions
  • Proper Error Handling
  • Sleek & Minimalist design

⭐ See all Releases | Source Codes | Executables ⭐

Android Linux Windows

Roadmap

  • Support mathematical functions like sqrt(), sin(), cos() etc.
  • Add more single value functions such as Minors, Co-factors, Adjoint etc.
  • Show Human-Friendly steps followed to reach respective result
  • Any Improvements or Added Features are heartly welcomed.

If you encounter any issues, please report in Issues Section.

initial_page determinant
product desktop