diff options
Diffstat (limited to '3836/CH15/EX15.1')
-rw-r--r-- | 3836/CH15/EX15.1/Ex15_1.sce | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/3836/CH15/EX15.1/Ex15_1.sce b/3836/CH15/EX15.1/Ex15_1.sce new file mode 100644 index 000000000..534cd8a5b --- /dev/null +++ b/3836/CH15/EX15.1/Ex15_1.sce @@ -0,0 +1,11 @@ +clear +//Initialisation +w=1000 //Angular Frequency +L=10**-3 //Inductance + +//Calculation +Xl=w*L //Reactance + +//Result +printf("\n Reactance, Xl = %d Ohm",Xl) + |