Skip to content

Commit

Permalink
Remove images from the repo that we may not own the copyright to
Browse files Browse the repository at this point in the history
  • Loading branch information
asmeurer authored and prototypevito committed Feb 28, 2023
1 parent 0252e20 commit 40266fa
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 10 deletions.
Binary file not shown.
Binary file not shown.
10 changes: 0 additions & 10 deletions sympy/physics/continuum_mechanics/beam.py
Original file line number Diff line number Diff line change
Expand Up @@ -1725,8 +1725,6 @@ def solve_for_ild_reactions(self, value, *reactions):
point of the beam. Calculate the I.L.D. equations for reaction forces
under the effect of a moving load of magnitude 1kN.
.. image:: ildreaction.png
Using the sign convention of downwards forces being positive.
.. plot::
Expand Down Expand Up @@ -1875,8 +1873,6 @@ def solve_for_ild_shear(self, distance, value, *reactions):
of 8 meters. Calculate the I.L.D. equations for Shear at a distance
of 4 meters under the effect of a moving load of magnitude 1kN.
.. image:: ildshear.png
Using the sign convention of downwards forces being positive.
.. plot::
Expand Down Expand Up @@ -1936,8 +1932,6 @@ def plot_ild_shear(self,subs=None):
of 8 meters. Plot the I.L.D. for Shear at a distance
of 4 meters under the effect of a moving load of magnitude 1kN.
.. image:: ildshear.png
Using the sign convention of downwards forces being positive.
.. plot::
Expand Down Expand Up @@ -2006,8 +2000,6 @@ def solve_for_ild_moment(self, distance, value, *reactions):
of 8 meters. Calculate the I.L.D. equations for Moment at a distance
of 4 meters under the effect of a moving load of magnitude 1kN.
.. image:: ildshear.png
Using the sign convention of downwards forces being positive.
.. plot::
Expand Down Expand Up @@ -2066,8 +2058,6 @@ def plot_ild_moment(self,subs=None):
of 8 meters. Plot the I.L.D. for Moment at a distance
of 4 meters under the effect of a moving load of magnitude 1kN.
.. image:: ildshear.png
Using the sign convention of downwards forces being positive.
.. plot::
Expand Down

0 comments on commit 40266fa

Please sign in to comment.