Mastering Mathcad: Matrix Operations Made Easy | Step-by-Step Guide

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
2 replies · 6K views
Antwan718
Messages
1
Reaction score
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.
 

Attachments

on Phys.org
You can use the summation command.

In Mathcad 2000 at least, arrays start at 0 by default, not 1.
 
Antwan718 said:
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.

Well out of date, but resurrecting old threads is sometimes fun!

NR
 

Attachments