summaryrefslogtreecommitdiff
path: root/569/CH3/EX3.7/3_7.sci
diff options
context:
space:
mode:
authorpriyanka2015-06-24 15:03:17 +0530
committerpriyanka2015-06-24 15:03:17 +0530
commitb1f5c3f8d6671b4331cef1dcebdf63b7a43a3a2b (patch)
treeab291cffc65280e58ac82470ba63fbcca7805165 /569/CH3/EX3.7/3_7.sci
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 '569/CH3/EX3.7/3_7.sci')
-rwxr-xr-x569/CH3/EX3.7/3_7.sci6
1 files changed, 6 insertions, 0 deletions
diff --git a/569/CH3/EX3.7/3_7.sci b/569/CH3/EX3.7/3_7.sci
new file mode 100755
index 000000000..87297a193
--- /dev/null
+++ b/569/CH3/EX3.7/3_7.sci
@@ -0,0 +1,6 @@
+// calculate the value of relative limiting error in resistance
+clc;
+Re_P=1.5;
+Re_I=1;
+Re_resistance=(Re_P+2*Re_I);
+disp(Re_resistance,'the value of relative limiting error of resistance in percentage(+/-)=') \ No newline at end of file