(a) Write a computer program that will perform the helium-atom SCF calculation of Section 14.3. Have the input to the program be $\zeta_1, \zeta_2$, and the initial guess for $c_{11} / c_{21}$. Do not use the Section 14.3 values of the integrals, but have the program calculate all integrals from $\zeta_1$ and $\zeta_2$. Have the program print $c_{11}, c_{21}, \varepsilon_1$, and $\varepsilon_2$ for each cycle of calculation. Use the convergence criterion that $c_{11}$ and $c_{21}$ each differ from the $c_{11}$ and $c_{21}$ values of the previous cycle by less than $10^{-5}$ atomic units. (b) Use your program with $\zeta_1=1.45$ and $\zeta_2=2.91$ to find the number of iterations needed to reach convergence for each of these initial guesses for $c_{11} / c_{21}: 100,10,1,0,-1,-10,-100$. (c) Run the program with $\zeta_1=1.45363$ and $\zeta_2=2.91093$ to verify the SCF energy given for these $\zeta$ 's at the end of the Section 14.3 example. (d) Run the program with $\zeta_1$ changed by +0.01 and by -0.01 from the value in (c), and verify that each $E_{\mathrm{HF}}$ obtained is higher than that in (c). Repeat for $\zeta_2$.