/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

yetanothermathprogrammingconsultant.blogspot.com
| | nhigham.com
2.5 parsecs away

Travel
| | The pseudoinverse is an extension of the concept of the inverse of a nonsingular square matrix to singular matrices and rectangular matrices. It is one of many generalized inverses, but the one most useful in practice as it has a number of special properties. The pseudoinverse of a matrix $latex A\in\mathbb{C}^{m\times n}$ is an $latex...
| | hadrienj.github.io
2.2 parsecs away

Travel
| | This post will introduce you to special kind of matrices: the identity matrix and the inverse matrix. We will use Python/Numpy as a tool to get a better intu...
| | bldavies.com
3.2 parsecs away

Travel
| | Let \(A\) be the \(n\times n\) matrix with \({ij}^\text{th}\) entry \(A_{ij}=\min\{i,j\}\). From a previous post, we know \(A\) has a tridiagonal inverse \(A^{-1}\) with \({ij}^\text{th}\) entry1 $$\left[A^{-1}\right]_{ij}=\begin{cases} 2 & \text{if}\ i=j
| | swethatanamala.github.io
23.2 parsecs away

Travel
| The authors developed a straightforward application of the Long Short-Term Memory (LSTM) architecture which can solve English to French translation.