summaryrefslogtreecommitdiff
path: root/278/CH27/EX27.5/ex_27_5.sce
diff options
context:
space:
mode:
Diffstat (limited to '278/CH27/EX27.5/ex_27_5.sce')
-rwxr-xr-x278/CH27/EX27.5/ex_27_5.sce15
1 files changed, 15 insertions, 0 deletions
diff --git a/278/CH27/EX27.5/ex_27_5.sce b/278/CH27/EX27.5/ex_27_5.sce
new file mode 100755
index 000000000..8d48074c4
--- /dev/null
+++ b/278/CH27/EX27.5/ex_27_5.sce
@@ -0,0 +1,15 @@
+//find
+clc
+//solution
+//given
+Wr=7000//N
+Wa=2100//N
+L=160*10^6//rev
+N=300//rpm
+//ref table 27.4,Wa/Wr=0.3..
+X=0.65
+Y=3.5
+V=1
+W=X*V*Wr + Y*Wa//N
+C=W*(L/10^6)^(1/3)//N
+printf("baisc dynamin load rating is,%f N\n",C) \ No newline at end of file