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 /2045/CH3/EX3.2 | |
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 '2045/CH3/EX3.2')
-rwxr-xr-x | 2045/CH3/EX3.2/Ex3_2.pdf | bin | 0 -> 10550 bytes | |||
-rwxr-xr-x | 2045/CH3/EX3.2/Ex3_2.sce | 11 |
2 files changed, 11 insertions, 0 deletions
diff --git a/2045/CH3/EX3.2/Ex3_2.pdf b/2045/CH3/EX3.2/Ex3_2.pdf Binary files differnew file mode 100755 index 000000000..23708deca --- /dev/null +++ b/2045/CH3/EX3.2/Ex3_2.pdf diff --git a/2045/CH3/EX3.2/Ex3_2.sce b/2045/CH3/EX3.2/Ex3_2.sce new file mode 100755 index 000000000..057ce0912 --- /dev/null +++ b/2045/CH3/EX3.2/Ex3_2.sce @@ -0,0 +1,11 @@ +//pagenumber 139 example 2
+clear
+i1=20*10^-3;//ampere
+i=30*10^-3;//ampere
+v1=5.6;//volts
+v=5.65;//volts
+//condition
+u=35*10^-3;//ampere
+voltag=5*u+5.5;
+disp("voltage drop = "+string(voltag)+"volts");
+
|