Product of Two matrix

Illustration
Oliviawilliams02 - 2021-01-06T09:48:07+00:00
Question: Product of Two matrix

Let W1 and W2 are complex  matrix of diamension N1 x Ns and Nr x N1 respectively. P = transpose(W1*W2), where N1 = N2 and N2 varies from 1 -18 via x axis. then how we will get the P? How to direct get them in complex form in the  matlab in comman wndow page.

Expert Answer

Profile picture of Neeta Dsouza Neeta Dsouza answered . 2025-11-20

N1 = 3 ; Ns = 3 ;
Nr = Ns ; 
W1 = rand(N1,Ns)+1i*rand(N1,Ns) ;
W2 = rand(Nr,N1)+1i*rand(Nr,N1) ;

P = (W1*W2)'


Not satisfied with the answer ?? ASK NOW

Get a Free Consultation or a Sample Assignment Review!