Skip to content

Uma biblioteca simples para operações vetoriais e matriciais em JavaScript. A simple library for vector and matrix operations in JavaScript.

License

Notifications You must be signed in to change notification settings

WilliamJardim/VectorizationJS

Repository files navigation

VectorizationJS

Logo do projeto

Welcome to my project VectorizationJS!

Select a language

A simple library for vector and matrix operations in JavaScript.

Example Images

Exemplo 1 - Dot product between two vectors Exemplo 2 - Dot product between a matrix and vector

Documentation

Project Files

  • src/*: These are all the project files.

Source code

https://github.com/WilliamJardim/VectorizationJS/tree/main/src

Examples

https://github.com/WilliamJardim/VectorizationJS/tree/main/examples

Comparison of Results

NOTE: The "compararResultados.py" file is not part of the project. It is only present to compare results and is not related to the project.

Inspiration

The concepts implemented in this library were inspired by various sources, including:

  • Images and diagrams found on Google Images about matrix multiplication and vector operations.
  • Personal understanding of linear algebra concepts acquired through academic studies and previous experiences.

Implementation

The implementations were done independently, based on the understanding of mathematical concepts.

Author and Contact Information: