File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
projects/math/numerical-linalg/notebooks Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 3232(def video-path
3333 " notebooks/movie/Video_003.mp4" )
3434
35- ; ; A conveneince function for displaying a video
35+ ; ; A convenience function for displaying a video
3636; ; in Quarto (till we handle this better in
3737; ; an upcoming Clay release):
3838(defn video [path]
@@ -98,7 +98,7 @@ first-image
9898; ; turn them to gray-scale.
9999
100100; ; See [Luma](https://en.wikipedia.org/wiki/Luma_(video)
101- ; ; for discussion of the gray-scale forumla :
101+ ; ; for discussion of the gray-scale formula :
102102; ; 0.299 ∙ Red + 0.587 ∙ Green + 0.114 ∙ Blue
103103
104104(defn image->small-tensor [image]
@@ -251,7 +251,7 @@ first-image
251251; ; We see these are the people.
252252
253253
254- ; ; ## Visualizing the decomposition wit the first image:
254+ ; ; ## Visualizing the decomposition with the first image:
255255
256256; ; Let us summarize the decomposition:
257257
You can’t perform that action at this time.
0 commit comments