summaryrefslogtreecommitdiff
path: root/3769/CH12/EX12.17/Ex12_17.sce
diff options
context:
space:
mode:
Diffstat (limited to '3769/CH12/EX12.17/Ex12_17.sce')
-rw-r--r--3769/CH12/EX12.17/Ex12_17.sce12
1 files changed, 12 insertions, 0 deletions
diff --git a/3769/CH12/EX12.17/Ex12_17.sce b/3769/CH12/EX12.17/Ex12_17.sce
new file mode 100644
index 000000000..554917e95
--- /dev/null
+++ b/3769/CH12/EX12.17/Ex12_17.sce
@@ -0,0 +1,12 @@
+clear
+//Given
+L=10.0 //H
+e=300 //V
+t=10**-2 //S
+
+//Calculation
+dl=(e*t)/L
+a=e*t
+
+//Result
+printf("\n Charge in magnetic flux is %0.3f Wb", a)