summaryrefslogtreecommitdiff
path: root/1760/CH3/EX3.24/EX3_24.sce
diff options
context:
space:
mode:
Diffstat (limited to '1760/CH3/EX3.24/EX3_24.sce')
-rwxr-xr-x1760/CH3/EX3.24/EX3_24.sce7
1 files changed, 7 insertions, 0 deletions
diff --git a/1760/CH3/EX3.24/EX3_24.sce b/1760/CH3/EX3.24/EX3_24.sce
new file mode 100755
index 000000000..c431dd9e1
--- /dev/null
+++ b/1760/CH3/EX3.24/EX3_24.sce
@@ -0,0 +1,7 @@
+ //EXAMPLE 3-24 PG NO-189
+W1=-1200;
+W2=3400;
+P=W1+W2;
+disp('iv) Power (P) is = '+string (P) +' W ');
+X=[sqrt(3)*(W2-W1)]/P;
+disp('iv) (tan (Q)) is = '+string (X) +' ');