summaryrefslogtreecommitdiff
path: root/605/CH12/EX12.5/12_5.sce
diff options
context:
space:
mode:
Diffstat (limited to '605/CH12/EX12.5/12_5.sce')
-rwxr-xr-x605/CH12/EX12.5/12_5.sce11
1 files changed, 11 insertions, 0 deletions
diff --git a/605/CH12/EX12.5/12_5.sce b/605/CH12/EX12.5/12_5.sce
new file mode 100755
index 000000000..e6b53009d
--- /dev/null
+++ b/605/CH12/EX12.5/12_5.sce
@@ -0,0 +1,11 @@
+
+Ve=2
+Be=%pi/2
+Kd=Ve/sin(Be)
+printf("\nKd=%.0f",Kd)
+//Ko=dW/Vd
+Ko=2*%pi*100*1000
+dWH=Kd*Ko
+printf("\ndWH=Kd*Ko=%.4e rad/s",dWH)
+dfH=dWH/(2*%pi)
+printf("\ndfH=dWH/(2*pi)=%.4e Hz",dfH) \ No newline at end of file