wesm / pydata-book

Materials and IPython notebooks for "Python for Data Analysis" by Wes McKinney, published by O'Reilly Media
Other
22.27k stars 15.19k forks source link

Book claims that matrix multiplications require using a function #163

Closed Hofer-Julian closed 2 years ago

Hofer-Julian commented 2 years ago

The book claims here:

Multiplying two two-dimensional arrays with * is an element-wise product, while matrix multiplications require using a function.

Just to later introduce the @ operator. I assume that is a remnant of former editions of the book.

wesm commented 2 years ago

Thanks. I will correct this!