Update notebook.ipynb

This commit is contained in:
Dean Eigenmann 2020-04-22 10:48:42 +02:00 committed by GitHub
parent 311e1686c2
commit 2567196312
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -260,19 +260,6 @@
"*Let's start with basic assumptions, k=16, c=0.1.*"
]
},
{
"cell_type": "code",
"execution_count": 10,
"metadata": {},
"outputs": [
{
"ename": "SyntaxError",
"evalue": "invalid syntax (<ipython-input-10-ad1f430e4121>, line 1)",
"output_type": "error",
"traceback": [
"\u001b[0;36m File \u001b[0;32m\"<ipython-input-10-ad1f430e4121>\"\u001b[0;36m, line \u001b[0;32m1\u001b[0m\n\u001b[0;31m `P(A u ...[15 more times]) = 1 - P(!A ^ ...[15 more times]) = 1 - ((1-0.1))^16^`\u001b[0m\n\u001b[0m ^\u001b[0m\n\u001b[0;31mSyntaxError\u001b[0m\u001b[0;31m:\u001b[0m invalid syntax\n"
]
}
],
"source": [
"`P(A u ...[15 more times]) = 1 - P(!A ^ ...[15 more times]) = 1 - ((1-0.1))^16^`"