|
13 | 13 |
|
14 | 14 | **Matrix Functions for Teaching and Learning Linear Algebra and Multivariate Statistics**, http://friendly.github.io/matlib/
|
15 | 15 |
|
16 |
| -Version 1.0.0 |
| 16 | +Version 1.0.1 |
17 | 17 |
|
18 | 18 | These functions were originally designed for tutorial purposes in teaching & learning matrix algebra
|
19 | 19 | ideas using R. In some cases, functions are provided for concepts or computations available
|
@@ -130,24 +130,25 @@ and a `fractions=TRUE` argument to show results using `MASS::fractions()`.
|
130 | 130 |
|
131 | 131 | A small collection of vignettes is now available. Use `browseVignettes("matlib")` to explore them.
|
132 | 132 |
|
133 |
| -| Vignette | Title | |
134 |
| -|-------------------------------------------------------------------------------------|----------------------------------------------- | |
135 |
| -| [det-ex1](http://friendly.github.io/matlib/articles/det-ex1.html) | Properties of determinants | |
136 |
| -| [det-ex2](http://friendly.github.io/matlib/articles/det-ex2.html) | Evaluation of determinants | |
137 |
| -| [inv-ex1](http://friendly.github.io/matlib/articles/inv-ex1.html) | Inverse of a matrix | |
138 |
| -| [inv-ex2](http://friendly.github.io/matlib/articles/inv-ex2.html) | Matrix inversion by elementary row operations | |
139 |
| -| [ginv](http://friendly.github.io/matlib/articles/ginv.html) | Generalized inverse | |
140 |
| -| [eigen-ex1](http://friendly.github.io/matlib/articles/eigen-ex1.html) | Eigenvalues and Eigenvectors: Properties | |
141 |
| -| [eigen-ex2](http://friendly.github.io/matlib/articles/eigen-ex2.html) | Eigenvalues: Spectral Decomposition | |
142 |
| -| [linear-equations](http://friendly.github.io/matlib/articles/linear-equations.html) | Solving Linear Equations | |
| 133 | +| Vignette | Title | |
| 134 | +|-------------------------------------------------------------------------------------------|----------------------------------------------- | |
| 135 | +| [a1-det-ex1](http://friendly.github.io/matlib/articles/a1-det-ex1.html) | Properties of determinants | |
| 136 | +| [a2-det-ex2](http://friendly.github.io/matlib/articles/a2-det-ex2.html) | Evaluation of determinants | |
| 137 | +| [a3-inv-ex1](http://friendly.github.io/matlib/articles/a3-inv-ex1.html) | Inverse of a matrix | |
| 138 | +| [a4-inv-ex2](http://friendly.github.io/matlib/articles/a4-inv-ex2.html) | Matrix inversion by elementary row operations | |
| 139 | +| [a5-ginv](http://friendly.github.io/matlib/articles/a5-ginv.html) | Generalized inverse | |
| 140 | +| [a6-inv-3d](http://friendly.github.io/matlib/articles/a6-inv-3d.html) | Linear transformations and matrix inverse in 3D | |
| 141 | +| [a7-eigen-ex1](http://friendly.github.io/matlib/articles/a7-eigen-ex1.html) | Eigenvalues and Eigenvectors: Properties | |
| 142 | +| [a8-eigen-ex2](http://friendly.github.io/matlib/articles/a8-eigen-ex2.html) | Eigenvalues: Spectral Decomposition | |
| 143 | +| [a9-linear-equations](http://friendly.github.io/matlib/articles/a9-linear-equations.html) | Solving Linear Equations | |
| 144 | +| [aA-gramreg](http://friendly.github.io/matlib/articles/aA-gramreg.html) | Gram-Schmidt Orthogonalization and Regression | |
| 145 | +| [aB-data-beta](http://friendly.github.io/matlib/articles/aB-data-beta.html) | Vector Spaces of Least Squares and Linear Equations | |
143 | 146 | | [latex-equations](http://friendly.github.io/matlib/articles/latex-equations.html) | LaTeX Equations with latexMatrix, Eqn and matrix2latex|
|
144 |
| -| [gramreg](http://friendly.github.io/matlib/articles/gramreg.html) | Gram-Schmidt Orthogonalization and Regression | |
145 |
| -| [data-beta](http://friendly.github.io/matlib/articles/data-beta.html) | Vector Spaces of Least Squares and Linear Equations | |
146 | 147 |
|
147 | 148 |
|
148 | 149 | See also:
|
149 | 150 |
|
150 |
| -* Fox & Friendly, _Visualizing Simultaneous Linear Equations, Geometric Vectors, and Least-Squares Regression with the matlib Package for R_. |
| 151 | +* Fox & Friendly, [_Visualizing Simultaneous Linear Equations, Geometric Vectors, and Least-Squares Regression with the matlib Package for R_](https://facsocsci.mcmaster.ca/jfox/Papers/matlib-useR2016.pdf). |
151 | 152 | June 2016, useR! Conference, Stanford.
|
152 | 153 |
|
153 | 154 | <!-- (https://socialsciences.mcmaster.ca/jfox/Papers/matlib-useR2016.pdf), -->
|
|
0 commit comments