Skip to content

Latest commit

 

History

History
45 lines (38 loc) · 1.42 KB

File metadata and controls

45 lines (38 loc) · 1.42 KB

Matrix Operations

A program that performs various operations on square matrices.

Table of Contents

Description

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.

Features

  • Sum and product of two matrices
  • Calculation of the trace of a matrix
  • Check for matrix symmetry and antisymmetry

Usage

  1. Clone the repository:
    git clone https://github.com/steepcloud/Matrix-Operations.git
  2. Navigate to the program directory:
    cd Matrix-Operations
  3. Compile the C program by executing the following command:
    gcc main.c -o matrix_operations
  4. Run the program by executing the compiled binary:
    ./matrix_operations
  5. Follow the on-screen instructions to perform different matrix operations.

Contributing

Contributions are welcome! If you find any issues or have suggestions for improvements, feel free to create an issue or submit a pull request.

License

This project is licensed under the MIT license.