summaryrefslogtreecommitdiff
path: root/147/CH1/EX1.10/Example1_10.sce
diff options
context:
space:
mode:
Diffstat (limited to '147/CH1/EX1.10/Example1_10.sce')
-rw-r--r--147/CH1/EX1.10/Example1_10.sce9
1 files changed, 9 insertions, 0 deletions
diff --git a/147/CH1/EX1.10/Example1_10.sce b/147/CH1/EX1.10/Example1_10.sce
new file mode 100644
index 000000000..6e3f215fd
--- /dev/null
+++ b/147/CH1/EX1.10/Example1_10.sce
@@ -0,0 +1,9 @@
+//Inductance L, Current i, Time after which current reverses its direction T
+close();
+clear;
+clc;
+L = 0.05;//H
+i = 5;//A
+T = 25;//ms
+vavg = L*(i-(-i))/(T*10^(-3));
+mprintf('Average voltage induced in the inductance, vavg = %0.0f V',vavg); \ No newline at end of file