a
, b
, c
, d
, e
, f
, g
, h
are constants. Say we are provided with a pair (x,y)
and we want to verify whether (x,y)
satisfies these equations. To verify, we can just substitute the provided value (x,y)
in the equations and check that LHS = RHS for both equations.