scientific_programming
scientific_programming copied to clipboard
Issue on page /week_05/01-Numpy-ndarrays.html
Under section Broadcasting, in the text it says: For example, let’s multiply an array of shape(4, 3) with an array of shape (3) (both trailing axes are of length 3) But in the code and graphic, the arrays are added.