[Home]

[First Examples]

[Resp. Analysis]

[Exercises]

[JavaScript]

Matrix Multiplication

 

Given are the two matrizes A and B. Calculate the product AB.
You can control your solution with the vector u' = ABu.

A = 
 
B = 
       
A B = 

 

[GeoScript-File] [GeoStyle-File] [JavaScript-File]