diff options
Diffstat (limited to '911/CH10/EX10.1.b')
-rw-r--r-- | 911/CH10/EX10.1.b/ex_10_1_b.pdf | bin | 0 -> 108275 bytes | |||
-rw-r--r-- | 911/CH10/EX10.1.b/ex_10_1_b.sce | 9 |
2 files changed, 9 insertions, 0 deletions
diff --git a/911/CH10/EX10.1.b/ex_10_1_b.pdf b/911/CH10/EX10.1.b/ex_10_1_b.pdf Binary files differnew file mode 100644 index 000000000..511242ad0 --- /dev/null +++ b/911/CH10/EX10.1.b/ex_10_1_b.pdf diff --git a/911/CH10/EX10.1.b/ex_10_1_b.sce b/911/CH10/EX10.1.b/ex_10_1_b.sce new file mode 100644 index 000000000..abcadbfb6 --- /dev/null +++ b/911/CH10/EX10.1.b/ex_10_1_b.sce @@ -0,0 +1,9 @@ +//example 10.1(b)//
+clc
+//clears the screen//
+clear
+//clears all variables//
+g=2^8;
+pr=1/(g-1)*100;
+//percentage resolution//
+disp(pr,'Percentage resolution = ')
\ No newline at end of file |