summaryrefslogtreecommitdiff
path: root/1802/CH7/EX7.17/Exa7_17.sce
diff options
context:
space:
mode:
Diffstat (limited to '1802/CH7/EX7.17/Exa7_17.sce')
-rwxr-xr-x1802/CH7/EX7.17/Exa7_17.sce15
1 files changed, 15 insertions, 0 deletions
diff --git a/1802/CH7/EX7.17/Exa7_17.sce b/1802/CH7/EX7.17/Exa7_17.sce
new file mode 100755
index 000000000..2c79823ad
--- /dev/null
+++ b/1802/CH7/EX7.17/Exa7_17.sce
@@ -0,0 +1,15 @@
+//Exa 7.17
+clc;
+clear;
+close;
+//Given data :
+format('v',7);
+V=200;//in volt
+I=1;//in A/m
+R=2*0.05/1000;//in ohm/m
+l=1*1000;//in meter
+IT=I*l;//in Ampere
+RT=R*l;//in ohm
+VD=IT*RT/8;//in volt
+Vmin=V-VD;//in volt
+disp(Vmin,"Minimum potential occurs at the mid point & is(in V) : "); \ No newline at end of file