-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
50 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,50 @@ | ||
# Matrix | ||
|
||
_Implementación de las operaciones con matrices_ | ||
|
||
1. **Sumar dos Matrices** | ||
2. **Multiplicar dos Matrices** | ||
3. **Multiplicar una matriz con un escalar** | ||
4. **Determinante de una matriz** | ||
5. **Obtener la matriz transpuesta** | ||
6. **Obtener la matriz adjunta** | ||
7. **Obtener la matriz inversa** | ||
|
||
--- | ||
![matrix_1](https://user-images.githubusercontent.com/53574794/141213141-b38fb7b8-61af-4240-acee-3b8a4d47aad8.png) | ||
|
||
## Pre-requisitos 📋 | ||
|
||
_Necesitaras las siguientes herramientas para compilar este proyecto_ | ||
|
||
* Un compilador de C++ que soporte la versión 11 | ||
* La herramienta GNU make | ||
|
||
## Compilación 🔧 | ||
|
||
_Compila el proyecto ejecutando_ | ||
|
||
``` | ||
make | ||
``` | ||
|
||
## Ejecución | ||
|
||
_El binario ejecutable quedara en la carpeta bin, con el nombre main_ | ||
|
||
_Agregue todos los datos para una fila en la misma linea separando los valores con espacios_ | ||
|
||
![matriz_2](https://user-images.githubusercontent.com/53574794/141213706-369a0e86-8948-4702-a29d-7283628be40c.png) | ||
|
||
## Construido con 🛠️ | ||
|
||
_La biblioteca estandar de C++11_ | ||
|
||
## Autores ✒️ | ||
|
||
* **Martín Monjaraz Almaraz** | ||
|
||
## Expresiones de Gratitud 🎁 | ||
|
||
* Comenta a otros sobre este proyecto 📢 | ||
* Invita una cerveza 🍺 o un café ☕ a alguien del equipo. |