Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 636 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 636 Bytes

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