Appendix C. Solutions to Exercises
This appendix provides solutions to selected exercises in Chapters 2 and 3.
Section 2.1.20
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, ... |
Get A Physicist's Guide to Mathematica, 2nd Edition now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.