summaryrefslogtreecommitdiff
path: root/3020/CH6/EX6.1/ex6_1.sce
diff options
context:
space:
mode:
Diffstat (limited to '3020/CH6/EX6.1/ex6_1.sce')
-rwxr-xr-x3020/CH6/EX6.1/ex6_1.sce6
1 files changed, 6 insertions, 0 deletions
diff --git a/3020/CH6/EX6.1/ex6_1.sce b/3020/CH6/EX6.1/ex6_1.sce
new file mode 100755
index 000000000..3895e7c40
--- /dev/null
+++ b/3020/CH6/EX6.1/ex6_1.sce
@@ -0,0 +1,6 @@
+clc;
+clear all;
+t = 50; // Thickness of the metal in mm
+d = 1; // Hole diameter in mm
+ss = (d/t)*100;//The percentage sensitivity of the wire
+disp('%',ss,'The percentage sensitivity of the wire is')