Skip to content

DoctypeRosenthal/MatrixMultiplication

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MatrixMultiplication

This is a small project inspired by my studies in Computer Science. I am in my first Semester and was curious about how to make a calculator for matrix multiplication. The project contains three important JavaScript-files:

  • the file for outputting and change HTML dynamically (called HTML.js)
  • the file for creating an JS-Object of each Matrix to calculate with (Object.js) and
  • all the mathematical Operations like multiplication, addition and so on (math.js)

I commented the code in German but if you like, check it out and comment on it. I would enjoy reading from you.

Cheers,

Lorenz

About

A little calculator for practicing multiplication with matrices.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published