summaryrefslogtreecommitdiff
path: root/3673/CH1/EX1.6/Ex1_6.sce
diff options
context:
space:
mode:
Diffstat (limited to '3673/CH1/EX1.6/Ex1_6.sce')
-rw-r--r--3673/CH1/EX1.6/Ex1_6.sce7
1 files changed, 7 insertions, 0 deletions
diff --git a/3673/CH1/EX1.6/Ex1_6.sce b/3673/CH1/EX1.6/Ex1_6.sce
new file mode 100644
index 000000000..9f9e915a8
--- /dev/null
+++ b/3673/CH1/EX1.6/Ex1_6.sce
@@ -0,0 +1,7 @@
+//Example 1_6 page no:8
+clc
+clear
+C=2*(10^-6);//capacitance in micro farad
+V=1000;//Voltage in volts
+W=0.5*(C)*(V^2);
+disp(W,"Energy stored(in joules)")