summaryrefslogtreecommitdiff
path: root/2780/CH4/EX4.9/Ex4_9.sce
diff options
context:
space:
mode:
Diffstat (limited to '2780/CH4/EX4.9/Ex4_9.sce')
-rwxr-xr-x2780/CH4/EX4.9/Ex4_9.sce7
1 files changed, 7 insertions, 0 deletions
diff --git a/2780/CH4/EX4.9/Ex4_9.sce b/2780/CH4/EX4.9/Ex4_9.sce
new file mode 100755
index 000000000..f887bbc91
--- /dev/null
+++ b/2780/CH4/EX4.9/Ex4_9.sce
@@ -0,0 +1,7 @@
+clc
+//to calculate strength of solution
+theta=11 //degree
+l=20 //length in cm
+alpha=66 //specific rotation of sugar in degree
+c=10*theta/(l*alpha)
+disp("strength of solution is c="+string(c)+"gm/cm^3")