diff options
Diffstat (limited to '3651/CH4/EX4.9/9.sce')
-rw-r--r-- | 3651/CH4/EX4.9/9.sce | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/3651/CH4/EX4.9/9.sce b/3651/CH4/EX4.9/9.sce new file mode 100644 index 000000000..393ab7cbe --- /dev/null +++ b/3651/CH4/EX4.9/9.sce @@ -0,0 +1,13 @@ +
+//Variable declaration
+rho_r=0
+T=300
+rho=1.7*10**-18
+
+//Calculations
+a=rho/T
+rho_973=a*973
+
+//Results
+printf('Temperature coefficient of resistivity,a =%0.3f \n ',(a*10**21))
+printf('rho_973 =%0.3f *10**-8 ohm-m \n ',(rho_973*10**18))
\ No newline at end of file |