Skip to content

Commit 9348161

Browse files
committed
fix broken link in index.md
1 parent dae0014 commit 9348161

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Besides the package documentation, you will also find in the left navigation tab
1010

1111
The Basics documentation section covers the algebraic foundations of linear algebra, including vectors, matrices, linear transformations, and systems of equations. The source of the documents in this section is the book [_Foundations of Mathematics: A Preparatory Course_](https://link.springer.com/book/10.1007/978-3-662-67809-1). by Guido Walz, Frank Zeilfelder and Thomas Rießinger. The earlier contents of this book cover basic mathematical concepts, and documentation and code for those topics can be found in the [Math_Foundations](https://study.fourm.info/math_foundations/dev/sites/) package.
1212

13-
The Geometry section focuses on geometric interpretations and visualizations of linear algebra concepts, with Julia code examples. These examples are also found in the Julia code files documented below. There are several books that serve as source material for this section. I started with [_Linear Algebra and Geometry_](https://bookstore.ams.org/text-46/) but found it a bit too elementary. I then moved on to [Linear Algebra Through Geometry](https://link.springer.com/book/10.1007/978-1-4612-4390-8) a book I had completely worked through in the past. Unfortunately I found it often too complicated and confusing. I finally settled on [_Practical Linear Algebra: A Geometry Toolbox_](https://www.crcpress.com/Practical-Linear-Algebra-A-Geometry-Toolbox-4th-Edition/Farin-Hansford/p/book/9780367563567) which met my Goldilocks test.
13+
The Geometry section focuses on geometric interpretations and visualizations of linear algebra concepts, with Julia code examples. These examples are also found in the Julia code files documented below. There are several books that serve as source material for this section. I started with [_Linear Algebra and Geometry_](https://bookstore.ams.org/text-46/) but found it a bit too elementary. I then moved on to [Linear Algebra Through Geometry](https://link.springer.com/book/10.1007/978-1-4612-4390-8) a book I had completely worked through in the past. Unfortunately I found it often too complicated and confusing. I finally settled on [_Practical Linear Algebra: A Geometry Toolbox_](https://www.farinhansford.com/books/pla/) which met my Goldilocks test.
1414

1515
The Geometry section is still a work in progress. I have not yet covered all topics from the Geometry Toolbox book, particularly 3D geometry and more advanced material. I plan to add these in the future. As I study more advanced Linear Algebra texts, I plan to add additional sections and code to this package.
1616

0 commit comments

Comments
 (0)