summaryrefslogtreecommitdiff
path: root/620/CH4/EX4.3/example4_3.sce
diff options
context:
space:
mode:
Diffstat (limited to '620/CH4/EX4.3/example4_3.sce')
-rw-r--r--620/CH4/EX4.3/example4_3.sce12
1 files changed, 12 insertions, 0 deletions
diff --git a/620/CH4/EX4.3/example4_3.sce b/620/CH4/EX4.3/example4_3.sce
new file mode 100644
index 000000000..38763fb6c
--- /dev/null
+++ b/620/CH4/EX4.3/example4_3.sce
@@ -0,0 +1,12 @@
+disp("Part a");
+d=64.1;
+a=d^2;
+disp("the circular mil area is"); disp(a);
+disp("Part b");
+l=150;
+r1=2.52/1000;
+r=r1*l;
+disp("the resistance value (in Ω) is"); disp(r);
+disp("Part c");
+r2=r/4;
+disp("the resistance (in Ω) of no.8 gauge wire is"); disp(r2); \ No newline at end of file