Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations cowski on being selected by the Eng-Tips community for having the most helpful posts in the forums last week. Way to Go!

Mathcad Matrix Syntax 1

Status
Not open for further replies.

kinzin

Structural
Joined
May 4, 2011
Messages
2
Location
US
I am trying to write a loop in which a formula

(such as: A = b / c ),

in which b and c are both nx1-sized matrices, returns a result by applying the formula one index at a time

(result should be: A = [b1/c1 b2/c2])


instead of performing the operation on the whole matrix.

Thanks.
 
Use the vectorize operator (Ctrl+-) on the quotient A/B.
 
@GregLocock,
Thanks so much!
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top