summaryrefslogtreecommitdiff
path: root/3557/CH14/EX14.11/Ex14_11.sce
diff options
context:
space:
mode:
Diffstat (limited to '3557/CH14/EX14.11/Ex14_11.sce')
-rw-r--r--3557/CH14/EX14.11/Ex14_11.sce6
1 files changed, 6 insertions, 0 deletions
diff --git a/3557/CH14/EX14.11/Ex14_11.sce b/3557/CH14/EX14.11/Ex14_11.sce
new file mode 100644
index 000000000..d02829126
--- /dev/null
+++ b/3557/CH14/EX14.11/Ex14_11.sce
@@ -0,0 +1,6 @@
+//Example 14.11//
+
+a=4100;//strength (psi)
+b=3100;//strength (psi)
+i1=((a-b)/b)*100
+mprintf("i1 = %f percent",i1)