File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -76,7 +76,7 @@ work our way up to that complexity,
76
76
but first the necessary imports.
77
77
78
78
> ## Matrices, arrays, images and pixels
79
- > The ** matrix** is mathematical concept - numbers evenly arranged in a rectangle. This can be a two dimensional rectangle,
79
+ > The ** matrix** is a mathematical concept - numbers evenly arranged in a rectangle. This can be a two dimensional rectangle,
80
80
> like the shape of the screen you're looking at now. Or it could be a three dimensional equivalent, a cuboid, or have
81
81
> even more dimensions, but always keeping the evenly spaced arrangement of numbers. In computing, ** array** refers
82
82
> to a structure in the computer's memory where data is stored in evenly-spaced ** elements** . This is strongly analogous
You can’t perform that action at this time.
0 commit comments