Simple RLC Calculator, (Not) Enough for High School Exam
Given a simple circuit¹ consisting R, L, C and Voltage across all components.
This program will be able to calculate current passing through each component and voltage across it.
- For the Current Version, there can't be a circuit inside Parallel One, it's complexity is not supported yet.
- This program's algorithm is not perfect, it can still give wrong calculation on some situation.
- The 'inaccurate' of floating numbers exist, please proceed with caution.
Requires Python, Run main.py to start program.
- pygame
- pyautogui
- pymsgbox
System Compatibility is depend on pygame. (Windows Recommended)
How to use : Here