summaryrefslogtreecommitdiff
path: root/2297/CH5/EX5.9/Ex5_9.sce
diff options
context:
space:
mode:
Diffstat (limited to '2297/CH5/EX5.9/Ex5_9.sce')
-rwxr-xr-x2297/CH5/EX5.9/Ex5_9.sce9
1 files changed, 9 insertions, 0 deletions
diff --git a/2297/CH5/EX5.9/Ex5_9.sce b/2297/CH5/EX5.9/Ex5_9.sce
new file mode 100755
index 000000000..2e4f21618
--- /dev/null
+++ b/2297/CH5/EX5.9/Ex5_9.sce
@@ -0,0 +1,9 @@
+// Example 5.9;resolution
+clc;
+clear;
+format('v',6)
+// given :
+fsr=9.999;//full scale reading in volts
+d=9999;//number of divisions
+R=(1/d)*fsr*10^3;//resolution
+disp(R,"resolution is ,(mV)=")