Skip to content

steepcloud/Matrix-Operations

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

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.

About

Basic matrix operations program.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages