I created a Jupyter Notebook to calculate the theoretical TFs of Type-C suspensions based on Arai-san's Mathematica code for TAMA suspensions.
https://www.dropbox.com/sh/ctrt6bsx5m4layz/AABXcxMv-sLEmf_awQDgX1aaa?dl=0
The PDF version of the Notebook is attached.
Unlike most Jupyter NBs, it uses Wolfram Language, not Python. Wolfram Language is the language of Mathematica. Although Mathematica is expensive, you can download the core engine of Mathematica for free.
https://www.wolfram.com/engine/index.ja.php?source=footer
You also need to install a support package to make the Wolfram Engine available as a kernel for Jupyter.
https://github.com/WolframResearch/WolframLanguageForJupyter
With the above combination, you can run most of Mathematica code on Jupyter (for free !!).
A step-by-step procedure on the installation can be found here (Japanese web page):
https://qiita.com/Mizuto_Kadowaki/items/0f8ac51c7c00303f456e