the cube. \Part{f} What is the net electric flux through the
cube? \Part{g} How much charge is enclosed within the gaussian
surface?
+\begin{center}
% ^
% a E\th|
% d b \ |
% c \|
-
+\begin{asy}
+import Mechanics;
+import ElectroMag;
+
+real u = 1cm;
+real theta = 90 + 25;
+
+vector_field(width=2.4u, height=2.4u, EField(dir=theta));
+draw(scale(2*u)*shift((-0.5,-0.5))*unitsquare, dashed);
+label("$a$", (0,u), align=N);
+label("$b$", (u,0), align=E);
+label("$c$", (0,-u), align=S);
+label("$d$", (-u,0), align=W);
+pair c = (u,-0.35u);
+Angle a = Angle(c+(0,1), c, c+dir(theta), fill=currentpen, L="$\theta$");
+a.draw();
+\end{asy}
+\end{center}
\end{problem*}
\begin{solution}