Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
daslu committed Nov 29, 2024
1 parent a6e4370 commit dbe8902
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions notebooks/noj_book/fastmath_matrix_intro.clj
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@

;; E.g., we may add a notion of magnitude of vectors, so called *norm*.
;; When we represent vectors as arrays of numbers, one standard way to define
;; a norm is to compute the corresponding points from zero.
;; a norm is to compute the distance of the corresponding points from zero.

(vec/mag
(vec/->Vec2 3 4))
Expand Down Expand Up @@ -177,7 +177,7 @@

;; ### Multiplying by a matrix is a linear transformation

;; We still need to explain what linear transformations are,
;; We still need to explain what linear transformations are,
;; and how they can be implemented with matrices.

;; ## Special cases
Expand Down

0 comments on commit dbe8902

Please sign in to comment.