t = 0: 0.1: 10;x = sin(t);y = cos(t);plot(x,y,'.-r');grid on;axis([-1.2 1.2 -1.2 1.2]);
symsxy;ezplot(x.^2+y.^2-4*x);