diff options
Diffstat (limited to '3769/CH5/EX5.11/Ex5_11.sce')
-rw-r--r-- | 3769/CH5/EX5.11/Ex5_11.sce | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/3769/CH5/EX5.11/Ex5_11.sce b/3769/CH5/EX5.11/Ex5_11.sce new file mode 100644 index 000000000..848a13b44 --- /dev/null +++ b/3769/CH5/EX5.11/Ex5_11.sce @@ -0,0 +1,14 @@ +clear +//Given +D=0.13*10**-2 +R=3.4 //ohms +l=10.0 + +//Calculation +// +A=(%pi/4.0)*D**2 +a=R*A/l +b=1/a + +//Result +printf("\n Conductivity of a material is %0.1f *10**6 S/m",b*10**-6) |