Math solver formula

I think Max had it done earlier. It can indeed be done with black magic but only in a button, not a live formula for a column.

It is probably possible to build either an ASL or a shunting yard / stack machine impl in a formula for simple [a1*b1]+[a2*b2]+...+[aN*bN] polynomials if all that’s required is multiplication and addition, no brackets or other operators.

2 Likes