summaryrefslogtreecommitdiff
path: root/1994/CH7/EX7.18
diff options
context:
space:
mode:
Diffstat (limited to '1994/CH7/EX7.18')
-rwxr-xr-x1994/CH7/EX7.18/Example7_18.sce7
1 files changed, 7 insertions, 0 deletions
diff --git a/1994/CH7/EX7.18/Example7_18.sce b/1994/CH7/EX7.18/Example7_18.sce
new file mode 100755
index 000000000..0ede2752b
--- /dev/null
+++ b/1994/CH7/EX7.18/Example7_18.sce
@@ -0,0 +1,7 @@
+//Chapter-7,Example7_18,pg 7-50
+x=30//deflection
+dM=5*sin((x+45)*(%pi/180))*10^-3//diffrentiate M w.r.t x
+I=10*10^-3
+Td=(I^2)*dM//deflecting torque
+printf("deflecting torque\n")
+printf("Td=%.8f Nm",Td)