Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

I tried the following:

var("x y p")

solve( [ 4x + 6/y == 15, 6x - 8/y == 14, y == p*x - 2 ], [p, x, y] )

that produces the response

[[p == (4/3), x == 3, y == 2]]

which appears to be correct.