summaryrefslogtreecommitdiff
path: root/1376/CH7/EX7.7
diff options
context:
space:
mode:
Diffstat (limited to '1376/CH7/EX7.7')
-rwxr-xr-x1376/CH7/EX7.7/7_7.sci10
1 files changed, 10 insertions, 0 deletions
diff --git a/1376/CH7/EX7.7/7_7.sci b/1376/CH7/EX7.7/7_7.sci
new file mode 100755
index 000000000..0ccc54a32
--- /dev/null
+++ b/1376/CH7/EX7.7/7_7.sci
@@ -0,0 +1,10 @@
+//7.7
+clc;
+S=0.875;
+P=1.35*10^3;
+Q=1*10^3;
+Cs=0.1*10^-6;
+rx=S*P/Q;
+printf("Resistance=%.2f ohm",rx)
+Lx=P*Cs*S*10^3;
+printf("\nInductance=%.3f mH",Lx) \ No newline at end of file