An interactive tool designed to analyze electrical circuits composed of resistors connected in series, parallel, or mixed configurations. It begins with a welcome screen and then guides the user to input the type of source (voltage or current), its value, and the number of resistors. The user is then prompted to enter the resistance values, connection types, and, in the case of parallel connections, the group number they belong to. The program validates this data (depending on whether it is in normal or developer mode) and automatically groups the resistors according to their configuration. It then calculates the circuit's total resistance, current, voltage, and total power, as well as the individual values (voltage, current, and power) for each resistor. Finally, it displays a complete and detailed analysis of the circuit, including results for parallel groups and each individual resistor. |