summaryrefslogtreecommitdiff
path: root/2078/CH12/EX12.1/Example12_1.sce
diff options
context:
space:
mode:
Diffstat (limited to '2078/CH12/EX12.1/Example12_1.sce')
-rwxr-xr-x2078/CH12/EX12.1/Example12_1.sce10
1 files changed, 10 insertions, 0 deletions
diff --git a/2078/CH12/EX12.1/Example12_1.sce b/2078/CH12/EX12.1/Example12_1.sce
new file mode 100755
index 000000000..b7aa457fc
--- /dev/null
+++ b/2078/CH12/EX12.1/Example12_1.sce
@@ -0,0 +1,10 @@
+//Exa 12.1
+clc;
+clear;
+close;
+format('v',6);
+//Given data :
+f=50;//Supply frequency in Hz
+C=4.5*10^-6;//in Farad
+Omega_L=1/3/2/%pi/f/C;//in ohm
+disp(Omega_L,"Reactance of coil (ohm) :");