summaryrefslogtreecommitdiff
path: root/2863/CH2/EX2.47
diff options
context:
space:
mode:
Diffstat (limited to '2863/CH2/EX2.47')
-rwxr-xr-x2863/CH2/EX2.47/ex2_47.sce5
1 files changed, 5 insertions, 0 deletions
diff --git a/2863/CH2/EX2.47/ex2_47.sce b/2863/CH2/EX2.47/ex2_47.sce
new file mode 100755
index 000000000..708e57099
--- /dev/null
+++ b/2863/CH2/EX2.47/ex2_47.sce
@@ -0,0 +1,5 @@
+//chapter 2
+printf("\n");
+dl=1/50;
+Rr=80*(%pi)^2*(dl)^2;
+printf("the radiation resistance is %gohm",Rr);