{
"date": {
"y": 23,
"m": 2,
"d": 2017
},
"tag": ["others"]
}
- Les Houches Summer School: École de Physique des Houches, Lecture Notes of the Les Houches Summer School
- on-chip MW circulator
- iTex2Img: convert TeX to Img
- Github with Mathjax: A very nice Chrome plugin to display TeX math in github .md file on web page
- guide/MatricesAndLinearAlgebra
- useful guide pages:
- guide/MatrixOperations
- guide/ConstructingMatrices
- guide/RearrangingAndRestructuringLists
- Outer product example:
tmp = Outer[Times, {{1, 0}, {0, 1}}, {{0, 1}, {1, 0}}]
ArrayFlatten[tmp]
- transpose irregular shaped matrix:
PadRight
with some variable- transpose
- replace the variable with
Sequence[]