rm outputs

This commit is contained in:
Steven G. Johnson 2023-04-09 17:04:37 -04:00
parent b241d99921
commit 0d5c8775e4

View File

@ -66,9 +66,10 @@
}, },
{ {
"cell_type": "code", "cell_type": "code",
"execution_count": 38, "execution_count": null,
"id": "1a89466c", "id": "1a89466c",
"metadata": {}, "metadata": {},
"outputs": [],
"source": [ "source": [
"using LinearAlgebra\n", "using LinearAlgebra\n",
"\n", "\n",
@ -79,26 +80,15 @@
" -1 -6 9 -2\n", " -1 -6 9 -2\n",
" -3 -4 5 4\n", " -3 -4 5 4\n",
" -8 9 -6 4 ]\n", " -8 9 -6 4 ]\n",
"b = [1,2,3,4,5]" "b = [1,2,3,4,5];"
] ]
}, },
{ {
"cell_type": "code", "cell_type": "code",
"execution_count": 52, "execution_count": null,
"id": "e5a615e1", "id": "e5a615e1",
"metadata": {}, "metadata": {},
"outputs": [ "outputs": [],
{
"data": {
"text/plain": [
"g (generic function with 2 methods)"
]
},
"execution_count": 52,
"metadata": {},
"output_type": "execute_result"
}
],
"source": [ "source": [
"g(λ; r=1) = ???" "g(λ; r=1) = ???"
] ]
@ -139,6 +129,10 @@
} }
], ],
"metadata": { "metadata": {
"@webio": {
"lastCommId": null,
"lastKernelId": null
},
"kernelspec": { "kernelspec": {
"display_name": "Julia 1.8.0", "display_name": "Julia 1.8.0",
"language": "julia", "language": "julia",