Skip to content

Commit c70e224

Browse files
kpentlandkpentland
authored andcommitted
adding missing triangularity calculations
1 parent 2ad02b2 commit c70e224

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

examples/example07a - Anamak.ipynb

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -504,6 +504,16 @@
504504
" )"
505505
]
506506
},
507+
{
508+
"cell_type": "code",
509+
"execution_count": null,
510+
"metadata": {},
511+
"outputs": [],
512+
"source": [
513+
"print(f\"Triangularity = {eq.triangularity()}\")\n",
514+
"print(f\"Avg. Z (Jtor) position = {eq.Zcurrent()} [m]\")"
515+
]
516+
},
507517
{
508518
"cell_type": "code",
509519
"execution_count": null,

0 commit comments

Comments
 (0)