hanspi42 / signalflowgrapher

This Python tool allows you to draw signal-flow graphs, calculate transfer functions (SymPy code is generated for further use in Jupyter notebooks), do graph manipulations (e.g., node elimination and graph transposition), and save a graph as TikZ for use in LaTeX documentation.
Artistic License 2.0
30 stars 6 forks source link

Sometimes the python output code does not contain all symbol definitions #30

Closed hanspi42 closed 3 years ago

hanspi42 commented 3 years ago

For example in the graph in

test.zip

the symbols e and f are not defined because they disappear during simplification.