Community Tip - Learn all about the Community Ranking System, a fun gamification element of the PTC Community. X
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
Solved! Go to Solution.
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.
Use the csort () function twice. First on the NOKOK column, then on the force column.
Success!
Luc
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 ??
Is it this what you are looking for:
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.
yes you are correct!
Thank you for the help!