yoyossef / Projet-Algebre-Lineaire

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Projet d'algèbre linéaire (L2 S4)

Ce projet consiste a réaliser des fonctions qui permettent de manipuler des matrices et d'appliquer des opérations sur ces dernières.

Installation

To compile the code (to execute in the same folder than the source code), type in the terminal:

make

Exécution

To execute the code (once compiled), type in the terminal:

./main

About


Languages

Language:C 99.0%Language:Makefile 1.0%