summaryrefslogtreecommitdiff
path: root/1991/CH7/EX7.6/6.sce
diff options
context:
space:
mode:
Diffstat (limited to '1991/CH7/EX7.6/6.sce')
-rwxr-xr-x1991/CH7/EX7.6/6.sce8
1 files changed, 8 insertions, 0 deletions
diff --git a/1991/CH7/EX7.6/6.sce b/1991/CH7/EX7.6/6.sce
new file mode 100755
index 000000000..8d15768b8
--- /dev/null
+++ b/1991/CH7/EX7.6/6.sce
@@ -0,0 +1,8 @@
+clc
+clear
+//input
+a=4.3*10^-3//temperature co-efficient of resistance
+//calculation
+r2=((60*a+1)/(20*a+1))*10//resistance
+//output
+printf("the final resistence is %3.3f ohm",r2)