Matrix - add '0' values to every ith row and jth column whilst keeping the diagonal data constant

Viewed 13

enter image description here

Consider the above image. I would like some help on how to duplicate this pattern, labelled matrix A, for every 'nth' node. So, for every nth+1 node, there will be an addition of a 0 entry for every ith row and jth column. In regards to "B", I would like to know how to increase this by "Fn, j + 1" for every n addition in matrix A.

Thanks very much.

0 Answers
Related