Introduction to MATLAB & SIMULINK: A Project Approach, Third Edition

Table A.1 of Appendix 1 lists all the arithmetic operations and their execution as matrix operations, each with an example.
Table A.2 again lists the arithmetic operations and their execution as field operations.
ON THE CD The MATLAB demonstration program aritdemo.m in the accompanying software illustrates the different possibilities associated with arithmetic operations. In particular, it provides practical experience with the difference between matrix and field operations and with the matrix concept in MATLAB. It can be started 7 by copying aritdemo to the command window.
Work through the following problems for practice with arithmetic operations.
NOTE Solutions to all problems can be found in Chapter 4.
|
| Problem 8 Start the MATLAB demonstration program aritdemo.m by calling the command aritdemo in the MATLAB command window and work through the program. |
|
|
| Problem 9 Calculate
|
|
|
| Problem 10 Test left division and the vector and interpret the result. |
|
|
| Problem 11 Test right division and the vector and interpret the result. |
|
|
| Problem 12 Calculate the inverse matrix of using right (or left) division. |
|
Answers
|
| Solution to Problem 8 (file: aritdemo.m) Enter the command aritdemo in the MATLAB command window and follow the commands on the screen. |
|
| Solution to... |