bio_img_cleve

Posts 261 - 270 of 332

Floating Point Denormals, Insignificant But Controversial

Denormal floating point numbers and gradual underflow are an underappreciated feature of the IEEE floating point standard. Double precision denormals are so tiny that they are rarely numerically significant, but single precision denormals can be in the range where they affect some otherwise unremarkable computations. Historically, gradual underflow proved to be very controversial during the committee deliberations that developed the standard. ... 続きを読む >>

Floating Point Numbers 5

This is the first part of a two-part series about the single- and double precision floating point numbers that MATLAB uses for almost all of its arithmetic operations. (This post is adapted from section 1.7 of my book Numerical Computing with MATLAB, published by MathWorks and SIAM.) ... 続きを読む >>

Householder Symposium XIX Trip Report

The nineteenth Householder Symposium, Householder XIX, was held June 8-13 at Sol Cress, a conference center near Spa, Belgium. If you have been following either the web or the newletter edition of Cleve's Corner you know that the Gatlinburg/Householder series of conferences have played an important role in both my professional life and the history of MATLAB. I attended what turned out to be the third conference in the series, in Gatlinburg, Tennesse, when I was a graduate student in 1964. I have been to all 17 of the conferences that have been held since 1964. Here is a link to my News and Notes article about the Gatlinburg/Householder conferences.... 続きを読む >>

Ordinary Differential Equations, Stiffness 3

Stiffness is a subtle concept that plays an important role in assessing the effectiveness of numerical methods for ordinary differential equations. (This article is adapted from section 7.9, "Stiffness", in Numerical Computing with MATLAB.) ... 続きを読む >>

Ordinary Differential Equation Solvers ODE23 and ODE45 4

The functions ode23 and ode45 are the principal MATLAB and Simulink tools for solving nonstiff ordinary differential equations.... 続きを読む >>

Ordinary Differential Equation Suite 4

MATLAB and Simulink have a powerful suite of routines for the numerical solution of ordinary differential equations. Today's post offers an introduction. Subsequent posts will examine several of the routines in more detail.... 続きを読む >>

Periodic Solutions to the Lorenz Equations

Changing the value of a parameter in the equations that produce the famous Lorenz chaotic attractor yields nonlinear ordinary differential equations that have periodic solutions. ... 続きを読む >>

Singular Value Analysis of Cryptograms

The Singular Value Decomposition of the digram frequency matrix of a text coded with a simple substitution cypher can reveal information about the vowels and consonants in the text. ... 続きを読む >>

Reverse Singular Value Decomposition 2

Employing a factorization based on the least significant singular values provides a matrix approximation with many surprisingly useful properties. This Reverse Singular Value Decomposition, RSVD, is also referred to as Subordinate Component Analysis, SCA, to distinguish it from Principal Component Analysis. ... 続きを読む >>

Higher Resolution Penny

High resolution measurements of the depth of the mold for the United States one cent coin provide an interesting data set.... 続きを読む >>

Posts 261 - 270 of 332

これらの投稿は著者に属するものであり、必ずしも MathWorks の見解を示すものではありません。