summaryrefslogtreecommitdiff
path: root/803/CH6/EX6.4/ex6_4.sce
diff options
context:
space:
mode:
Diffstat (limited to '803/CH6/EX6.4/ex6_4.sce')
-rw-r--r--803/CH6/EX6.4/ex6_4.sce7
1 files changed, 7 insertions, 0 deletions
diff --git a/803/CH6/EX6.4/ex6_4.sce b/803/CH6/EX6.4/ex6_4.sce
new file mode 100644
index 000000000..5f78705e3
--- /dev/null
+++ b/803/CH6/EX6.4/ex6_4.sce
@@ -0,0 +1,7 @@
+clc
+T=[341 1360 1710 341 1540];
+N=[57.6*10^5 81.5*10^5 166.5*10^5 423 947];
+for i=1:5
+ lambda=69*sqrt(T(i)/N(i));
+ disp("mm",lambda,"The debye length is");
+end \ No newline at end of file