summaryrefslogtreecommitdiff
path: root/3835/CH1/EX1.8/Ex1_8.sce
diff options
context:
space:
mode:
Diffstat (limited to '3835/CH1/EX1.8/Ex1_8.sce')
-rw-r--r--3835/CH1/EX1.8/Ex1_8.sce9
1 files changed, 9 insertions, 0 deletions
diff --git a/3835/CH1/EX1.8/Ex1_8.sce b/3835/CH1/EX1.8/Ex1_8.sce
new file mode 100644
index 000000000..2927d3a7b
--- /dev/null
+++ b/3835/CH1/EX1.8/Ex1_8.sce
@@ -0,0 +1,9 @@
+clear
+//
+res=0.02*(10**-6)
+l=4000*80*(10**-2)
+a=0.8*(10**-6)
+R=(res*l)/(a)
+printf("\n R= %0.1f ohm",R)
+power=(230*230)/(80)
+printf("\n power= %0e W",power)