summaryrefslogtreecommitdiff
path: root/3557/CH15/EX15.4
diff options
context:
space:
mode:
Diffstat (limited to '3557/CH15/EX15.4')
-rw-r--r--3557/CH15/EX15.4/Ex15_4.sce5
1 files changed, 5 insertions, 0 deletions
diff --git a/3557/CH15/EX15.4/Ex15_4.sce b/3557/CH15/EX15.4/Ex15_4.sce
new file mode 100644
index 000000000..ebb6a989f
--- /dev/null
+++ b/3557/CH15/EX15.4/Ex15_4.sce
@@ -0,0 +1,5 @@
+//Example15.4//
+u=3.5*10^-3;//m^2/(V.s)
+E=0.5;//V.m^-1
+v=u*E
+mprintf("v = %e m/s",v)