diff options
Diffstat (limited to '1853/CH1/EX1.1/Ex1_1.sce')
-rwxr-xr-x | 1853/CH1/EX1.1/Ex1_1.sce | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/1853/CH1/EX1.1/Ex1_1.sce b/1853/CH1/EX1.1/Ex1_1.sce new file mode 100755 index 000000000..36d3a776c --- /dev/null +++ b/1853/CH1/EX1.1/Ex1_1.sce @@ -0,0 +1,6 @@ + //find the specific resistance of the material
+L =12 //meter
+A=0.01*10^-4 //m^2
+R=0.2 //ohm
+p=R*A/L //specific resistance
+disp('value of specific resistance='+string(p)+' ohm -meter')
|