summaryrefslogtreecommitdiff
path: root/3769/CH15/EX15.5/Ex15_5.sce
diff options
context:
space:
mode:
Diffstat (limited to '3769/CH15/EX15.5/Ex15_5.sce')
-rw-r--r--3769/CH15/EX15.5/Ex15_5.sce12
1 files changed, 12 insertions, 0 deletions
diff --git a/3769/CH15/EX15.5/Ex15_5.sce b/3769/CH15/EX15.5/Ex15_5.sce
new file mode 100644
index 000000000..3ce7eacab
--- /dev/null
+++ b/3769/CH15/EX15.5/Ex15_5.sce
@@ -0,0 +1,12 @@
+clear
+//Given
+r=0.05 //m
+E=10**12 //V/m/s
+e=8.854*10**-12
+
+//Calculation
+//
+Id=e*%pi*r**2*E
+
+//Result
+printf("\n Displacement current is %0.4f A",Id)