summaryrefslogtreecommitdiff
path: root/3637/CH4/EX4.13/Ex4_13.sce
diff options
context:
space:
mode:
Diffstat (limited to '3637/CH4/EX4.13/Ex4_13.sce')
-rw-r--r--3637/CH4/EX4.13/Ex4_13.sce11
1 files changed, 11 insertions, 0 deletions
diff --git a/3637/CH4/EX4.13/Ex4_13.sce b/3637/CH4/EX4.13/Ex4_13.sce
new file mode 100644
index 000000000..e40dcb3b6
--- /dev/null
+++ b/3637/CH4/EX4.13/Ex4_13.sce
@@ -0,0 +1,11 @@
+//problem 13 pagenumber 4.43
+//given
+n=12;
+r=1/(2^n-1);format(6);
+r=r*100;
+disp('Resolution in percent = '+string(r)+'%');
+
+
+
+
+