summaryrefslogtreecommitdiff
path: root/2195/CH3/EX3.15.4/ex_3_15_4.sce
diff options
context:
space:
mode:
Diffstat (limited to '2195/CH3/EX3.15.4/ex_3_15_4.sce')
-rwxr-xr-x2195/CH3/EX3.15.4/ex_3_15_4.sce10
1 files changed, 10 insertions, 0 deletions
diff --git a/2195/CH3/EX3.15.4/ex_3_15_4.sce b/2195/CH3/EX3.15.4/ex_3_15_4.sce
new file mode 100755
index 000000000..ad95c315f
--- /dev/null
+++ b/2195/CH3/EX3.15.4/ex_3_15_4.sce
@@ -0,0 +1,10 @@
+//Example 3.15.4: shunt resistance
+clc;
+clear;
+close;
+//given data :
+Rsh=200;// in ohm
+Rm=100;// in ohm
+m=50;
+Rsh=Rm/(m-1);
+disp(Rsh,"the shunt resistance,Rsh(ohm) = ")