diff options
Diffstat (limited to '3526/CH6/EX6.1/Ex6_1.sce')
-rw-r--r-- | 3526/CH6/EX6.1/Ex6_1.sce | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/3526/CH6/EX6.1/Ex6_1.sce b/3526/CH6/EX6.1/Ex6_1.sce new file mode 100644 index 000000000..9a7d0b28f --- /dev/null +++ b/3526/CH6/EX6.1/Ex6_1.sce @@ -0,0 +1,10 @@ +//page 152 +clc +F=1000//in lb +Ao=(%pi/4)*(0.505)^2//in^2 +rho=F/Ao +delta_I=0.001//in +I_o=2//in +e=delta_I/I_o +disp(rho,"The value in psi is=") +disp(e,"The value of epselon")
\ No newline at end of file |