Github #246 Pi computed incorrectly

I incorrectly used area * pts/N to comput pi,which happens to
work if radius = 1, but fails otherwise.
This commit is contained in:
Roger Labbe 2018-09-16 10:08:46 -07:00
parent 5410867608
commit fb110beeb0
2 changed files with 7 additions and 5 deletions

View File

@ -542,8 +542,10 @@
]
},
{
"cell_type": "markdown",
"cell_type": "code",
"execution_count": null,
"metadata": {},
"outputs": [],
"source": [
"The result of the multiplication is taller and narrow than the original Gaussian but the mean is unchanged. Does this match your intuition?\n",
"\n",

File diff suppressed because one or more lines are too long