diff options
Diffstat (limited to '377/CH6/EX6.1/6_1.sce')
-rw-r--r-- | 377/CH6/EX6.1/6_1.sce | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/377/CH6/EX6.1/6_1.sce b/377/CH6/EX6.1/6_1.sce new file mode 100644 index 000000000..c54dbc49a --- /dev/null +++ b/377/CH6/EX6.1/6_1.sce @@ -0,0 +1,6 @@ +disp("ρ=1/(q*μe*n)");
+n=9*10^14;
+c=1400; //say c=μe
+q=1.6*10^-19;
+a=1/(q*c*n);
+printf('\n The value of ρ is %f ohm-cm',a);
\ No newline at end of file |