summaryrefslogtreecommitdiff
path: root/3673/CH2/EX2.a.14/Example_a_2_14.sce
blob: 1a8cc66e476659e4738afd50ac014196a30f73e3 (plain)
1
2
3
4
5
//Example 2_14 page no:98
clc;
V=48;
I=(V-30)/5;
disp(I,"the current in 5ohm resistor is (in A)");