A program that performs various operations on square matrices.
This program is designed to perform operations on square matrices. It provides functionality to calculate the sum and product of two matrices, calculate the trace of a matrix, and check if a matrix is symmetric or antisymmetric by calculating its transpose.
- Sum and product of two matrices
- Calculation of the trace of a matrix
- Check for matrix symmetry and antisymmetry
- Clone the repository:
git clone https://github.com/steepcloud/Matrix-Operations.git
- Navigate to the program directory:
cd Matrix-Operations
- Compile the C program by executing the following command:
gcc main.c -o matrix_operations
- Run the program by executing the compiled binary:
./matrix_operations
- Follow the on-screen instructions to perform different matrix operations.
Contributions are welcome! If you find any issues or have suggestions for improvements, feel free to create an issue or submit a pull request.
This project is licensed under the MIT license.