Array Operations

In this lesson, we will learn about scalar and element-wise array operations.

We'll cover the following...

As we have seen in previous lessons, Python vectors and matrices are not equivalent to mathematical matrices, but they are similar in some ways.

Keep in mind that certain Python vector and matrix operations differ from the mathematical vector and matrices. ...