summaryrefslogtreecommitdiff
path: root/995/CH4/EX4.10/Ex4_10.sce
diff options
context:
space:
mode:
Diffstat (limited to '995/CH4/EX4.10/Ex4_10.sce')
-rwxr-xr-x995/CH4/EX4.10/Ex4_10.sce11
1 files changed, 11 insertions, 0 deletions
diff --git a/995/CH4/EX4.10/Ex4_10.sce b/995/CH4/EX4.10/Ex4_10.sce
new file mode 100755
index 000000000..c407cacd2
--- /dev/null
+++ b/995/CH4/EX4.10/Ex4_10.sce
@@ -0,0 +1,11 @@
+//Ex:4.10
+clc;
+clear;
+close;
+L=1*10^-3;
+f1=100;
+f2=10000;
+X_L1=(2*%pi*f1*L);
+X_L2=(2*%pi*f2*L);
+printf("Reactance at 100Hz = %f ohm",X_L1);
+printf("\nReactance at 10kHz = %f ohm",X_L2); \ No newline at end of file