In linear algebra, a QR decomposition, also known as a QR factorization or QU factorization, is a decomposition of a matrix A into a product A = QR of an orthonormal matrix Q and an upper triangular matrix R. QR decomposition is often used to solve the linear least squares (LLS) problem and is the basis for a particular eigenvalue algorithm, the QR algorithm.
-
Fast Chebyshev Transform
With the help of the FFT, we can compute the forward and backward Chebyshev transform in O(N log(N)) operations.
-
Gauss-Type Quadratures
Gauss-type quadratures are a class of quadrature rules that approximate the integral of a function by a weighted sum of the function values at certain points.
-
Fractional Derivatives and Integrals
Brief introduction to fractional derivatives and integrals.
-
To the Lighthouse
To the Lighthouse is a novel by Virginia Woolf. The novel centres on the Ramsay family and their visits to the Isle of Skye in Scotland between 1910 and 1920.
-
雪国
国境の長いトンネルを抜けると雪国であった。夜の底が白くなった。信号所に汽車が止まった。
-
Моя жизнь
一切都不会过去。 — 契诃夫
-
Iterative Methods for Sparse Linear Systems
Many classic iterative methods are based on subspace projection, i.e., krylov subspace methods for solving sparse linear systems, including the Conjugate Gradient (CG) method, the Generalized Minimal Residual (GMRES) method, the BiConjugate Gradient Stabilized (BiCGSTAB) method, and the Preconditioned Conjugate Gradient (PCG) method.
-
Julia Language
Scientific computing has traditionally required the highest performance, yet domain experts have largely moved to slower dynamic languages for daily work. We believe there are many good reasons to prefer dynamic languages for these applications, and we do not expect their use to diminish … The Julia programming language fills this role: it is a flexible dynamic language, appropriate for scientific and numerical computing, with performance comparable to traditional statically-typed languages. — Julia Documentation
-
The Tau-Method
‘The tau-method is both an algorithm and a philosophy. It was invented by Cornelius Lanczos in the same paper (1938) that gave the world the pseudospectral method.’ - Chebyshev and Fourier Spectral Methods, John P. Boyd