August 2011
Intermediate to advanced
641 pages
14h 48m
English
This appendix provides solutions to selected exercises in Chapters 2 and 3.
1. |
|
3. |
|
5. |
|
7. |
|
9. |
|
11. |
|
13. |
|
15. | A = {{1, 0, –1}, {2, 4, 7}, {5, 3, 0}} B = {{6, 1}, {0, 4}, {–2, 3}} A.B // MatrixForm Clear [A, B] |
17. | mymatrix = {{–2, 1, 3}, {0, –1, 1}, {1, 2, 0}} Inverse [mymatrix] // MatrixForm Clear [mymatrix] |
19. | data = {{0.608, 0.05}, {0.430, 0.10}, {0.304, 0.20}, {0.248, ... |
Read now
Unlock full access