/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

stephenmalina.com
| | hadrienj.github.io
1.8 parsecs away

Travel
| | In this post, we will see special kinds of matrix and vectors the diagonal and symmetric matrices, the unit vector and the concept of orthogonality.
| | mattbaker.blog
2.3 parsecs away

Travel
| | Test your intuition: is the following true or false? Assertion 1: If $latex A$ is a square matrix over a commutative ring $latex R$, the rows of $latex A$ are linearly independent over $latex R$ if and only if the columns of $latex A$ are linearly independent over $latex R$. (All rings in this post...
| | leanprover-community.github.io
2.1 parsecs away

Travel
| | [AI summary] A technical documentation entry for the Lean mathematical library detailing definitions and operations for semimodules, modules, matrices, linear maps, and bilinear forms
| | www.jeremykun.com
25.9 parsecs away

Travel
| The singular value decomposition (SVD) of a matrix is a fundamental tool in computer science, data analysis, and statistics. It's used for all kinds of applications from regression to prediction, to finding approximate solutions to optimization problems. In this series of two posts we'll motivate, define, compute, and use the singular value decomposition to analyze some data. (Jump to the second post) I want to spend the first post entirely on motivation and background.