wesm / pydata-book

Materials and IPython notebooks for "Python for Data Analysis" by Wes McKinney, published by O'Reilly Media

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Book claims that matrix multiplications require using a function

Hofer-Julian opened this issue · comments

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.

Thanks. I will correct this!