-
Notifications
You must be signed in to change notification settings - Fork 29
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add learning outcomes to Sparse Linear Algebra #163
Conversation
@jcohen02 - who could possibly be a reviewer for this PR? Any suggestions? |
Thanks for this PR @SaranjeetKaur, maybe @martinjrobins or @fcooper8472 could review and merge if all ok? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @SaranjeetKaur, I've made a few changes to these, see what you think
scientific_computing/sparse_linear_algebra/03-finite-difference.md
Outdated
Show resolved
Hide resolved
scientific_computing/sparse_linear_algebra/06-jacobi-relaxation-methods.md
Outdated
Show resolved
Hide resolved
scientific_computing/sparse_linear_algebra/07-conjugate-gradient-method.md
Outdated
Show resolved
Hide resolved
scientific_computing/sparse_linear_algebra/07-conjugate-gradient-method.md
Outdated
Show resolved
Hide resolved
Co-authored-by: Martin Robinson <[email protected]>
Thanks @martinjrobins! I have applied the suggestions from your review. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
great, thanks @SaranjeetKaur
Closes #161
This PR adds learning outcomes to the chapters in Sparse Linear Algebra which is a part of Scientific Computing.