- How did the "Play/Pause" button become univerally understood?
- Typewriters choose the winning "letter symbols"
- Symbols evolve.
- Are we losing some types/modes of literacy? Is that such a bad thing?
- @ - commerce symbol "each at", then location, then identity
- # - means a group on twitter "context, topic"
- Mouse pointer ~1984
- Future directions in the evolution of tech languages?
- Splintered groups of tech languages
- Emotional bandwidth
- Gatekeepers of knowledge, screening out less knowledgeable people
is used to measure distances based on a given coordinate system. In terms of the Jacobian, the metric tensor can be found from
where
is the transpose of the Jacobian. Since
is a symmetric matrix for any matrix
, the metric tensor is always symmetric. (In fancy-pants math lingo this is called a symmetric bilinear form.) What is the real-life consequences of this? The distance from
to
is always the same as the distance from
to
, no matter what kind of crazy coordinate system you are living in!
If we want to calculate the length of a parameterized curve
where
is a parameter with respect to some coordinate system, then we can write an infintesmal displacement element as
. The length of this displacement is
and the length of the curve from
to
is
.
So we need the metric tensor to define distance along a curve when we are in non-cartesian coordinate systems, such as spherical or toroidal. From the metric tensor one can then start to study the "curvature" of a coordinate system. More soon!
where the
's are a new coordinate system defined in terms of the original coordinate system, the
's. (Note that we are using subscripts,
denotes the second element of the
vector.) The determinant of this matrix
is important because this represents the constant of proportionality between volumes in the old coordinates and in the new coordinates. As a simple example polar coordinates is the transformation
. When we want to perform an integration in cartesian coordinates by transforming into polar coordinates, we write
, the factor of
is precisely the Jacobian. So in general, to convert an integral in the
coordinate system to the
coordinate system we have
where
and
.
In differential equation theory, the Jacobian matrix plays a key role in defining the stability of solutions. As a simple example, consider the matrix ordinary differential equation
where
. Because this is a linear system, the solution will always be a linear combination of exponentials
where
are the eigenvectors and
are the eigenvalues, and
is time, which is positive. Since
, we must have
for the solution to decay to a steady state. If this is violated for any
then that exponential "blows up" as
, since it is an exponential with an ever-increasing postive argument. Note that if the eigenvalues are complex then the imaginary part of the eigenvalue is related to the oscillatory part of the solution.
A
would be called an unstable eigenvalue of the system and also forms part of the vector space called the unstable manifold. Instability is defined as the tendency for a system to shoot away from a certain state when it is slightly disturbed (perturbed) from that state. Stability is the feature of a system to come back to a certain state if it is slightly perturbed from that state.
Stability has important consequences for applications, because it can determine if your chemical/combustion reaction will go out of control, of if the species in your mathematical model go extinct, etc, depending on what the differential equations describe. Whatever your equations describe, knowing if the solutions are stable is pretty important and usually the first step of an analysis. If you have stable solutions, then you can reasonably trust numerics but if you are trying to numerically simulate an unstable solution of an equation, you must be much more careful. In these situations you want to use specialized integration algorithms that preserve certain properties of your solutions, like if it is symplectic. More about this later!
. This required some heavy hacking on the MTLaTeX plugin, mostly in telling LaTeX where to find style files and fonts. I fixed some glaring security bugs waiting to happen and improved error reporting. Once I started looking at the source, it was pretty apparent that it was translated from PHP *wince*. I started an overhaul, but it definitely needs a rewrite from the ground up. It would be nice to have config parameters viewable and changeable within MT. Thankfully MT has some pretty good documentation.
, it's important. git clone http://leto.net/code/factor.git

