https://github.com/aashrafh/circuitssolver
A tool to simulate simple AC circuits.
https://github.com/aashrafh/circuitssolver
Last synced: over 1 year ago
JSON representation
A tool to simulate simple AC circuits.
- Host: GitHub
- URL: https://github.com/aashrafh/circuitssolver
- Owner: aashrafh
- Created: 2019-03-13T20:39:17.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2021-01-12T19:19:19.000Z (over 5 years ago)
- Last Synced: 2025-02-06T11:54:17.960Z (over 1 year ago)
- Language: C++
- Size: 213 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# CircuitsSolver
A tool to simulate simple AC circuits.
The project objective is to develop a CAD (Computer Aided Design) tool to simulate simple AC circuits that contains only (independent voltage sources, independent current sources, dependent voltage source, dependent current source, resistors, capacitors, and inductors).
IMPORTANT NOTE : You MUST install Eigen on your environment to run the code.