Skip to content

Commit

Permalink
cmp
Browse files Browse the repository at this point in the history
  • Loading branch information
claudioperez committed Oct 23, 2024
1 parent 6faa556 commit 37cb0bd
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions source/user/manual/output/printA.rst
Original file line number Diff line number Diff line change
Expand Up @@ -48,10 +48,14 @@ the mass :math:`\mathbf{M}` and stiffness :math:`\mathbf{K}`:
\mathbf{A} = \frac{1}{2}\mathbf{M} + \frac{1}{10}\mathbf{K}
In Tcl:

.. code-block:: tcl
printA -m 0.5 -k 0.1
and in Python with OpenSeesRT:

.. code-block:: python
A = model.getTangent(m=0.5, k=0.1)
Expand Down

0 comments on commit 37cb0bd

Please sign in to comment.