From 0d5c8775e4140b8490f9406bc5c6a225289b5089 Mon Sep 17 00:00:00 2001 From: "Steven G. Johnson" Date: Sun, 9 Apr 2023 17:04:37 -0400 Subject: [PATCH] rm outputs --- psets/pset5.ipynb | 24 +++++++++--------------- 1 file changed, 9 insertions(+), 15 deletions(-) diff --git a/psets/pset5.ipynb b/psets/pset5.ipynb index 0dec2c5..aa0be8f 100644 --- a/psets/pset5.ipynb +++ b/psets/pset5.ipynb @@ -66,9 +66,10 @@ }, { "cell_type": "code", - "execution_count": 38, + "execution_count": null, "id": "1a89466c", "metadata": {}, + "outputs": [], "source": [ "using LinearAlgebra\n", "\n", @@ -79,26 +80,15 @@ " -1 -6 9 -2\n", " -3 -4 5 4\n", " -8 9 -6 4 ]\n", - "b = [1,2,3,4,5]" + "b = [1,2,3,4,5];" ] }, { "cell_type": "code", - "execution_count": 52, + "execution_count": null, "id": "e5a615e1", "metadata": {}, - "outputs": [ - { - "data": { - "text/plain": [ - "g′ (generic function with 2 methods)" - ] - }, - "execution_count": 52, - "metadata": {}, - "output_type": "execute_result" - } - ], + "outputs": [], "source": [ "g(λ; r=1) = ???" ] @@ -139,6 +129,10 @@ } ], "metadata": { + "@webio": { + "lastCommId": null, + "lastKernelId": null + }, "kernelspec": { "display_name": "Julia 1.8.0", "language": "julia",