Skip to content

Simple matrix calculator app for fun. Created for handling matrix operations such as solving, diagonalizing, canonicalizing...

Notifications You must be signed in to change notification settings

gilgoolon/Matrices-Calculator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Matrices Calculator

based on JavaFX graphics and was built using no libraries.

The program recieves 2 (or one, depending on the operation) matrices of any size (from GUI) and outputs the result of the operation. Currently, supporting the following operations:

  • Add 2 matrices
  • Multiply 2 matrices (with n=k)
  • Make a matrix canonical
  • Find the diagonal form of a matrix (if diagonalizable)
  • Solve a matrix as a set of linear equations
  • Compute the determinant of a matrix

This project was done for fun, inspired by the courses Linear Algebra and Introduction to Cryptography.

About

Simple matrix calculator app for fun. Created for handling matrix operations such as solving, diagonalizing, canonicalizing...

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages