how to evaluate multiple inputs without vectorization
Hi my current workflow involves input a few variables on the first page of mathcad worksheet, then jump to the last page to see the output results after lengthy calculations. I have to tweak the inputs so that the output can meet or at least is close to certain value range.
This is not efficient, so I am thinking if the worksheet can take in multiple sets (say, about 100) of input, read one set at a time, do the evaluation, then write the output result somewhere/in some file; then it will jump to the next iteration.
I do not want to rewrite the input as vectors, because this will require rewrite all formulas using vectorize operators.
Thank you .

