Skip to content

With capabilities for both single and dual matrix operations, this program provides essential functionalities such as addition, subtraction, determinant calculation, and matrix inversion.

License

Notifications You must be signed in to change notification settings

mariateodorapopescu/matrixex

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

Matrix Operations

This C++ program performs various operations on matrices, including:

  • Matrix Arithmetic: Addition, subtraction, and multiplication of matrices.
  • Matrix Functions: Determinant calculation, transposition, and inverse calculation.
  • Elementary Row Operations: Elimination of rows and columns.
  • Matrix Powers: Calculation of a matrix raised to a certain power.
  • Function with Matrix: Performing a function on a matrix.

How to Use

  1. Compile: Compile the program using a C++ compiler.
  2. Run: Execute the compiled program.
  3. Input: Follow the prompts to input matrices and select operations.
  4. Output: View the results of the selected operations.

Note

  • This program is designed to work with either one or two matrices, depending on user input.
  • Ensure correct input dimensions for matrix operations to avoid errors.

About

With capabilities for both single and dual matrix operations, this program provides essential functionalities such as addition, subtraction, determinant calculation, and matrix inversion.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages