Skip to content

Commit 5ab88ed

Browse files
committed
Rename vignettes to put them in order
1 parent 3dc3aba commit 5ab88ed

File tree

183 files changed

+31188
-932
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

183 files changed

+31188
-932
lines changed

NEWS.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# matlib 1.0.1
2+
3+
- Rename vignettes to put them in order
4+
15
# matlib 1.0.0
26

37
- added `latexMatrix()` to create a symbolic matrix

README.md

Lines changed: 15 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
**Matrix Functions for Teaching and Learning Linear Algebra and Multivariate Statistics**, http://friendly.github.io/matlib/
1515

16-
Version 1.0.0
16+
Version 1.0.1
1717

1818
These functions were originally designed for tutorial purposes in teaching & learning matrix algebra
1919
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()`.
130130

131131
A small collection of vignettes is now available. Use `browseVignettes("matlib")` to explore them.
132132

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 |
143146
| [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 |
146147

147148

148149
See also:
149150

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).
151152
June 2016, useR! Conference, Stanford.
152153

153154
<!-- (https://socialsciences.mcmaster.ca/jfox/Papers/matlib-useR2016.pdf), -->

docs/404.html

Lines changed: 11 additions & 11 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)