Posts 131 - 140 of 306

Friday the 13th and the Datetime Method 3

Today is Friday, the 13th. In many parts of the world, today is regarded as unlucky. But I want to revisit an old question: is today unlikely? What are the chances that the 13th of any month falls on a Friday? Computing the answer makes use of a new MATLAB® feature, the datetime method.... read more >>

The Dragon Curve

Let me tell you about a beautiful, fractal curve, the Dragon Curve. Download my new dragon program from the File Exchange and follow along.... read more >>

Easter, Revisited

Today is Easter Sunday. Why? How is the date of Easter determined?... read more >>

MATLAB® History, Modern MATLAB, part 1

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 >>

Happy Pi Day

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 >>

MATLAB History, PC-MATLAB Version 1.0 10

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 >>

Fun With The Pascal Triangle 3

The Wikipedia article on Pascal's Triangle has hundreds of properties of the triangle and there are dozens of other Web pages devoted to it. Here are a few facts that I find most interesting. ... read more >>

Happy Valentine’s Day

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 >>

The Historic MATLAB Users’ Guide 5

In the 1970s and early 1980s, while I was working on the LINPACK and EISPACK projects that I discussed in two previous posts, I was a Professor of Mathematics and then of Computer Science at the University of New Mexico in Albuquerque. I was teaching courses in Linear Algebra and Numerical Analysis. I wanted my students to have easy access to LINPACK and EISPACK without writing Fortran programs. By "easy access" I meant not going through the remote batch processing and the repeated edit-compile-link-load-execute process that was ordinarily required on the campus central mainframe computer.... read more >>

LINPACK, Linear Equation Package 2

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. This is the third such installment.... read more >>

Posts 131 - 140 of 306

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