Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 546 Bytes

File metadata and controls

19 lines (15 loc) · 546 Bytes

Matrix Calculator

An Android app to do some operations with matrices

Written as my little practice in Jetpack Compose library and also using my own libraries


What's inside the box:

  • Define matrices with numbers
  • Change their size (to something reasonable indeed)
  • Get their determinant
  • Get their transposed or reversed variants
  • Add, subtract or multiply matrices
  • Add, subtract or multiply a matrix by a number

How to use:

  • Grab an .apk file from releases
  • Install the app on your Android (not iOS!!!) device
  • Enjoy