summaryrefslogtreecommitdiff
path: root/1964/CH5/EX5.29/ex5_29.sce
diff options
context:
space:
mode:
Diffstat (limited to '1964/CH5/EX5.29/ex5_29.sce')
-rwxr-xr-x1964/CH5/EX5.29/ex5_29.sce10
1 files changed, 10 insertions, 0 deletions
diff --git a/1964/CH5/EX5.29/ex5_29.sce b/1964/CH5/EX5.29/ex5_29.sce
new file mode 100755
index 000000000..136d115e6
--- /dev/null
+++ b/1964/CH5/EX5.29/ex5_29.sce
@@ -0,0 +1,10 @@
+//Chapter-5, Example 5.29, Page 189
+//=============================================================================
+clc
+clear
+//CALCULATIONS
+R=8;//resistance in ohms
+Xc=-(%i)*12;//capacitive reactance in ohms
+Y=(inv(R)+inv(Xc));//admittance in mho
+disp(Y);
+//=================================END OF PROGRAM======================================================================================================