Shear stress is shear modulus times strain ========================================== When an object is under a shearing stress, the shear stress applied to the object is proportional to the shear modulus of the object and the angle formed by the face of the object perpendicular to the shearing force before (:math:`AB`) and after the deformation (:math:`AB'`), see **Note** for reference. **Conditions:** #. The deformation is elastic (reversible). **Notes:** #. For a visual representation of shear stress visit `this link `__. **Links:** #. `Wikipedia `__. .. py:currentmodule:: symplyphysics.laws.dynamics.deformation.shear_stress_is_shear_modulus_times_strain .. py:data:: shear_stress :attr:`~symplyphysics.symbols.classical_mechanics.shear_stress` Symbol: :code:`tau` Latex: :math:`\tau` Dimension: :code:`pressure` .. py:data:: shear_modulus :attr:`~symplyphysics.symbols.classical_mechanics.shear_modulus`. Symbol: :code:`G` Latex: :math:`G` Dimension: :code:`pressure` .. py:data:: shear_strain :attr:`~symplyphysics.symbols.classical_mechanics.engineering_shear_strain`. Symbol: :code:`gamma` Latex: :math:`\gamma` Dimension: :code:`angle` .. py:data:: law :code:`tau = G * gamma` Latex: .. math:: \tau = G \gamma