summaryrefslogtreecommitdiff
path: root/377/CH8/EX8.2/8_2.sce
diff options
context:
space:
mode:
Diffstat (limited to '377/CH8/EX8.2/8_2.sce')
-rw-r--r--377/CH8/EX8.2/8_2.sce5
1 files changed, 5 insertions, 0 deletions
diff --git a/377/CH8/EX8.2/8_2.sce b/377/CH8/EX8.2/8_2.sce
new file mode 100644
index 000000000..5836ee06c
--- /dev/null
+++ b/377/CH8/EX8.2/8_2.sce
@@ -0,0 +1,5 @@
+disp("μd=-Rh*σ");
+Rh=-0.55*10^-10;
+a=5.9*10^7; //say σ=a
+b=-Rh*a; //say μd=b
+printf('\n The value of μd is %f*10^-3 m^2/V/s',b*10^3); \ No newline at end of file