So, take for example some system of equations. If I have 3 equations assosciated with each loop, but different coeffcients, how would I go about writing a script to solve for such problems? Like for example, circuit analysis or something of that nature. The coeffcients change for every loop, and the amount of coeffcients varies for every problem. I would like to create a real solver.
- How would I organize the matrices if every situation is unique
- How could I write it in a loop?