Skip to content

Added hint to Exercise 24 which was missing in the .md hints file#251

Open
ayham-engineering wants to merge 2 commits into
rougier:masterfrom
ayham-engineering:add-hint-to-ex24
Open

Added hint to Exercise 24 which was missing in the .md hints file#251
ayham-engineering wants to merge 2 commits into
rougier:masterfrom
ayham-engineering:add-hint-to-ex24

Conversation

@ayham-engineering
Copy link
Copy Markdown

Added a hint for matrix multiplication to match the style of other exercises: hint: np.dot or @

Copilot AI review requested due to automatic review settings March 7, 2026 03:02
Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR adds a missing hint for Exercise 24 in the NumPy exercises hints file. The exercise asks users to multiply a 5×3 matrix by a 3×2 matrix, and the hint was previously empty.

Changes:

  • Added np.dot or @ as the hint for Exercise 24 (matrix multiplication), replacing the previously empty hint.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@rougier
Copy link
Copy Markdown
Owner

rougier commented Mar 9, 2026

Thanks. Markdown are generated from pth files in sources. Can you add it here instead?

@ayham-engineering
Copy link
Copy Markdown
Author

Updated. The hint is added in source/exercises100.ktx and Ive re-run generators.py to rebuild the files

@rougier
Copy link
Copy Markdown
Owner

rougier commented Mar 13, 2026

Thansks, but no need for the rebuild, I'll do it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants