We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 33103cf commit 65e8e85Copy full SHA for 65e8e85
README.md
@@ -49,7 +49,12 @@ Each of the aforementioned terms provide their own distinct data class for indep
49
or can be managed altogether within the `diffUV` class.
50
51
```python
52
-import diffUV
+from diffUV import dyn, kin
53
+uv_dyn = dyn()
54
+inertia_mat = uv_dyn.get_inertia_matrix()
55
+coriolis_mat = uv_dyn.coriolis_centripetal_matrix()
56
+restoring_vec =uv_dyn.gvect()
57
+dampn_mat =uv_dyn.damping()
58
```
59
60
## License
0 commit comments