Skip to content

Commit be3e6c2

Browse files
Introduction to Julia Session 3
1 parent e99f1af commit be3e6c2

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

individual_modules/introduction_to_julia/arrays_and_matrices.ipynb

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1643,7 +1643,9 @@
16431643
"#### Exercise: assigning to a submatrix\n",
16441644
"\n",
16451645
"Use assignment with appropriate index slicing to change the values of the matrix of ones as follows:\n",
1646-
"$$\n",
1646+
"\n",
1647+
"\n",
1648+
"$\n",
16471649
"\\begin{bmatrix}\n",
16481650
" 1 & 1 & 1 & 1 \\\\\n",
16491651
" 1 & 1 & 1 & 1 \\\\\n",
@@ -1654,7 +1656,7 @@
16541656
" 0 & 1 & 1 & 0 \\\\\n",
16551657
" 0 & 1 & 1 & 0 \\\\\n",
16561658
"\\end{bmatrix}\n",
1657-
"$$"
1659+
"$"
16581660
]
16591661
},
16601662
{
@@ -2277,15 +2279,15 @@
22772279
],
22782280
"metadata": {
22792281
"kernelspec": {
2280-
"display_name": "Julia 1.10.9",
2282+
"display_name": "Julia 1.11.5",
22812283
"language": "julia",
2282-
"name": "julia-1.10"
2284+
"name": "julia-1.11"
22832285
},
22842286
"language_info": {
22852287
"file_extension": ".jl",
22862288
"mimetype": "application/julia",
22872289
"name": "julia",
2288-
"version": "1.10.9"
2290+
"version": "1.11.5"
22892291
}
22902292
},
22912293
"nbformat": 4,

0 commit comments

Comments
 (0)