Posts 61 - 70 of 318

The Computer Graphics Matrix and a Cube

Use a cube instead of the Utah Teapot in my previous post. I was pleasantly suprised by the final screen shot.... read more >>

The Matrix at the Heart of Computer Graphics 7

Matrices like the ones shown in the following screen shots are at the heart of computer graphics. They describe objects moving in three-dimensional space. MATLAB's Handle Graphics uses them. So does MathWork's new RoadRunner editor. And so do all popular video games and CAD packages.... read more >>

Quaternions 3

Quaternions are generalizations of the complex numbers that have found applications in computer graphics and many other fields.... read more >>

Round, With Tie Breakers, A Prototype

In February and March I published three blog posts about an enhancement request for MATLAB concerning tie breakers with the round function, including the ability to round ties to even. Round One, Round Two and Round Three. Since then, a group of us at MathWorks, organized by my colleague (and academic great-great-grand-descendant) Heiko Weichelt, have been considering the request. We had a virtual design review recently. This post describes a prototype incorporating the features that were discussed at that review.... read more >>

Computers That I Have Known

Nick Higham's Numerical Linear Algebra group at the University of Manchester is hosting a conference celebrating Jack Dongarra's 70th birthday July 7 and 8. I am giving a talk, virtually, on July 7. I plan to reminisce about how I did computing in the days before everybody had their own computer in their lap. Here are the slides for the talk, some notes, and some links to this blog for more details.... read more >>

Complexity of Computing the Eigenvalues of a Symmetric Matrix 1

I am giving a five-minute talk today, May 26, at the virtual seminar on Complexity of Matrix Computations. Here are my slides. Two new MATLAB functions, tred and imtql, instrumented to count flops, are available in symeig.m.... read more >>

Computing Eigenvalues of Symmetric Matrices 1

Computing Eigenvalues of Symmetric MatricesSee revision.Get the MATLAB code (requires JavaScript) Published with MATLAB®... read more >>

Bringing Back the Bucky Ball

The Bucky Ball provides an elegant example of a graph, the connectivity of the Buckminster Fuller geodesic dome.We are also demonstrating publishing this blog with the Live Editor. There is a button... read more >>

Solving Commodious Linear Systems 2

This is about linear systems with fewer equations than variables; A*x = b where the m -by- n matrix A has fewer rows that columns, so m < n . I have always called such systems wide or fat, but this is not respectful. So I consulted the Merriam-Webster Thesaurus and found commodious.... read more >>

Easter Sunday and April Fools 4

What do the years 2018, 2029 and 2040 have in common? They are the only years in the 21st century when Easter Sunday occurs on April Fools Day.... read more >>

Posts 61 - 70 of 318

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