Trying to avoid Transposition
I have a script that works but applies transposition for that to happen. Wondering if there's a less clunky way to achieve the goal? I have 3 columns, one contains a quadratic coefficient(a), the second contains a linear coefficient(b), and the third contains a constant(c). When multiplied by an input variable x, I get an arc. Is there a way to form that arc without transposing the data to do ...