Git Product home page Git Product logo

matrix's Introduction

Matrix

A stand-alone calculator for inverses, adjoints & solution to a given set of linear equations.

Requirements

For the moment Matrix doesn't reaquire anything other than the compiler.

You can use any C++ compiler (like Microsoft Visual C++). However, this project was compiled using the GNU Compiler Collection (g++).

How to execute

First of all you need a C++ compiler to compile the program. If you're using the GNU Compiler Collection, you can do this by the following command.

$ g++ -o play matrix.cpp playground.cpp

Once the compilation is done, you can execute the program by

$ ./play

If you are on Windows and willing to use the GNU Compiler Collection for the compilation, here's an article that explains how to install it on Windows.

Implementation

Anyone willing to implement the core workings of this program you might want to play around or extend the class Matrix in the file matrix.cpp and corresponding header file matrix.h. playground.cpp contains a console UI which I'm not really a fan of, despite writing it myself. But the computational methods in that file may be useful.

Special Thanks to

James Schloss for The Arcane Algorithm Archive project.

matrix's People

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.