Skip to content

Commit 269fcd5

Browse files
committed
Added supporting files, a MATLAB project and updated readme and license files.
1 parent 799598b commit 269fcd5

File tree

82 files changed

+24962
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

82 files changed

+24962
-0
lines changed

MechanicsOfMaterials.prj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<MATLABProject xmlns="http://www.mathworks.com/MATLABProjectFile" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="1.0"/>

README.md

Lines changed: 51 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,51 @@
1+
# Beam Bending and Deflection
2+
[![View Beam Bending and Deflection on File Exchange](https://www.mathworks.com/matlabcentral/images/matlab-file-exchange.svg)](https://www.mathworks.com/matlabcentral/fileexchange/113670-beam-bending-and-deflection?s_tid=ta_fx_results) or [![Open in MATLAB Online](https://www.mathworks.com/images/responsive/global/open-in-matlab-online.svg)](https://matlab.mathworks.com/open/github/v1?repo=MathWorks-Teaching-Resources/Beam-Bending-and-Deflection&project=MechanicsOfMaterials.prj)
3+
4+
**Curriculum Module**
5+
_Created with R2022a. Compatible with R2022a and later releases._
6+
7+
## Description ##
8+
This curriculum module teaches how to solve beam bending and deflection problems analytically using the [Symbolic Math Toolbox](https://www.mathworks.com/products/symbolic.html)&trade;.
9+
In the first script, you'll learn how to solve for beam support reactions and moments. In the second script, you'll solve for beam deflections using symbolic integration and create plots of the results.
10+
Throughout the module, there are short activities that introduce you to the Symbolic Math Toolbox capabilities.
11+
12+
The exercise solutions are available upon instructor request. If you would like to request solutions or have a question, contact the <a href="mailto:[email protected]">MathWorks online teaching team.</a>
13+
14+
Get started with the Beam Bending and Deflection curriculum module by downloading and unzipping the repository. Then, double-click one of the live scripts to open it in MATLAB.
15+
16+
## Details ##
17+
**`Part1_BeamBending.mlx`**
18+
19+
**Learning Goals:**
20+
- Solve for beam support reactions symbolically.
21+
- Solve for the moment function of a loaded beam.
22+
- Plot shear and moment diagrams.
23+
- Compute the bending stress in a loaded beam.
24+
25+
## ##
26+
**`Part2_BeamDeflection.mlx`**
27+
28+
**Learning Goals:**
29+
- Solve boundary value problems using symbolic math.
30+
- Identify boundary conditions for different types of beam supports.
31+
- Solve for deflections of loaded beams.
32+
- Visualize beam deflections.
33+
34+
## ##
35+
## Suggested Prework ##
36+
[MATLAB Onramp](https://matlabacademy.mathworks.com/details/matlab-onramp/gettingstarted) – a free two-hour introductory tutorial that teaches the essentials of MATLAB.
37+
38+
## Products ##
39+
MATLAB, Symbolic Math Toolbox&trade;
40+
41+
## License ##
42+
The license for this module is available in the [LICENSE.md](license.md) file in this GitHub repository.
43+
44+
## Educator Resources ##
45+
* [Featured Courseware](https://www.mathworks.com/academia/courseware/course-materials.html)
46+
* [Teach with MATLAB and Simulink](https://www.mathworks.com/academia/educators.html)
47+
* [MATLAB Grader](https://www.mathworks.com/products/matlab-grader.html)
48+
49+
# #
50+
51+
_Copyright 2023-2024 The MathWorks, Inc._
19.4 KB
Loading
21.1 KB
Loading
18.9 KB
Loading
21.4 KB
Loading
20.1 KB
Loading
45.8 KB
Loading

SupportingFiles/BeamBending/bendingDiagram.svg

Lines changed: 624 additions & 0 deletions
Loading
23.3 KB
Binary file not shown.

0 commit comments

Comments
 (0)