Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mateusfg7/calcular-matrizes
:1234: Calcular valores de uma matriz
https://github.com/mateusfg7/calcular-matrizes
matriz python3
Last synced: 16 days ago
JSON representation
:1234: Calcular valores de uma matriz
- Host: GitHub
- URL: https://github.com/mateusfg7/calcular-matrizes
- Owner: mateusfg7
- Created: 2019-10-18T20:27:35.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2019-12-13T20:32:18.000Z (about 5 years ago)
- Last Synced: 2024-10-15T21:21:39.243Z (2 months ago)
- Topics: matriz, python3
- Language: Python
- Homepage:
- Size: 128 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Matriz Calc
Calcular valores de uma matriz### Use:
```
main.py [i] [j]
```
> i = número de linhas> j = número de colunas
Altere a equação da linha 15 do arquivo main.py conforme a necessidade. [ padrão i+j ]
### Preview
Branch > master
![master](preview/master.png)
Branch > matriz_com_lista
![matriz_com_lista](preview/matriz_com_lista.png)