summaryrefslogtreecommitdiff
path: root/1376/CH6/EX6.3/6_3.sci
diff options
context:
space:
mode:
Diffstat (limited to '1376/CH6/EX6.3/6_3.sci')
-rwxr-xr-x1376/CH6/EX6.3/6_3.sci8
1 files changed, 8 insertions, 0 deletions
diff --git a/1376/CH6/EX6.3/6_3.sci b/1376/CH6/EX6.3/6_3.sci
new file mode 100755
index 000000000..b0493e5c1
--- /dev/null
+++ b/1376/CH6/EX6.3/6_3.sci
@@ -0,0 +1,8 @@
+//6.3
+clc;
+R_armature=0.256/16;
+printf("Armature Resistance=%.2f ohm",R_armature)
+R_armature_true=0.256/(16-(0.256/10));
+Error=R_armature-R_armature_true;
+Error_percentage=Error*100/R_armature_true;
+printf("\nPercentage Error=%.2f",Error_percentage) \ No newline at end of file