cohenrobinson / matrix_arithmetic

General arithmetic functions associated with matrices.

Repository from Github https://github.comcohenrobinson/matrix_arithmeticRepository from Github https://github.comcohenrobinson/matrix_arithmetic

matrix_arithmetic

General arithmetic functions associated with matrices.

Run the matrix_demo_exec to see demonstrations of the functions in action, otherwise write your own code by including the matrix.h library.

Functions included are:

  • Square matrix products
  • Vector-matrix products
  • Matrix addition & subtration
  • Matrix transpose
  • Matrix trace
  • Matrix rotation
  • Gauss Jordan Elimination Method
  • Row Operations

Next: Impliment Matrix Determinents and ability to enter matrices into terminal.

CODE IS UNFINISHED!

About

General arithmetic functions associated with matrices.

License:GNU General Public License v3.0


Languages

Language:C 100.0%