home
>
matrix
>
square-matrix

Square of Matrix 2x2, 3x3 Calculation

Select the size of the matrix


 
   
  
Code to add this calci to your website Expand embed code Minimize embed code
Just copy and paste the below code to your webpage where you want to display this calculator.


Formula

2x2 Squared Matrix is given by,
3x3 Squared Matrix is given by,


Where,
2*2 matrix is

3*3 matrix is

X11 = a11*a11 + a12*a21 + a13*a31,
X12 = a11*a12 + a12*a22 + a13*a32,
X13 = a11*a13 + a12*a23 + a13*a33,
X21 = a21*a11 + a22*a21 + a23*a31,
X22 = a21*a12 + a22*a22 + a23*a32,
X23 = a21*a13 + a22*a23 + a23*a33,
X31 = a31*a11 + a32*a21 + a33*a31,
X32 = a31*a12 + a32*a22 + a33*a32,
X33 = a31*a13 + a32*a23 + a33*a33.


Online calculation of square of matrices is made easier here.