Given the plane $-x-y+2z=1$ in the basis $\{(1,0,0),(0,1,0),(0,0,1)\}$ I want to calculate the equation of this plane respect the basis $\{\frac{1}{\sqrt2}(-1,1,0),\frac{1}{\sqrt3}(-1,-1,-1),\frac{1}{\sqrt6}(-1,-1,2)\}$.
I know that if I want to write a given vector $(a,b,c)$ in another basis, I just have to multiply the vector to the change of basis matrix, but I don't know that to do here.