Skip to main content

Questions tagged [numerical-linear-algebra]

Questions on the various algorithms used in linear algebra computations (matrix computations).

2 votes
1 answer
30 views

numerical integration quadrature rule Radau formula

Consider a numerical integration rule of the form $\int_{0}^{1} f(t)dt \approx af(0)+bf(c)$ a)Find a,b,c such that this quadrature rule has highest order of precision. b)The quadrature rule above has ...
maths and chess's user avatar
0 votes
0 answers
50 views

Power method and numerical analysis

Let $A\in \mathbb{R}^{{n}*{n}}$ be a symmetric matrix with eigenvalues satifying $\lambda_{1}>\lambda_{2}\ge\ldots \ge\lambda_{n-1}>\lambda_{n}$ and corresponding eigenvectors $x_{1},x_{2},\...
maths and chess's user avatar
3 votes
1 answer
55 views

What is the "lifted system of linear equations"?

I am reading this blog post, where it says Here’s another variant of the same idea. Suppose we want to solve the linear system of equation $(D + uv^\top)x = b$ where $D$ is a diagonal matrix. Then we ...
nalzok's user avatar
  • 836
1 vote
0 answers
31 views

Is this generalization of determinant for a higher-order tensor a standard object?

The determinant of an $n$ by $n$ matrix $a$ can be defined as $$ \mathrm{det}(a)= \sum_{\sigma} \mathrm{sgn}(\sigma) a_{1,\sigma(1)} a_{2,\sigma(2)} \dots a_{n,\sigma(n)}$$ where $\sigma$ is a ...
Thomas's user avatar
  • 31
2 votes
0 answers
34 views

need a Jacobian of an orthonormal basis for the column space of a matrix $\mathbf{X}$

I require to find a linear decomposition of any tall matrix $\mathbf{X}$ $\in \mathbb{R}^{M \times N}$, where $M \geq N$, into some uniquely defined decomposition $\mathbf{X}$ $=$ $\mathbf{A}$ $\...
Tychus's user avatar
  • 41
1 vote
0 answers
69 views
+50

Calculation of special subsets in high-dimensional binary matrices

I need to solve a rather specific problem related to binary matrices. The task is to count the number of specific "combinations", where "combination" means the following: this is ...
Disciple's user avatar
  • 337
0 votes
0 answers
19 views

Show integral of element-wise square of matrix exponential + I is invertible

Question: Let $\mathbf{Q}$ be a matrix whose eigenvalues have positive real parts, and let $\mathbf{B}$ be the matrix with entries \begin{equation} B_{ij} = \int_0^\infty ((e^{-Qt})_{ij})^2 dt. \end{...
porcupine1703's user avatar
1 vote
0 answers
51 views

Gerschgorin Circle Theorem and ordering of eigenvalues

Suppose $D\in \mathbb{R}^{n*n}$ is diagonal and $E\in \mathbb{R^{n*n}}$ be any matrix. Use Gerschgorin circle theorem to show that if $||E||_{\infty}<min_{i\neq j}|\frac{d_{ii}-d_{jj}}{2}|$ then ...
maths and chess's user avatar
1 vote
0 answers
34 views

Finding the least squares solution of a linear system based on a QR factorization

One method of finding the least squares solution of the following "augmented system" $$ \left[ \begin{matrix} I & A \\ A^T & O \end{matrix} \right] \left[ \begin{matrix} r \\ x \end{...
Olumide's user avatar
  • 1,261
0 votes
0 answers
27 views

The minimal eigenvalue of a symmetric matrix

Let $A$ be a symmetric matrix, and I want to show that for: $\epsilon>\lambda_{min}(A)$: $$A+\epsilon I>0$$ where $\lambda_{min}(A)$ is the minimum eigenvalue of $A$. My reasoning is as follows: ...
MathematicalPhysicist's user avatar
2 votes
0 answers
61 views

How exactly is Sherman-Morrison-Woodbury formula used in Kalman Filter

I have seen many places mentioned that Sherman-Morrison-Woodbury formula can be used in Kalman Filter to speed up the matrix inverse. Even the linked Wikipedia page mentioned that. I am not exactly ...
CuriousMind's user avatar
  • 1,634
0 votes
0 answers
20 views

Reformulate an algorithm as a sequence of standard matrix operations

Consider the following code snippet ...
lehoj's user avatar
  • 1
0 votes
0 answers
16 views

7-point North-East ILU decomposition

I am using a 7-point difference operator (actually a 5-point difference operator with $b, f = 0$) to discretize the 2D model anisotropic problem. $ L_h $ in stencil notation is given. $ L_h = \begin{...
Sonny Jordan's user avatar
0 votes
2 answers
45 views

Symmetry preserving quadratic forms

Let $A$ and $S$ be conformable matrices with $S$ symmetric. One frequent annoyance is that the product: $$ \tilde{S} = ASA^\intercal $$ has antisymmetric components due to rounding. Is there a simple ...
Alex Nguyen-Le's user avatar
0 votes
1 answer
71 views

Issue in numerical integration of $\frac{1}{4\pi^{3/2}i}\int_Ce^{-\frac{z^3}{12}-tz}z^{-1/2}dz$

I am trying to numerically integrate the integral representation of $\operatorname{Ai}^2(x)$. The representation is $$\operatorname{Ai}^2(t)=\frac{1}{4\pi^{3/2}i}\int_Ce^{-\frac{z^3}{12}-tz}z^{-1/2}dz....
random0620's user avatar
  • 2,971

15 30 50 per page
1
2 3 4 5
240