how to Prove the backward stability of the inner product ? http://books.google.com/books?id=-tW8-FUoxWwC&pg=PA55&lpg=PA55&dq=inner+product+backward+stability&source=bl&ots=9VY-kLlRC3&sig=dRdmkf9QJuam22uf2wtY30dL7-o&hl=en&sa=X&ei=eu84U4alHoHIsATfpIIw&ved=0CDEQ6AEwATgK#v=onepage&q=inner%20product%20backward%20stability&f=false
2026-03-29 15:51:48.1774799508
Numerical Linear Agebra
115 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
1
There are 1 best solutions below
Related Questions in NUMERICAL-LINEAR-ALGEBRA
- sources about SVD complexity
- Showing that the Jacobi method doesn't converge with $A=\begin{bmatrix}2 & \pm2\sqrt2 & 0 \\ \pm2\sqrt2&8&\pm2\sqrt2 \\ 0&\pm2\sqrt2&2 \end{bmatrix}$
- Finding $Ax=b$ iteratively using residuum vectors
- Pack two fractional values into a single integer while preserving a total order
- Use Gershgorin's theorem to show that a matrix is nonsingular
- Rate of convergence of Newton's method near a double root.
- Linear Algebra - Linear Combinations Question
- Proof of an error estimation/inequality for a linear $Ax=b$.
- How to find a set of $2k-1$ vectors such that each element of set is an element of $\mathcal{R}$ and any $k$ elements of set are linearly independent?
- Understanding iterative methods for solving $Ax=b$ and why they are iterative
Trending Questions
- Induction on the number of equations
- How to convince a math teacher of this simple and obvious fact?
- Find $E[XY|Y+Z=1 ]$
- Refuting the Anti-Cantor Cranks
- What are imaginary numbers?
- Determine the adjoint of $\tilde Q(x)$ for $\tilde Q(x)u:=(Qu)(x)$ where $Q:U→L^2(Ω,ℝ^d$ is a Hilbert-Schmidt operator and $U$ is a Hilbert space
- Why does this innovative method of subtraction from a third grader always work?
- How do we know that the number $1$ is not equal to the number $-1$?
- What are the Implications of having VΩ as a model for a theory?
- Defining a Galois Field based on primitive element versus polynomial?
- Can't find the relationship between two columns of numbers. Please Help
- Is computer science a branch of mathematics?
- Is there a bijection of $\mathbb{R}^n$ with itself such that the forward map is connected but the inverse is not?
- Identification of a quadrilateral as a trapezoid, rectangle, or square
- Generator of inertia group in function field extension
Popular # Hahtags
second-order-logic
numerical-methods
puzzle
logic
probability
number-theory
winding-number
real-analysis
integration
calculus
complex-analysis
sequences-and-series
proof-writing
set-theory
functions
homotopy-theory
elementary-number-theory
ordinary-differential-equations
circles
derivatives
game-theory
definite-integrals
elementary-set-theory
limits
multivariable-calculus
geometry
algebraic-number-theory
proof-verification
partial-derivative
algebra-precalculus
Popular Questions
- What is the integral of 1/x?
- How many squares actually ARE in this picture? Is this a trick question with no right answer?
- Is a matrix multiplied with its transpose something special?
- What is the difference between independent and mutually exclusive events?
- Visually stunning math concepts which are easy to explain
- taylor series of $\ln(1+x)$?
- How to tell if a set of vectors spans a space?
- Calculus question taking derivative to find horizontal tangent line
- How to determine if a function is one-to-one?
- Determine if vectors are linearly independent
- What does it mean to have a determinant equal to zero?
- Is this Batman equation for real?
- How to find perpendicular vector to another vector?
- How to find mean and median from histogram
- How many sides does a circle have?
I have given a try, kindly check.
Consider $x,y \in \mathbb{R^{n}}$ with components, $x=(x_1,x_2,x_3,...,x_n)$ and $y=(y_1,y_2,y_3,...,y_n)$. Suppose $P$ represent the floating point calculation then,
Let $P_1 = P(x_1y_1)$ and recursively define $P_n , n \ge 2$ represent the floating point calculation of $P(P_{n-1} + P(x_ny_n))$. Then analyze the given digression,
$P_1= x_1y_1(1+\delta_1)$ where $\delta_1$ is "small". $P_2= P(P_1+ x_2y_2(1+\delta_2)= (x_1y_1(1+\delta_1)+x_2y_2(1+\delta_2))(1+ \beta_2) $ where perturbation $ \beta_2, \delta_2$ are "small".
Compute the $n-1$ terms and substitution in $P_n$ with rearrangements to get,
$P_n= \sum_{i=1}^{n} x_iy_i(1+\gamma_i) $ where, $1+\gamma_i=(1+\delta_i)(1+\beta_i)(1+\beta_{i+1})...(1+\beta_n)$ with $\beta_1=0$ further which $1+\gamma_i$ can be shown to be small as terms like $\beta_j\beta_m$ are small.