Skip to content

Latest commit

 

History

History
43 lines (34 loc) · 984 Bytes

README.md

File metadata and controls

43 lines (34 loc) · 984 Bytes

Matrix calculator

This is webpack react application which implements different matrix operations with draggable multiwindow interface.

Features

  • Draggable interface
  • Multiwindow interface
  • Matrix input component
  • Transpose matrix
  • Invert matrix
  • Add matrices
  • Multiply matrices
  • Add number to matrix
  • Subtract number from matrix
  • Multiply matrix by number
  • Divide matrix by number
  • Get determinant
  • Adjugate matrix
  • Test coverage for all matrix operations

Preview

preview

Tecnologies

  • HTML
  • CSS
  • JavaScript
  • React
  • Webpack
  • Babel
  • Jest
  • Github pages

Deployment

Application is hosted on github pages