Question
Entering one matrix(3x3) into another larger matrix(21x21)
Hello,
Say I have a matrix called Y that is (21x21) and I have matrix A that is (3x3). I would like to have matrix A placed in Y starting at Y1,1 so that
Y11=A11
Y12= A12
Y13=A13
Y21=A21
Y22=A22
Y23=A23
Y31=A31
Y32=A32
Y33=A33
I am new to using mathcad, thanks for the help.

