[script] solutions of exercises at end of chapters
This commit is contained in:
@@ -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)
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user