diff options
Diffstat (limited to '3622/CH10/EX10.1')
-rw-r--r-- | 3622/CH10/EX10.1/Ex10_1.sce | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/3622/CH10/EX10.1/Ex10_1.sce b/3622/CH10/EX10.1/Ex10_1.sce new file mode 100644 index 000000000..bf6f73151 --- /dev/null +++ b/3622/CH10/EX10.1/Ex10_1.sce @@ -0,0 +1,7 @@ +//Initialisation of variables
+clc
+l=3e-3//vibrating length
+E=8e10//young modulus
+d=2500//kg per m3
+N=(1/(2*l))*sqrt(E/d)
+printf('frequency is %e Hz \n',N)
|