summaryrefslogtreecommitdiff
path: root/3480/CH5/EX5.3/Ex5_3.sce
diff options
context:
space:
mode:
Diffstat (limited to '3480/CH5/EX5.3/Ex5_3.sce')
-rw-r--r--3480/CH5/EX5.3/Ex5_3.sce7
1 files changed, 7 insertions, 0 deletions
diff --git a/3480/CH5/EX5.3/Ex5_3.sce b/3480/CH5/EX5.3/Ex5_3.sce
new file mode 100644
index 000000000..049d7ddeb
--- /dev/null
+++ b/3480/CH5/EX5.3/Ex5_3.sce
@@ -0,0 +1,7 @@
+//Example 5.3, Page 111
+clc
+n=1
+n11=1.3
+f11=4.333//in cm
+HN=f11*((n11-n)/n11)
+printf("Nodal length is %f cm",HN) \ No newline at end of file