Skip to content

Matrix calculator written in C++, with OOP paradigms and templates.

License

Notifications You must be signed in to change notification settings

milosz08/oop-matrix-calculator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

81 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Matrix Calculator

Rectangular matrices, dynamically allocated memory, checking dimensions during operations, basic operations like addition subtraction, multiplication, calculation of determinant. In addition to basic matrix operations, you should: determine the inverse matrix, transposed matrix, etc. It is mandatory to use C++ templates.

Supported mathematical operations

  • Calculation of the N elementary matrix determinant (square matrices only),
  • Calculation of the reversal matrix to the primary matrix (square matrices only),
  • Calculation of the conjugated matrix on the primary matrix,
  • Basic arithmetic actions (addition, subtraction, multiplication),
  • Multiplication of the matrix by the scalar value,
  • Transpose a matrix.

Author

Created by Miłosz Gilga. If you have any questions about the application send message: [email protected].

License

This program is on GNU-GPL 3.0 license.

About

Matrix calculator written in C++, with OOP paradigms and templates.

Topics

Resources

License

Stars

Watchers

Forks