summaryrefslogtreecommitdiff
path: root/569/CH3/EX3.35
diff options
context:
space:
mode:
Diffstat (limited to '569/CH3/EX3.35')
-rwxr-xr-x569/CH3/EX3.35/3_35.sci11
1 files changed, 11 insertions, 0 deletions
diff --git a/569/CH3/EX3.35/3_35.sci b/569/CH3/EX3.35/3_35.sci
new file mode 100755
index 000000000..cef1f69f9
--- /dev/null
+++ b/569/CH3/EX3.35/3_35.sci
@@ -0,0 +1,11 @@
+//determine probable error in the computed value of resistnce
+
+clc;
+r_V=12;
+I=10;
+r_Rv=r_V/I;
+V=100;
+r1=2;
+r_Ri=V*r1/I^2;
+r_R=sqrt(r_Rv^2+r_Ri^2);
+disp(r_R,'r_R'); \ No newline at end of file