Skip to main content

Questions tagged [condition-number]

The condition number of a matrix is the ratio of the largest to the smallest singular value in the singular value decomposition of a matrix.

0 votes
0 answers
24 views

Problem: Let $A \in \mathbb{R}^{m \times n}$ be a nonsingular matrix. Consider the system $Ax = b$. If $b$ is perturbed by $\delta b$, suppose that the solution of the original system is perturbed by $...
Miranda's user avatar
  • 1,191
0 votes
2 answers
60 views

Let $A = \begin{bmatrix} 1.0000 & 2.0000\\ 1.0001 & 2.0000 \end{bmatrix}$. Suppose we wish to find $Ax = b$, where $b = (3.0000,3.0001)^T$. Instead of $x$, we obtain $x' = ...
Miranda's user avatar
  • 1,191
2 votes
1 answer
158 views

I was reading some course and they said that given an eigenvalue $\lambda$, for a matrix A, we can consider an eigenvalue $\lambda'$ for the perturbed matrix $A+\delta A$ such that it's the nearest ...
Frankie123's user avatar
0 votes
1 answer
39 views

I am given a question that we consider two lines in $\mathbb{R}^2$ given by the equations $y=0$ and $ax+y=b$, with $a,b, \in \mathbb{R}$. We are to compute the intersection point $S$ of the two lines ...
rmxzkf's user avatar
  • 1
1 vote
0 answers
31 views

The question Consider a linear system of size $10 \times 10$ in the form $\mathbf{D}(\alpha) \underline{R}(\alpha) = \underline{L}(\alpha)$, with $\alpha \in [0,A]$ and $A$ being a large real number. ...
DesperateGrad's user avatar
0 votes
0 answers
65 views

Context I am trying to investigate the (inversion) condition number of a Hermitian positive definite matrix when it is diagonally loaded, given by $$ \mathbf{M} = \mathbf{S} + \Delta \mathbf{S} \tag{1}...
user avatar
1 vote
0 answers
105 views

If anything, it will most likely decrease. Let $A$ be a matrix with $m$ rows and $n$ columns ($m\le n$) and $\sigma_m(A)>0$. Let $A'$ be the same matrix with one row removed. Their condition ...
BaR5uk's user avatar
  • 97
2 votes
0 answers
77 views

I am struggling with the following problem about singular values from Golub & van Loan's Matrix Computations (4th edition): Problem 5.3.10. Let $A \in \mathbb{R}^{m \times n}$ have rank $n$, and ...
kouw's user avatar
  • 21
0 votes
0 answers
79 views

Let $J = Q^{-1} A Q$ be the Jordan form of $A$, where $Q$ is a similarity transform matrix. Then, how to minimize the condition number $\kappa(Q) = \|Q^{-1}\| \|Q\|$? Is it a convex optimization ...
Ryan's user avatar
  • 705
1 vote
1 answer
71 views

Suppose I have two matrices, $A, B \in \mathbb R^{n \times n}$, both of which are invertible. Suppose that $A$ and $B$ are $\varepsilon$-close in the spectral norm, i.e. $||A - B||_2 < \varepsilon$....
starfish's user avatar
2 votes
1 answer
151 views

Let $\gamma \in \mathbb N \setminus \{0\}$. I want to find the set of all continuously differentiable functions $f:\mathbb R \to \mathbb R$ such that $f$'s local relative condition number, $\kappa(x)$ ...
A_alk's user avatar
  • 133
1 vote
0 answers
57 views

What is the condition number for an eigenvalue of a generalized Hermitian Eigenvalue problem? So consider the given Generalized Eigenvalue problem \begin{equation} HX=SX\Lambda \end{equation} where $H ...
NIHAR SHAH's user avatar
1 vote
1 answer
78 views

Let $A$ be a symmetric positive definite matrix with an $LDL^T$ decomposition: $$A = L D L^T,$$ where $L$ is a unit lower triangular matrix, $D$ is a diagonal matrix. I would like to prove that the ...
afterrmath's user avatar
-1 votes
1 answer
93 views

Question: I am trying to prove that the condition number of a function $ f(x) = Ax $, where A $\in R^{m\times n}$ and $x \in R^{n\times 1}$ , is given by: $$ \text{cond}(f) = \|A^{-1}\|\|A\| $$ The ...
math1416's user avatar
2 votes
0 answers
87 views

Let $A$ and $B$ be $n \times n$ matrices with $n$ distinct eigenvalues $\lambda_1, \ldots, \lambda_n$ and $\mu_1, \ldots, \mu_n$, respectively. Is it possible to estimate the difference $|\lambda_i - \...
Celestina's user avatar
  • 1,371

15 30 50 per page
1
2 3 4 5
21