Skip to content

Commit

Permalink
2025 Lecture 2
Browse files Browse the repository at this point in the history
  • Loading branch information
aronwalsh committed Jan 23, 2025
1 parent c2b150f commit ae2fc30
Show file tree
Hide file tree
Showing 5 changed files with 1,840 additions and 41 deletions.
45 changes: 4 additions & 41 deletions Lecture1.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -581,7 +581,7 @@
"D0 = 0.5\n",
"\n",
"# Range of activation energies in eV\n",
"activation_energies = np.linspace(0.1, 1, 0) # Range from 0.1 to 0.8 eV in n steps\n",
"activation_energies = np.linspace(0.1, 1, 0) # Range from 0.1 to 1 eV in n steps\n",
"\n",
"# Temperature range in K\n",
"T = np.linspace(100, 5000, 100)\n",
Expand Down Expand Up @@ -863,7 +863,7 @@
},
"outputs": [],
"source": [
"#Code block\n",
"#Empty block for your answers\n",
"\n",
"\n"
]
Expand All @@ -876,44 +876,7 @@
},
"outputs": [],
"source": [
"#Comment block\n",
"\n",
"\n"
]
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {
"colab": {
"base_uri": "https://localhost:8080/",
"height": 430
},
"id": "x0ICHJj-ifCa",
"outputId": "46ac74f1-3dc1-4929-f294-9755c0fe881b",
"tags": []
},
"outputs": [],
"source": [
"#Code block\n",
"\n",
"\n"
]
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {
"colab": {
"base_uri": "https://localhost:8080/"
},
"id": "OC29f_fOifCa",
"outputId": "487c61eb-98b2-45de-ec93-0c396a9b72bd",
"tags": []
},
"outputs": [],
"source": [
"#Comment block\n",
"#Empty block for your answers\n",
"\n",
"\n"
]
Expand All @@ -923,7 +886,7 @@
"metadata": {},
"source": [
"<div style=\"background-color: #d4edda; border-left: 6px solid #ccc; margin: 20px; padding: 15px; border-radius: 5px;\">\n",
" <strong>📓 Submission:</strong> When your notebook is complete, click on the download icon on the top right, select <code>.ipynb</code>. If you are using Google Colab, go to <em>File > Download</em> and choose <code>.ipynb</code>. The completed file should be uploaded to Blackboard under assignments for MATE70026.\n",
" <strong>📓 Submission:</strong> When your notebook is complete in Google Colab, go to <em>File > Download</em> and choose <code>.ipynb</code>. The completed file should be uploaded to Blackboard under assignments for MATE70026.\n",
"</div>"
]
},
Expand Down
Loading

0 comments on commit ae2fc30

Please sign in to comment.