Why learn linear algebra from this book?

1.2. Why learn linear algebra from this book?#

This book focuses on the most fundamental techniques of linear algebra as they are applied in engineering and the sciences, with a special emphasis on applications to data science. Rather than emphasizing hand manipulation and theory, this book focuses on how to use Python libraries to work with vectors and matrices and how to use these techniques for data science and engineering applications. Using the computer to perform linear algebra not only represents how linear algebra is used in practice but also allows us to work with real data sets that are too large for manipulation by hand to be practical. In addition, the use of computer techniques allows us to better visualize data and the effects of linear algebra techniques.

Interactive flashcards and self-assessment quizzes are provided on this website and linked throughout book to help learners master the material and check their understanding.

The interactive materials use spaced repetition to help readers retain knowledge as they progress through the book. Starting with Chapter 2: Vectors and Vector Operations, the interactive chapter reviews also give a random subset of review problems from earlier chapters. Research shows that spaced repetition improves the retention of material.

The chapter summaries also include a list of “take-aways” that help summarize the important points from each chapter.