Skip to content

Commit 0f71751

Browse files
authored
Merge pull request #242 from star1327p/static-eq-example
DOC: Update Vector Mechanics book link
2 parents 552fcd0 + 54a5cfa commit 0f71751

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

content/tutorial-static_equilibrium.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -263,7 +263,7 @@ print("Reaction moment =", M)
263263
```
264264

265265
### Another Example
266-
Let's look at a slightly more complicated model. In this example you will be observing a beam with two cables and an applied force. This time you need to find both the tension in the cords and the reaction forces of the beam. *(Source: [Vector Mechanics for Engineers: Statics](https://www.mheducation.com/highered/product/vector-mechanics-engineers-statics-beer-johnston/M9780077687304.html), Problem 4.106)*
266+
Let's look at a slightly more complicated model. In this example you will be observing a beam with two cables and an applied force. This time you need to find both the tension in the cords and the reaction forces of the beam. *(Source: [Vector Mechanics for Engineers: Statics and Dynamics](https://www.mheducation.com/highered/product/Vector-Mechanics-for-Engineers-Statics-and-Dynamics-Beer.html), Problem 4.106)*
267267

268268

269269
![image.png](_static/problem4.png)
@@ -387,5 +387,5 @@ This same process can be applied to kinetic problems or in any number of dimensi
387387

388388
### References
389389

390-
1. [Vector Mechanics for Engineers: Statics (Beer & Johnston & Mazurek)](https://www.mheducation.com/highered/product/vector-mechanics-engineers-statics-beer-johnston/M9780077687304.html)
390+
1. [Vector Mechanics for Engineers: Statics and Dynamics (Beer & Johnston & Mazurek & et al.)](https://www.mheducation.com/highered/product/Vector-Mechanics-for-Engineers-Statics-and-Dynamics-Beer.html)
391391
2. [NumPy Reference](https://numpy.org/doc/stable/reference/)

0 commit comments

Comments
 (0)