Skip to content

MatrixHelper is a C++ program that provides various matrix operations. It allows you to perform matrix addition, subtraction, multiplication, and more.

License

Notifications You must be signed in to change notification settings

PashaKryvulets/MatrixHelper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MatrixHelper

MatrixHelper is a C++ program that provides various matrix operations. It allows you to perform matrix addition, subtraction, multiplication, and more. It was created by a student for students and beyond.

Prerequisites

Before you can build and run MatrixHelper, ensure that you have the following prerequisites installed on your system:

  • C++ Compiler: Make sure you have a C++ compiler installed. You can use GCC or Clang.
  • CMake: CMake is a build system generator. You'll need it to generate build files.
  • Make: Make is a build automation tool. You'll need it to compile the program.

Build Instructions

Follow these steps to build and run MatrixHelper on your system:

  1. Clone the Repository:

    git clone https://github.com/PashaKryvulets/MatrixHelper.git
    cd MatrixHelper
    
  2. Generate Build Files:

    mkdir build
    cd build
    cmake ..
  3. Compile the Program:

    make
  4. Run MatrixHelper:

    ./MatrixHelper

Usage

After building and running MatrixHelper, follow the on-screen instructions to perform various matrix operations. You can choose options for addition, subtraction, multiplication, and more. The program will guide you through entering matrix dimensions and values.

License

MatrixHelper is released under the MIT License.

Contributing

If you'd like to contribute to MatrixHelper, feel free to open an issue or submit a pull request on the GitHub repository.

Enjoy using MatrixHelper for your matrix calculations!

About

MatrixHelper is a C++ program that provides various matrix operations. It allows you to perform matrix addition, subtraction, multiplication, and more.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published