Question: creating Matrix into a Matrix

Hi all,

I have to create a Matrix of Matrix 

I have the following

Fm:= 0.01, Rs:=0.0031

W:=Fm/Rs

WM:=(2,2,W,shape=diagonal)

Now I want a matrix which has WM as a Matrix in it diagonally.

is there any command I can use.

The result needs to be like            [WM   0    0]

                                                  [0        WM 0]              where WM is a matrix by itself

Thanks and looking forward toyour kind replies.

Regards

A.Q 

Please Wait...