From e72c8624cde53a6e71941d4faa1c2fc30c3ab27b Mon Sep 17 00:00:00 2001 From: decanus <7621705+decanus@users.noreply.github.com> Date: Wed, 22 Apr 2020 10:49:52 +0200 Subject: [PATCH] Revert "Update notebook.ipynb" This reverts commit 2567196312b978d7979af4aab442dc31740032d9. --- notebook.ipynb | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/notebook.ipynb b/notebook.ipynb index 049b307..efdb5e2 100644 --- a/notebook.ipynb +++ b/notebook.ipynb @@ -260,6 +260,19 @@ "*Let's start with basic assumptions, k=16, c=0.1.*" ] }, + { + "cell_type": "code", + "execution_count": 10, + "metadata": {}, + "outputs": [ + { + "ename": "SyntaxError", + "evalue": "invalid syntax (, line 1)", + "output_type": "error", + "traceback": [ + "\u001b[0;36m File \u001b[0;32m\"\"\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^`"