Skip to content

[feat]: multiplicação de matrizes#17

Merged
tskxz merged 4 commits into
devfrom
3-feat-multiplicação-de-matrizes
Dec 22, 2025

Hidden character warning

The head ref may contain hidden characters: "3-feat-multiplica\u00e7\u00e3o-de-matrizes"
Merged

[feat]: multiplicação de matrizes#17
tskxz merged 4 commits into
devfrom
3-feat-multiplicação-de-matrizes

Conversation

@tskxz

@tskxz tskxz commented Dec 18, 2025

Copy link
Copy Markdown
Owner

Pull Request Template

Descrição

Multiplicacao por matrizes

🔗 Issue Relacionada

Closes #3

Tipo de Mudança

  • Nova funcionalidade (non-breaking change)

O Que Foi Feito?

  • Implementar funcao multiplicacao matricial no matrix.py
  • Criar generate de matrizes no html
  • Criar matrix_multiply.js
  • Adicionar verificacao da compatibilidade de matrizes

Screenshots/Evidências

image image

@tskxz tskxz linked an issue Dec 18, 2025 that may be closed by this pull request
8 tasks
@tskxz tskxz changed the base branch from master to dev December 18, 2025 12:23
@tskxz tskxz requested a review from RicardoMaga December 18, 2025 12:25
Comment thread app.py Outdated
matrix_b = Matrix(rows_b, cols_b, matrix_b_data)

result = matrix_a.multiply(matrix_b)
print("resultado: ",result)

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Tira o print

Comment thread static/js/matrix_multiply.js Outdated
...collectMatrixData(),
};

console.log("Sending:", payload);

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Tirar o console.log

Comment thread static/js/matrix_multiply.js Outdated
});

const data = await response.json();
console.log("Response:", data);

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Tirar o console.log

@tskxz tskxz requested a review from RicardoMaga December 22, 2025 13:35

@RicardoMaga RicardoMaga left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Aprovado!

@tskxz tskxz merged commit 62aacea into dev Dec 22, 2025
1 check passed
@tskxz tskxz deleted the 3-feat-multiplicação-de-matrizes branch December 31, 2025 23:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Feat: Multiplicação de Matrizes

3 participants