electricpy.latex

Description

LaTeX Support Module to help Generate LaTeX formatted Math Symbols and Formulas.

>>> from electricpy import latex

This module is specifically designed to help create strings that represent LaTeX formatted formulas, functions, and more for easy printing in tools such as Jupyter Notebooks.

Built to support operations similar to Numpy and Scipy, this package is designed to aid in scientific calculations.

Functions

clatex(val[, round, polar, predollar, ...])

Complex Value Latex Generator.

tflatex(sys[, sysp, var, predollar, ...])

Transfer Function LaTeX String Generator.