diff --git a/collects/teachpack/htdp/scribblings/matrix.scrbl b/collects/teachpack/htdp/scribblings/matrix.scrbl index c5f8b0291a..af5a1a9659 100644 --- a/collects/teachpack/htdp/scribblings/matrix.scrbl +++ b/collects/teachpack/htdp/scribblings/matrix.scrbl @@ -12,14 +12,14 @@ matrix is just a rectangle of 'objects'. It is displayed as an image, just like the images from @secref["image"]. Matrices are images and, indeed, scenes in the sense of the @secref["world"]. +@emph{No educational materials involving matrices exist.} + The operations access a matrix in the usual (school-mathematics) manner: row first, column second. The operations aren't tuned for efficiency so don't expect to build programs that process lots of data. - - @declare-exporting[teachpack/htdp/matrix] @deftech{Rectangle} @@ -49,7 +49,9 @@ it were like @scheme[make-vector]} @defproc[(build-matrix [n natural-number/c][m natural-number/c] - [f (-> (and/c natural-number/c ( (and/c natural-number/c (