summaryrefslogtreecommitdiff
path: root/3523/CH19/EX19.18.2/Ex19_2.sce
diff options
context:
space:
mode:
Diffstat (limited to '3523/CH19/EX19.18.2/Ex19_2.sce')
-rw-r--r--3523/CH19/EX19.18.2/Ex19_2.sce10
1 files changed, 10 insertions, 0 deletions
diff --git a/3523/CH19/EX19.18.2/Ex19_2.sce b/3523/CH19/EX19.18.2/Ex19_2.sce
new file mode 100644
index 000000000..50a38bfc7
--- /dev/null
+++ b/3523/CH19/EX19.18.2/Ex19_2.sce
@@ -0,0 +1,10 @@
+clear all
+clc
+close
+
+rho=30*1e-3;//Charge density in C/m^3
+Vo=30*1e3;//Voltage in V
+
+//Calculation of pumping pressure
+P=Vo*rho;
+printf('Pumping pressure is %f N/m^2',P)