summaryrefslogtreecommitdiff
path: root/3836/CH15/EX15.2/Ex15_2.sce
diff options
context:
space:
mode:
Diffstat (limited to '3836/CH15/EX15.2/Ex15_2.sce')
-rw-r--r--3836/CH15/EX15.2/Ex15_2.sce14
1 files changed, 14 insertions, 0 deletions
diff --git a/3836/CH15/EX15.2/Ex15_2.sce b/3836/CH15/EX15.2/Ex15_2.sce
new file mode 100644
index 000000000..1bec40dcf
--- /dev/null
+++ b/3836/CH15/EX15.2/Ex15_2.sce
@@ -0,0 +1,14 @@
+clear
+//
+
+//Initialisation
+f=50 //frequency
+C=2*10**-6 //Capacitance
+
+//Calculation
+w=2*%pi*f //Angular Frequency
+Xc=1/(w*C) //Reactance
+
+//Result
+printf("\n Reactance, Xl = %.2f KOhm",Xc/1000)
+