python-lcapy 1.24
Symbolic linear circuit analysis
Lcapy is a Python package for linear circuit analysis. It uses SymPy for symbolic mathematics.
Lcapy can symbolically analyse circuits described with netlists or by series/parallel combinations of components. It can also manipulate ontinuous-time and discret-time expressions.
- Outputs:
out - Website: https://github.com/mph-/lcapy
- Licenses: LGPL 2.1+
- Package source: gnu/packages/engineering.scm
- Builds: See build status
- Issues: See known issues
Installation
Install python-lcapy 1.24 as follows:
guix install python-lcapy@1.24
Or install the latest version:
guix install python-lcapy
You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell documentation for more information.