The Electrician
Gold Member
- 1,402
- 210
Just to show how easy it can be.
Solving circuits usually ends up being a problem of solving a system of simultaneous equations. There is a way to write down a system of simultaneous equations that shows them in a very compact form. That way is to use matrix notation. Your two mesh equations can be shown in matrix form like this:
Solving simultaneous equations involves elimination of variables until a single equation in one unknown is obtained. That equation is solved for that unknown, and the result is then substituted in the remaining equations. Then another variable is solved for, and the process is continued until you have all the unknowns solved.
Once in this form, a linear solver can be used, which does all the elimination and back substitution for you, avoiding much mistake prone, tedious, algebra:
Here's how it looks on the HP50G calculator in matrix form:
And, after pressing one button, here's the solution:
It would be worth your while to learn how to do this. Don't forget the free software Scilab, but a handheld calculator is very convenient.
You've had enough practice doing it by hand. Learn to use a mathematical software or calculator!
Solving circuits usually ends up being a problem of solving a system of simultaneous equations. There is a way to write down a system of simultaneous equations that shows them in a very compact form. That way is to use matrix notation. Your two mesh equations can be shown in matrix form like this:
Solving simultaneous equations involves elimination of variables until a single equation in one unknown is obtained. That equation is solved for that unknown, and the result is then substituted in the remaining equations. Then another variable is solved for, and the process is continued until you have all the unknowns solved.
Once in this form, a linear solver can be used, which does all the elimination and back substitution for you, avoiding much mistake prone, tedious, algebra:
Here's how it looks on the HP50G calculator in matrix form:
And, after pressing one button, here's the solution:
It would be worth your while to learn how to do this. Don't forget the free software Scilab, but a handheld calculator is very convenient.
agata78 said:at the end it wasnt difficult but it took me almost two days to do that
You've had enough practice doing it by hand. Learn to use a mathematical software or calculator!