diff options
Diffstat (limited to '3776/CH1/EX1.6/Ex1_6.sce')
-rw-r--r-- | 3776/CH1/EX1.6/Ex1_6.sce | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/3776/CH1/EX1.6/Ex1_6.sce b/3776/CH1/EX1.6/Ex1_6.sce index ba7d7e038..11a4a83f1 100644 --- a/3776/CH1/EX1.6/Ex1_6.sce +++ b/3776/CH1/EX1.6/Ex1_6.sce @@ -5,10 +5,10 @@ frequency = 10 //Hz stress_allow = 200 //MPa R = 0.5 //m -//caliculations +//calculations // w = 2*%pi*frequency //rad/sec a = (w**2)*R //sq.m/sec F = mass*a //N -A_req = F/stress_allow //sq.m , The required area for aloowing stress -printf("\n The required size of rod is: %0.2f sq.m",A_req) +A_req = F/stress_allow //sq.mm , The required area for allowing stress +printf("\n The required size of rod is: %0.2f sq.mm",A_req) |