Filling a diagonal matrix with a series
Posted: Thu Aug 11, 2011 1:50 pm
Hi, I want to fill a diagonal matrix with a series such that the first row - first column of the matrix is filled with the first data of the series, the second row-second column of the matrix is filled with the second data of the series, and so on. Any help? Thanks very much.