This is a parrallel program to Bus_Matrix_Generator
This is a console program that uses complex vectors (in C++) to perform gauss seidel analysis on the data fed by the user. The program is documented in the comments.
The program flow begins with taking in the required data as | Bus Admittance Matrix (see bus matrix), Bus Parameters as Apparent Power 'S' and phasor Voltage 'V', Bus type among; SLACK, LOAD or GEN bus. The function call to bus_voltage(--) function should be performed only after the required data is entered as a whole and verified. The program does not implement in-built protection against such scenarios where any data would be incomplete.