diff options
Diffstat (limited to '3819/CH3/EX3.4/Ex3_4.sce')
-rw-r--r-- | 3819/CH3/EX3.4/Ex3_4.sce | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/3819/CH3/EX3.4/Ex3_4.sce b/3819/CH3/EX3.4/Ex3_4.sce index 63fc40385..e2f7a0b8a 100644 --- a/3819/CH3/EX3.4/Ex3_4.sce +++ b/3819/CH3/EX3.4/Ex3_4.sce @@ -7,11 +7,11 @@ d=3 A=%pi*d^2/4
h=4
g=9.81
-
+dens=1000
//Calculations
//1)Force on disc
F=dens*g*A*h
-mprintf("The force on the disc is %f kN\n",10^-3*F)
+mprintf("The Force on the disc is %f kN\n",10^-3*F)
//2)Torque required
IG=%pi/64*d^4
|