diff options
Diffstat (limited to '3769/CH5/EX5.16/Ex5_16.sce')
-rw-r--r-- | 3769/CH5/EX5.16/Ex5_16.sce | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/3769/CH5/EX5.16/Ex5_16.sce b/3769/CH5/EX5.16/Ex5_16.sce new file mode 100644 index 000000000..f1c6b10d9 --- /dev/null +++ b/3769/CH5/EX5.16/Ex5_16.sce @@ -0,0 +1,15 @@ +clear +//Given +ne=2.8*10**18 +np=1.2*10**18 +e=1.6*10**-19 +t=1 //S +V=220 + +//Calculation +q=(ne+np)*e +I=q/t +R=V/I + +//Result +printf("\n Effective resistance of the tube is %0.0f ohm",R) |