diff options
Diffstat (limited to '3835/CH1/EX1.11/Ex1_11.sce')
-rw-r--r-- | 3835/CH1/EX1.11/Ex1_11.sce | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/3835/CH1/EX1.11/Ex1_11.sce b/3835/CH1/EX1.11/Ex1_11.sce new file mode 100644 index 000000000..f447decf7 --- /dev/null +++ b/3835/CH1/EX1.11/Ex1_11.sce @@ -0,0 +1,12 @@ +clear +// +//given +v=250 +i=5 +i1=3.91 +t0=0.00426 //temperature coefficient +r15=v/i //at 15 degrees +rt=v/i1 //at t degrees +l=(rt*(1+t0*15))/50 //left hand side +t=(l-1)/t0 +printf("\n t= %0.1f centigrade",t) |