Skip to content

Commit d3423d1

Browse files
authored
Merge pull request #12 from scicloj/typos-20241228
typos
2 parents e07b800 + 41e344f commit d3423d1

File tree

1 file changed

+2
-2
lines changed
  • projects/math/numerical-linalg/notebooks

1 file changed

+2
-2
lines changed

projects/math/numerical-linalg/notebooks/svd.clj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ first-image
8787
;; turn them to gray-scale.
8888

8989
;; See [Luma](https://en.wikipedia.org/wiki/Luma_(video)
90-
;; for discussion of the gray-scale forumla:
90+
;; for discussion of the gray-scale formula:
9191
;; 0.299 ∙ Red + 0.587 ∙ Green + 0.114 ∙ Blue
9292

9393
(defn image->small-tensor [image]
@@ -244,7 +244,7 @@ first-image
244244
;; We see these are the people.
245245

246246

247-
;; ## Visualizing the decomposition wit the first image:
247+
;; ## Visualizing the decomposition with the first image:
248248

249249
;; Let us summarize the decomposition:
250250

0 commit comments

Comments
 (0)