Add questions to TSP and PDEs notebooks

This commit is contained in:
Gelieza K
2023-11-16 12:50:09 +01:00
parent 685d3db6a5
commit b628e017c1
4 changed files with 4466 additions and 67 deletions

View File

@@ -206,7 +206,7 @@
},
{
"cell_type": "markdown",
"id": "992301dd",
"id": "fbb3d1eb",
"metadata": {},
"source": [
"You can verify that the algorithm computes the upper triangular matrix correctly for the example in the introduction by running the following code cell. "
@@ -492,6 +492,26 @@
"b = ones(n)\n",
"gaussian_elimination!(C)"
]
},
{
"cell_type": "markdown",
"id": "f60d9ea0",
"metadata": {},
"source": [
"# License\n",
"\n",
"\n",
"\n",
"This notebook is part of the course [Programming Large Scale Parallel Systems](https://www.francescverdugo.com/XM_40017) at Vrije Universiteit Amsterdam and may be used under a [CC BY 4.0](https://creativecommons.org/licenses/by/4.0/) license."
]
},
{
"cell_type": "code",
"execution_count": null,
"id": "8ab22f67",
"metadata": {},
"outputs": [],
"source": []
}
],
"metadata": {