[script] solutions of exercises at end of chapters

This commit is contained in:
2019-12-01 00:21:07 +01:00
parent 50458f7f98
commit 1e3ec8944e
19 changed files with 190 additions and 280 deletions

View File

@@ -15,7 +15,7 @@ gausscdf = np.cumsum(gauss)*dx
# plot:
plt.xkcd()
fig = plt.figure( figsize=(6, 2.6) )
fig = plt.figure( figsize=(6, 2.4) )
ax = fig.add_subplot(1, 1, 1)
ax.spines['right'].set_visible(False)
ax.spines['top'].set_visible(False)

View File

@@ -500,3 +500,7 @@ insufficiently or not at all detected by the correlation coefficient
coefficients close to zero. $\xi$ denote normally distributed
random numbers.}
\end{figure}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\printsolutions