What is a good way to determine whether a subset of $ \mathbb{C}^2$ is an algebraic set?
For example, I want to determine this for the following cases:
- $\{(t^2,t^3)\}$
- $\{(t,\sin t)\}$
- $\{(\cos t,\sin t)\}$
- $\{(e^t, \sin t)\}$
- $\{(e^t+e^{-t}, e^t-e^{-t})\}$
- $\{(e^{2t},e^{3t})\}$
for all $t\in\mathbb{C}$.
I thought a way to do this is to look for functions $\mathbb{C}^2\rightarrow\mathbb{C}$ that send all elements of a subset to zero (if they exist of course). Is this a good way and if so, what would these functions be in the cases above?
Edit: I don't want to use topological dimensions.