summaryrefslogtreecommitdiff
path: root/3535/CH10/EX10.5/Ex10_5.sce
diff options
context:
space:
mode:
Diffstat (limited to '3535/CH10/EX10.5/Ex10_5.sce')
-rw-r--r--3535/CH10/EX10.5/Ex10_5.sce10
1 files changed, 10 insertions, 0 deletions
diff --git a/3535/CH10/EX10.5/Ex10_5.sce b/3535/CH10/EX10.5/Ex10_5.sce
new file mode 100644
index 000000000..9c087abf0
--- /dev/null
+++ b/3535/CH10/EX10.5/Ex10_5.sce
@@ -0,0 +1,10 @@
+//Chapter 10, Example 10.5, Page 284
+clc
+clear
+//Calculate radius R
+L = 578
+T = 368
+Bc = 6.358*10**-4
+R = sqrt(%pi^2/Bc)
+printf(" R = %f cm \n",R)
+//Answer may vary due to round off error