Circuit Theory/Simultaneous Equations/Example 1/ex1matlab2

a = [1 0 -100
0 1 -100
1 1 0]
c = [0;0;1]
b = a\c