summaryrefslogtreecommitdiff
path: root/3828/CH3/EX3.7/Ex3_7.sce
diff options
context:
space:
mode:
Diffstat (limited to '3828/CH3/EX3.7/Ex3_7.sce')
-rw-r--r--3828/CH3/EX3.7/Ex3_7.sce14
1 files changed, 14 insertions, 0 deletions
diff --git a/3828/CH3/EX3.7/Ex3_7.sce b/3828/CH3/EX3.7/Ex3_7.sce
new file mode 100644
index 000000000..0a855ba04
--- /dev/null
+++ b/3828/CH3/EX3.7/Ex3_7.sce
@@ -0,0 +1,14 @@
+//Chapter 3 : Polarization
+
+clear;
+
+//Variable declaration
+l=2 //length of the tube
+s=60 //specific rotation
+theta=12 //angle of rotation of plane vibration
+
+//Calculations
+C=theta/(l*s)*100
+
+//Result
+mprintf("The solution is of %d percent",C)