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 TugboatEng on being selected by the Eng-Tips community for having the most helpful posts in the forums last week. Way to Go!

matrix manipulation question

Status
Not open for further replies.

krywarick6

Automotive
Joined
Jun 9, 2003
Messages
138
Location
CA
Can the upper limit of one matrix be subtracted from the lower limit of another martix.

EX.

Matrix1--- a max
a nominal
a min
Matrix2--- b max
b nominal
b min

I would like to get the result of b max - a min

Is this possible?

Right now the result that I get is the difference of each:
a max -b max
a nominal - b nominal
a min - b min

My mathcad skills are small. Any help would be appreciated.

 
Use the matrix indices

TTFN

FAQ731-376
 
Thanks for the help. I found what I was looking for.

The max(a,b,c..) and min(a,b,c...) calculates what I was trying to accomplish. I ended up finding it in the help file.

Ex.

max(matrix b) - min(matrix a)
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top