Anyone know of a workaround so a definition name can contain undefined variables? I'm attempting to have a user input a ratio and have the variable name appear as the ratio of the two previously undefined variables (i.e. Mn/Op := ___ , Mn and Op undefined). Mathcad gives the error that Mn and Z...
I have an query about the asterisked note below ACI 350-06 Table 7.12.2.1. If I have a small-ish top slab (20' x 30' between supports) with no movement joints, are the minimum temperature and shrinkage ratios in the table still applicable with lengths taken as the distance between supports? In...
I'm trying to get the hlookup function to output a value of a matrix given a string or value to match in a header row, the lookup matrix, and known row number. i.e.
seed:= "ex"
R: [0 "ex" 1
2 3 4
5 6 7]
As I have it written now, MathCAD outputs
solution:=...