summaryrefslogtreecommitdiff
path: root/3673/CH2/EX2.a.2/Example_a_2_2.sce
blob: 2f298a6e8506518b0e14d705ce8aedb148bc9690 (plain)
1
2
3
4
5
//Example 2_2 page no:86
clc;
V1=(4.8+2+3.6)/((1/5)+(1/20)+(1/10));
I=(V1-24)/5;
disp(I,"the current delivered by the 24V source is");