I have the point $(2,1)$ and I would like to check whether it is on my elliptic curve.
The elliptic curve is defined by $y^2 = x^3 + 3x + 1$ in $GF(7)$.
My solution to check whether or not the point is on the curve was to substitute the point into the equation:
$$ (1)^2 = (2)^3 + 3(1) + 1. $$
From inspection one may observe the left side does not equal the right side, therefore, the point is not on the curve.
However, I suspect this is incorrect I was just looking for some guidance. Thank you so much.
Your solution is not correct. $$(1)^2 = (2)^3 + 3(2) + 1=1 (mod 7).$$