-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathREADME.TXT
More file actions
14 lines (13 loc) · 830 Bytes
/
README.TXT
File metadata and controls
14 lines (13 loc) · 830 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
------------------------------------------------------------------------
This is the project README file. Here, you should describe your project.
Tell the reader (someone who does not know anything about this project)
all he/she needs to know. The comments should usually include at least:
------------------------------------------------------------------------
PROJECT TITLE: CEL.
PURPOSE OF PROJECT: Comprobar la consistencia en sistemas de ecuaciones lineales.
VERSION or DATE: 1.0.0
HOW TO START THIS PROJECT: Instanciar la clase LinearSystem con el sistema de ecuaciones en su forma
de matriz como parametro del constructor de la clase.
AUTHORS: Dorian Ricardo Flores Lopez
USER INSTRUCTIONS: Instanciar la clase LinearSystem con el sistema de ecuaciones en su forma
de matriz como parametro del constructor de la clase.