bio_img_cleve

Posts 321 - 330 of 335

Game of Life, Part 1, The Rule 1

This is part one of a series of posts about John Conway's Game of Life. One deceptively simple rule leads to an incredible variety of patterns, puzzles, and unsolved mathematical problems, and a beautiful use of MATLAB sparse matrices. ... read more >>

MATLAB Debut and the Potted Palm 1

The first MATLAB trade show booth at the CDC in December, 1984, included a potted palm.... read more >>

Can One Hear the Shape of a Drum? Part 3, Transplantation.

This is the third part of a series of posts about Marc Kac's 1966 paper in the American Mathematical Monthly [1]. This part is devoted to the proof that the drums have the same eigenvalues. ... read more >>

Can One Hear the Shape of a Drum? Part 2, Eigenfunctions 1

This is the second part of a series of posts about Marc Kac's 1966 paper in the American Mathematical Monthly [1]. This part is devoted to contour plots of the eigenfunctions. ... read more >>

Can One Hear the Shape of a Drum? Part 1, Eigenvalues 2

The title of this multi-part posting is also the title of a 1966 article by Marc Kac in the American Mathematical Monthly [1]. This first part is about isospectrality. ... read more >>

Pythagorean Addition 1

How do you compute the hypotenuse of a right triangle without squaring the lengths of the sides and without taking any square roots?... read more >>

A Balancing Act for the Matrix Exponential

I have been interested in the computation of the matrix exponential, $e^A$, for a long time. A recent query from a user provides a provocative example.... read more >>

Splines and Pchips 2

MATLAB has two different functions for piecewise cubic interpolation, spline and pchip. Why are there two? How do they compare? ... read more >>

Friday the 13th 4

We all know that Friday the 13th is unlucky, but is it unlikely?... read more >>

Symmetric Pair Decomposition 1

An esoteric fact about matrices is that any real matrix can be written as the product of two symmetric matrices. I've known about this fact for years, but never seriously explored the computational aspects. So I'm using this post to clarify my own understanding of what I'll call the symmetric pair decomposition. It turns out that there are open questions. I don't think we know how to reliably compute the factors. But I also have to admit that, even if we could compute them, I don't know of any practical use.... read more >>

Posts 321 - 330 of 335

These postings are the author's and don't necessarily represent the opinions of MathWorks.