1. Open your command window
![](https://static.wixstatic.com/media/e919af_70950935d36b4465b937cd2466f54ddf~mv2.png/v1/fill/w_49,h_28,al_c,q_85,usm_0.66_1.00_0.01,blur_2,enc_avif,quality_auto/e919af_70950935d36b4465b937cd2466f54ddf~mv2.png)
2. Type your variable matrix, say x having 3 columns and 3 rows. Type the matrix as shown below.
![](https://static.wixstatic.com/media/e919af_9828875aad2e4127b7159a4813ae3238~mv2.png/v1/fill/w_49,h_28,al_c,q_85,usm_0.66_1.00_0.01,blur_2,enc_avif,quality_auto/e919af_9828875aad2e4127b7159a4813ae3238~mv2.png)
3. Hit enter
![](https://static.wixstatic.com/media/e919af_6720dffeb30d411bb0490dd9974a951a~mv2.png/v1/fill/w_49,h_28,al_c,q_85,usm_0.66_1.00_0.01,blur_2,enc_avif,quality_auto/e919af_6720dffeb30d411bb0490dd9974a951a~mv2.png)
4. Type the other matrix, say, y with which you want to multiply. Type the variable as shown.
![](https://static.wixstatic.com/media/e919af_699a09e32eff47f29da975d6712348a5~mv2.png/v1/fill/w_49,h_28,al_c,q_85,usm_0.66_1.00_0.01,blur_2,enc_avif,quality_auto/e919af_699a09e32eff47f29da975d6712348a5~mv2.png)
5. Hit enter
![](https://static.wixstatic.com/media/e919af_9d06ce9d6821493dbe7d4145a9cb0de7~mv2.png/v1/fill/w_49,h_28,al_c,q_85,usm_0.66_1.00_0.01,blur_2,enc_avif,quality_auto/e919af_9d06ce9d6821493dbe7d4145a9cb0de7~mv2.png)
6. Set the new variable, say, z which you want the matrix to come in.
![](https://static.wixstatic.com/media/e919af_be7b56fb96b74e2fa399cb79fcf737ff~mv2.png/v1/fill/w_49,h_28,al_c,q_85,usm_0.66_1.00_0.01,blur_2,enc_avif,quality_auto/e919af_be7b56fb96b74e2fa399cb79fcf737ff~mv2.png)
7. Type the variable, z= x*y, and hit enter.
![](https://static.wixstatic.com/media/e919af_b65265bd38c547939677e1c4981c68d2~mv2.png/v1/fill/w_49,h_28,al_c,q_85,usm_0.66_1.00_0.01,blur_2,enc_avif,quality_auto/e919af_b65265bd38c547939677e1c4981c68d2~mv2.png)