Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Uh oh!
There was an error while loading.
Please reload this page
.
QuantEcon
/
lecture-python.myst
Public
Uh oh!
There was an error while loading.
Please reload this page
.
Notifications
You must be signed in to change notification settings
Fork
57
Star
122
Code
Issues
87
Pull requests
3
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Replace
np.sum(a * b)
with
a @ b
for better performance and accuracy
- #542
#542
Merged
HumphreyYang
merged 7 commits into
main
QuantEcon/lecture-python.myst:main
from
copilot/fix-463
QuantEcon/lecture-python.myst:copilot/fix-463
Copy head branch name to clipboard
Aug 16, 2025
Conversation
Commits
7
(7)
Checks
Files changed
Merged
Replace
np.sum(a * b)
with
a @ b
for better performance and accuracy
#542
HumphreyYang
merged 7 commits into
main
QuantEcon/lecture-python.myst:main
from
copilot/fix-463
QuantEcon/lecture-python.myst:copilot/fix-463
Copy head branch name to clipboard
Commits
Commits on Aug 14, 2025
Initial plan
Copilot
committed
8c3b641
View commit details
Copy full SHA for 8c3b641
Browse repository at this point
Replace np.sum(a * b) with a @ b in linear_algebra, career, lake_model, and mccall_model_with_separation
Show description for f763bfa
Copilot
and
mmcky
committed
f763bfa
View commit details
Copy full SHA for f763bfa
Browse repository at this point
Additional replacements: mix_model, kalman, and rand_resp files
Show description for 860c4ee
Copilot
and
mmcky
committed
860c4ee
View commit details
Copy full SHA for 860c4ee
Browse repository at this point
Commits on Aug 16, 2025
Update lectures/lake_model.md
HumphreyYang
authored
9029534
View commit details
Copy full SHA for 9029534
Browse repository at this point
Update lectures/linear_algebra.md
HumphreyYang
authored
2383332
View commit details
Copy full SHA for 2383332
Browse repository at this point
revert change in rand_resp
HumphreyYang
committed
36595e7
View commit details
Copy full SHA for 36595e7
Browse repository at this point
Merge branch 'copilot/fix-463' of https://github.com/QuantEcon/lecture-python.myst into copilot/fix-463
HumphreyYang
committed
0e1f13f
View commit details
Copy full SHA for 0e1f13f
Browse repository at this point
You can’t perform that action at this time.