






CS1371 Computer Science Concepts Implemented in Matlab
Please use this space to indicate any errors or omissions in the textbook.
You may also offer any suggestions, praise or criticism and even ask a question.
If you want an answer please include your email address.
Thanks.
Just type your comments in the box and press the "Add to the Page" button.
In section 3.2 in Implementation of M-Files second sentence: "You create comments by putting a semicolon (%) in the text file." needs to be changed to "You create comments by putting a percent sign (%)..."
Index entries for Chapter 13 are all off by 10 pages, so tail recursion is found at 13-5 not 13-15.
There is also an obvious layout problem with Fig 24, but it seems legible
Table 10 Page 4-6 is wrong and incomplete. Use Matlab's >> help precedence for the right info
Page 26-14 problem 26-7: "...will need a plus(...) method..."
Page 2-8: The second diagram showing the "new variable icon" is wrong... that icon is the "save" icon. The "new variable icon" is found within the workspace window.
Page 5-3: "The result of a logical operation on two scalar quantities - A >5" Should be:
"The result of a comparison operation on two scalar quantities - A >5"
Page 4-5: In table 8, there should be a semicolon after C = [1 2 3].
Page 11-10 Exercise 11-2. >> A = [1 4 7; 8 9 3] does not match the answer which is A = [1 4 7; 8 5 3]... The 5 should've been a 9. Same thing in fiddle(A)