diff options
Diffstat (limited to '3651/CH6/EX6.12/12.sce')
-rw-r--r-- | 3651/CH6/EX6.12/12.sce | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/3651/CH6/EX6.12/12.sce b/3651/CH6/EX6.12/12.sce new file mode 100644 index 000000000..219717bec --- /dev/null +++ b/3651/CH6/EX6.12/12.sce @@ -0,0 +1,13 @@ +
+//Variable declaration
+Vh=37*10**-6
+thick=1*10**-3
+width=5
+Iy=20*10**-3
+Bz=0.5
+
+//Calculations
+Rh=(Vh*width*thick)/(width*Iy*Bz)
+
+//Result
+printf('Rh = %0.3f *10**-6 C**-1 m**3 \n',(Rh*10**6))
\ No newline at end of file |