summaryrefslogtreecommitdiff
path: root/3809/CH5/EX5.6
diff options
context:
space:
mode:
Diffstat (limited to '3809/CH5/EX5.6')
-rw-r--r--3809/CH5/EX5.6/EX5_6.sce13
1 files changed, 13 insertions, 0 deletions
diff --git a/3809/CH5/EX5.6/EX5_6.sce b/3809/CH5/EX5.6/EX5_6.sce
new file mode 100644
index 000000000..bd9880b74
--- /dev/null
+++ b/3809/CH5/EX5.6/EX5_6.sce
@@ -0,0 +1,13 @@
+//Chapter 5, Example 5.6
+
+clc
+//Initialisation'
+L=10**-2 //inductance
+I=5 //current in ampere
+
+
+//Calculation
+e=(1/2)*L*I**2 //stored energy
+
+//Results
+printf("Stored Energy = %d mJ",e*10**3)