Skip to content

Commit

Permalink
Update HW3.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
rayegun authored Oct 10, 2024
1 parent ad8d203 commit 8dc8a00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion homeworks/HW3.jl
Original file line number Diff line number Diff line change
Expand Up @@ -548,7 +548,7 @@ Base.getindex(ls::LazyMatrixSum, i, j) = ls.m1[i, j] + ls.m2[i, j]

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

0 comments on commit 8dc8a00

Please sign in to comment.