https://github.com/mateusfg7/calcular-matrizes
:1234: Calcular valores de uma matriz
https://github.com/mateusfg7/calcular-matrizes
matriz python3
Last synced: 3 months 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 (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-12-13T20:32:18.000Z (over 5 years ago)
- Last Synced: 2025-02-01T21:13:04.748Z (4 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

Branch > matriz_com_lista
