
Pi DayHappy Pi Day, 3/14.Here are 10,000 digits of π. Notice the six consecutive 9's in the sixth row, digits 763 through 768. n = 100; % Get pi from Symbolic Toolbox. p =... read more >>
Pi DayHappy Pi Day, 3/14.Here are 10,000 digits of π. Notice the six consecutive 9's in the sixth row, digits 763 through 768. n = 100; % Get pi from Symbolic Toolbox. p =... read more >>
The ACM Special Interest Group on Programming Languages, SIGPLAN, expects to hold the fourth in a series of conferences on the History of Programming Languages in 2020, see HOPL-IV. The first drafts of papers are to be submitted by August, 2018. That long lead time gives me the opportunity to write a detailed history of MATLAB. I plan to write the paper in sections, which I'll post in this blog as they are available.... read more >>
ContentsThanks ezplot('(x^2+y^2-1)^3 = x^2*y^3', ... [-1.5,1.5,-1.2,1.5]) colormap([.5 .2 .2]) ThanksEdward Scheinerman, The Mathematics Lover's Companion, Yale University Press,... read more >>
A Logo ZoetropeA quick post to point my readers to Ned Gulley's post in MATLAB Community, A Galloping Logo Zoetrope. Don't know what a Zoetrope is? Ned explains.Get the MATLAB code (requires... read more >>
A binary tree is an elegant way to represent and process Morse code. The new MATLAB graph object provides an elegant way to manipulate binary trees. A new app, morse_tree, based on this approach, is now available in version 2.40 of Cleve's Laboratory.... read more >>
The Lake Arrowhead Coauthor Graph came out of the Householder XII conference in 1993 at the UCLA conference center in the mountains north of San Bernardino. John Gilbert now remembers it as one of the first computational social network analyses he had ever seen. Today I revisit it using the new MATLAB graph object.... read more >>
The adjacency matrix of a hypercube demonstrates the new MATLAB graph object.... read more >>
MIT's Professor Daniel Frey recently introduced me to an ancient mechanical puzzle known as "Chinese Rings", "Patience", or "Baguenaudier." I have modified Daniel's simulator to produce a new app. The state space of the puzzle forms a hypercube.... read more >>
I don't recall where I found this seasonal fractal. And I can't explain how it works. So please submit a comment if you can shed any light on either of these questions.... read more >>
When I was in high school in the 1950's, I didn't know anything about matrices. But I nearly encountered one when I wrote a paper for my physics class about the color scheme that allowed new color TV broadcasts to be compatible with existing black-and-white TV receivers.... read more >>