diff options
Diffstat (limited to '3769/CH27/EX27.1/Ex27_1.sce')
-rw-r--r-- | 3769/CH27/EX27.1/Ex27_1.sce | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/3769/CH27/EX27.1/Ex27_1.sce b/3769/CH27/EX27.1/Ex27_1.sce new file mode 100644 index 000000000..7b0f8b532 --- /dev/null +++ b/3769/CH27/EX27.1/Ex27_1.sce @@ -0,0 +1,13 @@ +clear +//Given +E=1.5 //V +Vd=0.5 //V +P=0.1 //W + +//Calculation +Imax=P/Vd +V=E-Vd +R1=V/Imax + +//Result +printf("\n Value of resistance is %0.3f ohm",R1) |