diff --git a/preliminaries/index.md b/preliminaries/index.md index 68d937d..21bf127 100644 --- a/preliminaries/index.md +++ b/preliminaries/index.md @@ -453,7 +453,7 @@ slides: true
-

The simplest way to compute with vectors is to use element-wise operations. Whenever two vectors have the same dimension, we can make a third vector by, for instance, adding every element from the first to the corresponding element of the second. Or by multiplying, subtracting or dividing these elements.

This is called element-wise addition, element-wise multiplication, and so on. For every operation that takes to numbers and produces a third, we can also apply it element-wise to two vectors of the same length.

+

The simplest way to compute with vectors is to use element-wise operations. Whenever two vectors have the same dimension, we can make a third vector by, for instance, adding every element from the first to the corresponding element of the second. Or by multiplying, subtracting or dividing these elements.

This is called element-wise addition, element-wise multiplication, and so on. For every operation that takes two numbers and produces a third, we can also apply it element-wise to two vectors of the same length.

click image for animation