Showing posts with label mathematics. Show all posts
Showing posts with label mathematics. Show all posts

Sunday, June 9, 2013

Why MathJax isn't working on Blogger

There are countless pages saying MathJax works under Blogger. But I couldn't get it to work, despite following the instructions carefully. My problem: I was hitting preview. I followed these instructions and then hit Publish, and everything worked great.

Everything breaks eventually. So, below I have the Laplace Equation in Cartesian coordinates so readers will know whether my method still works.

\[ \frac{\partial^2 U}{\partial x^2} + \frac{\partial^2 U}{\partial y^2} + \frac{\partial^2 U}{\partial z^2}= 0 \]

Friday, May 10, 2013

Visualizing why the determinant changes sign on column swap

If a matrix is broken into columns, the determinant of a matrix can be visualized as the volume enclosed by those vectors. Ask A Mathematician/Ask a Physicist had a very nice post explaining this. However, it was not clear to me why the volume changes signs when you interchange the vectors. It seems to me that:

Parallelepiped with one set of labels (image from the Ask A Mathematician article)
Is the same parallelepiped as:
Changing the labels doesn't change the parallelepiped

So, they have the same volume. But they do not have the same determinant. So, something is lacking in my intuition about determinants and volumes.

As a first step to understanding this aspect of determinants, I worked out the proof that swapping two vectors negates the determinant for the specific example of the determinant of a two-dimensional matrix, keeping track of the geometric intuition at each step.

For a two dimensional matrix, the determinant is the signed area of the enclosed parallelogram.