De novo Updated +Created
International Organization for Standardization Updated +Created
Paywall Updated +Created
Personality type Updated +Created
Protein folding problem Updated +Created
Start codon Updated +Created
Theravada Updated +Created
The school that believes only in the Pali Canon, i.e. the best school.
Arecibo message Updated +Created
Descriptive statistics Updated +Created
Deuterium Updated +Created
Applications:
Developmental genetics Updated +Created
How genes form bodies.
Video 1.
Developmental Genetics 1 by Joseph Ross (2020)
Source. Talks about homeobox genes.
Differentiable manifold Updated +Created
TODO find a concrete numerical example of doing calculus on a differentiable manifold and visualizing it. Likely start with a boring circle. That would be sweet...
Hive mind Updated +Created
SMIC Updated +Created
Video 1.
SMIC, Explained by Asianometry (2021)
Source.
Suwu herding sheep Updated +Created
www.ibiblio.org/chinese-music/html/traditional.html contains an amazing orchestral version for di flute TODO identify! When attempting to upload to YouTube, it identifies as "Su Wu Tending the Sheep" and give a name "Chen Tao", but no further information. Chen Tao is presumably this dude: www.barduschinamusic.org/chen-tao-dizi | www.melodyofdragon.org/chentao.html 陈涛
baike.baidu.com/item/苏武牧羊/5532#11_2 mentions that it comes from an erhu concerto composed by Peng Xiuwen
The sadness of the erhu perfectly fits the role and mood of the story! Brilliant!
Video 1.
Suwu herding sheep played by Song Fei (2017)
Source.
Sycamore processor Updated +Created
This is a good read: quantumai.google/hardware/datasheet/weber.pdf May 14, 2021. Their topology is so weird, not just a rectangle, one wonders why! You get different error rates in different qubits, it's mad.
Figure 1.
Google Sycamore Weber quantum computer connectivity graph
. Weber is a specific processor of the Sycamore family. From this we see it clearly that qubits are connected to at most 4 other qubits, and that the full topology is not just a simple rectangle.
Sylvester's law of inertia Updated +Created
The theorem states that the number of 0, 1 and -1 in the metric signature is the same for two symmetric matrices that are congruent matrices.
For example, consider:
The eigenvalues of are and , and the associated eigenvectors are:
symPy code:
A = Matrix([[2, sqrt(2)], [sqrt(2), 3]])
A.eigenvects()
and from the eigendecomposition of a real symmetric matrix we know that:
Now, instead of , we could use , where is an arbitrary diagonal matrix of type:
With this, would reach a new matrix :
Therefore, with this congruence, we are able to multiply the eigenvalues of by any positive number and . Since we are multiplying by two arbitrary positive numbers, we cannot change the signs of the original eigenvalues, and so the metric signature is maintained, but respecting that any value can be reached.
Note that the matrix congruence relation looks a bit like the eigendecomposition of a matrix:
but note that does not have to contain eigenvalues, unlike the eigendecomposition of a matrix. This is because here is not fixed to having eigenvectors in its columns.
But because the matrix is symmetric however, we could always choose to actually diagonalize as mentioned at eigendecomposition of a real symmetric matrix. Therefore, the metric signature can be seen directly from eigenvalues.
Also, because is a diagonal matrix, and thus symmetric, it must be that:
What this does represent, is a general change of basis that maintains the matrix a symmetric matrix.
Symmetric bilinear map Updated +Created
Subcase of symmetric multilinear map:
Requires the two inputs and to be in the same vector space of course.
The most important example is the dot product, which is also a positive definite symmetric bilinear form.

Unlisted articles are being shown, click here to show only listed articles.