summaryrefslogtreecommitdiff
path: root/3557/CH15/EX15.14/Ex15_14.sce
diff options
context:
space:
mode:
Diffstat (limited to '3557/CH15/EX15.14/Ex15_14.sce')
-rw-r--r--3557/CH15/EX15.14/Ex15_14.sce7
1 files changed, 7 insertions, 0 deletions
diff --git a/3557/CH15/EX15.14/Ex15_14.sce b/3557/CH15/EX15.14/Ex15_14.sce
new file mode 100644
index 000000000..91da5e9f7
--- /dev/null
+++ b/3557/CH15/EX15.14/Ex15_14.sce
@@ -0,0 +1,7 @@
+//Example 15.14//
+vm=0.5;
+sim=(35.6*10^6);//ohm^-1 m^-1
+vf=0.5;
+sif=(10^-11);//ohm^-1 m^-1
+sc=(vm*sim)+(vf*sif)
+mprintf("sc = %e ohm^-1 m^-1",sc)