summaryrefslogtreecommitdiff
path: root/2045/CH3/EX3.2
diff options
context:
space:
mode:
authorpriyanka2015-06-24 15:03:17 +0530
committerpriyanka2015-06-24 15:03:17 +0530
commitb1f5c3f8d6671b4331cef1dcebdf63b7a43a3a2b (patch)
treeab291cffc65280e58ac82470ba63fbcca7805165 /2045/CH3/EX3.2
downloadScilab-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-x2045/CH3/EX3.2/Ex3_2.pdfbin0 -> 10550 bytes
-rwxr-xr-x2045/CH3/EX3.2/Ex3_2.sce11
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
new file mode 100755
index 000000000..23708deca
--- /dev/null
+++ b/2045/CH3/EX3.2/Ex3_2.pdf
Binary files differ
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");
+