diff options
author | priyanka | 2015-06-24 15:03:17 +0530 |
---|---|---|
committer | priyanka | 2015-06-24 15:03:17 +0530 |
commit | b1f5c3f8d6671b4331cef1dcebdf63b7a43a3a2b (patch) | |
tree | ab291cffc65280e58ac82470ba63fbcca7805165 /1760/CH1/EX1.40 | |
download | Scilab-TBC-Uploads-b1f5c3f8d6671b4331cef1dcebdf63b7a43a3a2b.tar.gz Scilab-TBC-Uploads-b1f5c3f8d6671b4331cef1dcebdf63b7a43a3a2b.tar.bz2 Scilab-TBC-Uploads-b1f5c3f8d6671b4331cef1dcebdf63b7a43a3a2b.zip |
initial commit / add all books
Diffstat (limited to '1760/CH1/EX1.40')
-rwxr-xr-x | 1760/CH1/EX1.40/EX1_40.sce | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/1760/CH1/EX1.40/EX1_40.sce b/1760/CH1/EX1.40/EX1_40.sce new file mode 100755 index 000000000..04ee8a821 --- /dev/null +++ b/1760/CH1/EX1.40/EX1_40.sce @@ -0,0 +1,5 @@ + //EXAMPLE 1-40 PG NO-33
+P=1.72*10^-8; //PRO
+t=0.03; //distance
+R=[(4*P)/(%pi*0.03)]*0.47; //Resistance
+disp('i) Resistance = '+string (R)+' ohm')
|