summaryrefslogtreecommitdiff
path: root/3769/CH13/EX13.11/Ex13_11.sce
diff options
context:
space:
mode:
Diffstat (limited to '3769/CH13/EX13.11/Ex13_11.sce')
-rw-r--r--3769/CH13/EX13.11/Ex13_11.sce11
1 files changed, 11 insertions, 0 deletions
diff --git a/3769/CH13/EX13.11/Ex13_11.sce b/3769/CH13/EX13.11/Ex13_11.sce
new file mode 100644
index 000000000..0e47985d5
--- /dev/null
+++ b/3769/CH13/EX13.11/Ex13_11.sce
@@ -0,0 +1,11 @@
+clear
+//Given
+Xl=220 //ohm
+L=0.7 //H
+
+//Calculation
+//
+f=Xl/(2*%pi*L)
+
+//Result
+printf("\n Frequency is %0.0f HZ",f)