ahmedibrahim6 / AsuMathLabG03

C++ project describes MATLAB software
0 stars 1 forks source link

MathLab

C++ project for calculating some mathematical operations similar to Matlab or Octave .

Environment

Development under linux , coded with C++ and compiled with g++ using Makefile

Setup

  git clone git@github.com:ahmedibrahim6/AsuMathLabG03.git
  cd AsuMathLabG03/
  make
  ./matrix example.m
  ./matrix bigexample.m

Project phases