summaryrefslogtreecommitdiff
path: root/1962/CH12/EX12.1/example12_1.sce
diff options
context:
space:
mode:
Diffstat (limited to '1962/CH12/EX12.1/example12_1.sce')
-rwxr-xr-x1962/CH12/EX12.1/example12_1.sce15
1 files changed, 15 insertions, 0 deletions
diff --git a/1962/CH12/EX12.1/example12_1.sce b/1962/CH12/EX12.1/example12_1.sce
new file mode 100755
index 000000000..ff876150b
--- /dev/null
+++ b/1962/CH12/EX12.1/example12_1.sce
@@ -0,0 +1,15 @@
+
+//example 12.1
+//page 443
+clc; funcprot(0);
+//initialisation of variable
+Q=0.25;
+Gamma=9810*0.8;
+pi=3.14;
+H=25;
+T=350;//torque
+N=1800;//rpm
+omega=N/60*2*pi;
+neta=Gamma*Q*H/T/omega;
+disp(neta*100,"efficiency (%)");
+clear