I have as input two points. But the input points contain variables (constant references).
I've seen some tools online but they require numeric values.
The two given points are specified by constant expressions. You can assume: P1=(expr1, expr2 ), P2=(expr3, expr4) where exprn is some sum or product combination of constants a, b and c or a numeric. For example expr1 can be a+b, expr2 can be 2b and so on.
The problem can definitely be solved by hand, and its not a particularly difficult problem but my question is whether it can be automatically solved an online tool.
For example, if I give 2 points: (a,0) and (b,c)
I'd like to get the a simplified answer like:
$$c x + (a-b)y - a c = 0$$
You can simply ask Wolfram Alpha something like:
and it will provide you with the answer
as well as tell you that: