Skip to content
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

Static Equilibrium Tutorial Enhancement #198

Open
AlexGriffiths526 opened this issue Dec 20, 2023 · 2 comments
Open

Static Equilibrium Tutorial Enhancement #198

AlexGriffiths526 opened this issue Dec 20, 2023 · 2 comments
Labels
content Issues relevant to tutorial content

Comments

@AlexGriffiths526
Copy link

Hi, I have been following the Static Equilibrium tutorial and found it very useful so thank you to @h2o-DS for putting this together. I was wondering if the last example could be extended to show how the matrices could be solved using Numpy.

@h2o-DS
Copy link
Contributor

h2o-DS commented Dec 20, 2023

Hello, @AlexGriffiths526. I am glad to hear you found the tutorial helpful. This linear system of equations can be solved with numpy.linalg.solve(A, B) where matrix A contains the coefficients for each variable and B is the constants for each equation. For five equations and five variables A would be 5x5 and B would be 5x1. You are correct in that would be useful for the problem. I will look into updating the tutorial.

@rossbar
Copy link
Collaborator

rossbar commented Dec 20, 2023

I was wondering if the last example could be extended to show how the matrices could be solved using Numpy.

By all means, proposals to improve/extend the tutorials are welcome!

@bsipocz bsipocz added the content Issues relevant to tutorial content label Dec 21, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
content Issues relevant to tutorial content
Projects
None yet
Development

No branches or pull requests

4 participants