Skip to main content

Book Review - Manga Guide to Linear Algebra

The Manga Guide to Linear AlgebraThe Manga Guide to Linear Algebra by Shin Takahashi
My rating: 4 of 5 stars

Manga Guide to Linear Algebra is a manga comic that teaches linear algebra concept. When I stumbled upon the terms Eigenvalues and Eigenvectors, I found those were greek to me, and I had no intuitive understanding of those terms. I decided to spend 4-hours to read about the basics of linear algebra from this book.

The book starts with the concept of sets, functions, and relations. Then introduces matrices, and then vectors. It gives a gentle introduction to various matrix operations. Gives visual clue on vector representations. Introduces the concept of linear dependence and linear independence in vectors.

Shows the examples of linear transformations which are practical applications of linear algebra and finally goes to introduce eigenvalues and eigenvectors. Finally, for Eigenvalues and Eigenvectors, these are the examples that are shown.

This is a example of 2x2 matrix for illustrating Eigenvectors given in the book.

c_1[3, 1] + c_2[1, 2] [[8 -3]     -> c1[21, 7] + c_2[2, 4]
                       [2  1]]

c_1[3, 1] + c_2[1, 2] -> f[[8 -3]    -> c_1[7 [3, 1]] + c_2[2 [1, 2]]
                           [2  1]]

The image of the expression using the linear transformation, expressed using the same original vectors, but with coefficients, 7 and 2 now. Then gives the example of 3 dimentional vector, and finally explains the the concept of Eigenvalue and Eigenvectors.

In the above example, 7 and 2 are eigenvalues, and (3, 1) and (1, 2) are the eigenvectors associated with those eigen values.


The word eigen seems to have come from german which means proper or characteristic. It seems that we express the original expression with the linear transformation properly using some values and vectors.