python-lcapy
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.
- Versions: 1.24
- 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 the latest version of python-lcapy as follows:
guix install python-lcapy
Or install a particular version:
guix install python-lcapy@1.24
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.
Badge code
You can use the following badge to inform users of python-lcapy about the latest version available in Guix.
Example HTML:
<a href='https://packages.guix.gnu.org/packages/python-lcapy'><img src='https://packages.guix.gnu.org/packages/python-lcapy/badges/latest-version.svg' alt='Version in GNU Guix'></a>
Example Markdown:
[](https://packages.guix.gnu.org/packages/python-lcapy)
Example Org:
[[https://packages.guix.gnu.org/packages/python-lcapy][https://packages.guix.gnu.org/packages/python-lcapy/badges/latest-version.svg]]