cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

Community Tip - Did you get called away in the middle of writing a post? Don't worry you can find your unfinished post later in the Drafts section of your profile page. X

Finding Maximum in Matrix under side condition

sm�ller-2
11-Garnet

Finding Maximum in Matrix under side condition

Hallo guys,

 

i have a question regarding finding a maximum value out of a matrix.

 

I have an overlap , maximum transmissible force, NOKOK Matrix

 

i now need to find the overlap for the maximum transmissible force under the condition "OK"

 

The values in the matrix are only valid for "OK"

 

For the given example the correct overlap is 0,127 mm with 649,736 kN

 

Can anyone help me out how to determine this problem?

 

I have Mathcad 15

 

Thank you Br Stefan

ACCEPTED SOLUTION

Accepted Solutions
Werner_E
25-Diamond I
(To:Werner_E)

And here is a more classic, straightforward approach using a loop. Again w/o using an augmented matrix.

It works without using match,trim, max and lookup.

It's your choice now.

B.png

View solution in original post

6 REPLIES 6
LucMeekes
23-Emerald III
(To:sm�ller-2)

Use the csort () function twice. First on the NOKOK column, then on the force column.

LM_20190731_Finding.png

Success!
Luc

Werner_E
25-Diamond I
(To:sm�ller-2)


 

For the given example the correct overlap is 0,127 mm with 649,736 kN

 


Why?? What about 0,121 mm with 655,656 kN ??

Werner_E
25-Diamond I
(To:Werner_E)

Is it this what you are looking for:

B.png

Werner_E
25-Diamond I
(To:Werner_E)

And here is a more classic, straightforward approach using a loop. Again w/o using an augmented matrix.

It works without using match,trim, max and lookup.

It's your choice now.

B.png

yes you are correct!

Thank you for the help!

Announcements

Top Tags