meczs said:
how did you get the [-3]
[6+3]
[ 0 ]
in KVL how did you get that?
should i use that gaussian elimination to get the currents? how...?
i did'nt already know how to solve the matrix form... (im so sorry) that's why i asked u...
can you tell me how you solve the matrix form and gausian elim.
why (i1)(2k) + (i1)(4k) + (i2)(2k) + 3 = 0
i know it is an equation... why + 3?
in collect terms.. why -3
hope you understand my questions...
by the way... thankz a lot to you...
I'm tired, so I'll respond with more answers tomorrow. But real quick.
Guassian elimination is NOT just an equation. It is typically taught in a linear algebra course. You can read about it here:
http://mathworld.wolfram.com/GaussianElimination.html
If you are allowed to use a calculator, then you can read how to do it for your calculator. That would be the easiest way. If you are not comfortable using matrix's, and you are currently taking a class and need to understand this circuit material, I wouldn't recommend spending the time to learn the matrix forms for it. I'm guessing that your circuits will not be overly complicated, so just using algebra should be enough. That is up to you.
As far as an equation simply goes, you can use Cramers rule to solve a smaller system of linear equations. Here's a more gentle introduction then that of Wolfram's site,
http://www.purplemath.com/modules/cramers.htm
Well... I guess I'm awake enough to keep typing. Well in KVL, you do a loop and write down each voltage term (I'm assuming you know how to do this).
So you get,
[tex]I_1(2k) + I_1(4k) + I_2(2k) + 3 = 0[/tex]
You first factor for [itex]I_1[/itex]
[tex]I_1(2k + 4k) + I_2(2k) +3 = 0[/tex]
Add what's in the parenthesis:
[tex]I_1(6k) + I_2(2k) +3 = 0[/tex]
Now subtract -3 from both sides:
[tex]I_1(2k + 4k) + I_2(2k) = -3[/tex]
This is so you can put it into matrix form. I could explain why you do this, but it would take awhile, and like I said above... it would probably be easier just to solve the system of equations with algebra.
The problem you do will probably be a circuit that requires you to write the equations for KVL and KCL. It will give you maybe 3 or 4 unknowns. You then use algebra to solve form them.