Skip to content

Commit 8dc8a00

Browse files
authored
Update HW3.jl
1 parent ad8d203 commit 8dc8a00

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

homeworks/HW3.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -548,7 +548,7 @@ Base.getindex(ls::LazyMatrixSum, i, j) = ls.m1[i, j] + ls.m2[i, j]
548548

549549
# ╔═╡ d4f96362-7945-4a18-99dd-52a94f6cc65b
550550
md"""
551-
Homework 5 of the MIT Course [_Julia: solving real-world problems with computation_](https://github.com/mitmath/JuliaComputation)
551+
Homework 3 of the MIT Course [_Julia: solving real-world problems with computation_](https://github.com/mitmath/JuliaComputation)
552552
553553
Release date: Thursday, Oct 10, 2024 (version 3)
554554

0 commit comments

Comments
 (0)