summaryrefslogtreecommitdiff
path: root/3756/CH1/EX1.25/Ex1_25.sce
diff options
context:
space:
mode:
Diffstat (limited to '3756/CH1/EX1.25/Ex1_25.sce')
-rw-r--r--3756/CH1/EX1.25/Ex1_25.sce15
1 files changed, 15 insertions, 0 deletions
diff --git a/3756/CH1/EX1.25/Ex1_25.sce b/3756/CH1/EX1.25/Ex1_25.sce
new file mode 100644
index 000000000..1e0a8e090
--- /dev/null
+++ b/3756/CH1/EX1.25/Ex1_25.sce
@@ -0,0 +1,15 @@
+clc
+//
+//
+//
+
+//Variable declaration
+D3=10**-2
+lambdaa=5890*10**-10
+
+
+//Calculations
+R=(D3*sqrt(3))*10**-2/(24*lambdaa)
+
+//Result
+printf("\n The Radius is %0.2f m",R)