- #1
Antwan718
- 1
- 0
Hello I am trying to teach myself how to use mathcad and am having some issues.
I am trying to sum the rows and cols of a matrix respectively.
using i for the row index and j for the col index.
I have as of now defined a variable sum eiether row or colum and am using a summation of k=0 to n-1 rows for each matrix. I see that what I am intending on doing is being preformed but only on the last row and col of an n-by-m matrix.
Any help would be appreciated.
I am trying to sum the rows and cols of a matrix respectively.
using i for the row index and j for the col index.
I have as of now defined a variable sum eiether row or colum and am using a summation of k=0 to n-1 rows for each matrix. I see that what I am intending on doing is being preformed but only on the last row and col of an n-by-m matrix.
Any help would be appreciated.