Another way I have tried is making two 7x1 vectors (M1 & M2) then using the following:
A1:= match(r1,M1) =
A2:= M.2.A1 =
Couple of problems with this, A1 does not make use of my greater than or equal to requirement ie. it only works when r1 is equal to one of the entries in A1
A2 uses the...
Hi all, new to these forums, stumbled upon looking for MathCAD help.
I have tried a couple of things without success so far. I have a 7x2 table like so:
7.09 HA28
8.37 HA32
11.24 HA36
13.75 HA40
17.12 HA45
22.02 HA50
29.3 HA60
For a given value calculated elsewhere, I want to be able to...