summaryrefslogtreecommitdiff
path: root/3756/CH3/EX3.15
diff options
context:
space:
mode:
Diffstat (limited to '3756/CH3/EX3.15')
-rw-r--r--3756/CH3/EX3.15/Ex3_15.sce15
1 files changed, 15 insertions, 0 deletions
diff --git a/3756/CH3/EX3.15/Ex3_15.sce b/3756/CH3/EX3.15/Ex3_15.sce
new file mode 100644
index 000000000..d4e3c7ea0
--- /dev/null
+++ b/3756/CH3/EX3.15/Ex3_15.sce
@@ -0,0 +1,15 @@
+clc
+//
+//
+//
+
+//Variable declaration
+theta1=35 //rotation of plane
+s=100 //Specific rotation
+c=0.1 //Concentration
+
+//Calculations
+l=((theta1)/(s*c))*10
+
+//Result
+printf("\n The Length will be %i cm",l)