diff options
Diffstat (limited to '3769/CH5/EX5.23/Ex5_23.sce')
-rw-r--r-- | 3769/CH5/EX5.23/Ex5_23.sce | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/3769/CH5/EX5.23/Ex5_23.sce b/3769/CH5/EX5.23/Ex5_23.sce new file mode 100644 index 000000000..3f4b9040c --- /dev/null +++ b/3769/CH5/EX5.23/Ex5_23.sce @@ -0,0 +1,13 @@ +clear +//Given +A=15*10**-4 //m**2 +a=7.6*10**-8 // ohm m +l=2000 //m +b=0.005 //degree/C + +//Calculation +R0=a*l/A +R50=R0*(1+(b*50)) + +//Result +printf("\n The value of resistance is %0.3f ohm",R50) |