#320. Distributed load on beam
Consider a beam with distributed loads. Given the following:
L = 16 m
Wo = 17 N/m
W1 = 25.5 N/m
Python input:
L=16
W_0=17
W_1=25.5
Matlab/Octave
L = 16.0; % m
W_0 = 17.0; % N/m
W_1 = 25.5; % N/m
copy this text
L/3
L/3
L/3
Wo
Y
W
X
Mathematica
Python
R
SymPy
Determine the required reaction force RA in N and moment MA in N-m at fixed support A to achieve equilibrium.
RA = number (rtol=0.01, atol=1
+
number (rtol=0.01, atol=1
MA = number (rtol=0.01, atol=1N-m
N