What is Condition: Definition and 636 Discussions

In the field of numerical analysis, the condition number of a function measures how much the output value of the function can change for a small change in the input argument. This is used to measure how sensitive a function is to changes or errors in the input, and how much error in the output results from an error in the input. Very frequently, one is solving the inverse problem: given



f
(
x
)
=
y
,


{\displaystyle f(x)=y,}
one is solving for x, and thus the condition number of the (local) inverse must be used. In linear regression the condition number of the moment matrix can be used as a diagnostic for multicollinearity.The condition number is an application of the derivative, and is formally defined as the value of the asymptotic worst-case relative change in output for a relative change in input. The "function" is the solution of a problem and the "arguments" are the data in the problem. The condition number is frequently applied to questions in linear algebra, in which case the derivative is straightforward but the error could be in many different directions, and is thus computed from the geometry of the matrix. More generally, condition numbers can be defined for non-linear functions in several variables.
A problem with a low condition number is said to be well-conditioned, while a problem with a high condition number is said to be ill-conditioned. In non-mathematical terms, an ill-conditioned problem is one where, for a small change in the inputs (the independent variables) there is a large change in the answer or dependent variable. This means that the correct solution/answer to the equation becomes hard to find. The condition number is a property of the problem. Paired with the problem are any number of algorithms that can be used to solve the problem, that is, to calculate the solution. Some algorithms have a property called backward stability. In general, a backward stable algorithm can be expected to accurately solve well-conditioned problems. Numerical analysis textbooks give formulas for the condition numbers of problems and identify known backward stable algorithms.
As a rule of thumb, if the condition number



κ
(
A
)
=

10

k




{\displaystyle \kappa (A)=10^{k}}
, then you may lose up to



k


{\displaystyle k}
digits of accuracy on top of what would be lost to the numerical method due to loss of precision from arithmetic methods. However, the condition number does not give the exact value of the maximum inaccuracy that may occur in the algorithm. It generally just bounds it with an estimate (whose computed value depends on the choice of the norm to measure the inaccuracy).

View More On Wikipedia.org
  1. A

    Slip condition between two parts joined together by shrink-fitting?

    Consider a bearing joint together with a long pipe (with radius a) by using shrink-fitting. The grip between the pipe and the inner ring of the bearing give rise to the surface pressure p at the interface. If a moment M now is applied to the pipe, what will the slip condition between the two...
  2. X

    How to construct nonlinear ODE systems with given condition?

    I have a general question about how to construct nonlinear ODE systems with given condition such as # of critical points with certain characteristics of the phase portrait of each critical point. I have no problem solving any type of nonlinear ODE system. But to do the reverse order, I have...
  3. S

    Can a Single Force Maintain Equilibrium?

    Can a body be in equilibrium if only one force acts on it? I think it can't, if the force is non-zero. Thoughts?
  4. B

    Integrability & Differentiability of a Function: Implications for Derivatives

    A function f is both integrable and infinitely differentiable, i.e. f\in L_1(\mathbb{R}) \cap C^{\infty}(\mathbb{R}). Is it correct to say that this implies that the derivatives of f are also in L_1(\mathbb{R})? My reasoning: we have I<\infty, where I=\int_{-\infty}^{\infty} f(x) dx = [x...
  5. S

    Superposition on continuty condition

    I'm confused about the superposition when the B.C(boundary condition) is continuity condition between two domain. The laplace equation(or possion) expressed as (in circular annulus), ∂2A/∂r2 + 1/r ∂A/∂r + 1/r2 ∂2A/∂θ2 = f(r,θ) Assume that there are two domains where the boundary of...
  6. E

    Rolling motion of sphere (weird initial condition?)

    Homework Statement A spherical billiard ball radius a and mass M is sitting on a flat surface. The coefficient of friction between the ball and table is u. The moment of inertia for the billiard ball is 2Ma^2/5. The ball is given a sharp horizontal hit at the centre and it starts moving with...
  7. F

    Bragg condition reflection vs. diffraction

    I've been asking myself this question that is not entirely clear to me: the Bragg condition used to describe the constructive interference of waves on a crystal is based on the assumption of reflection. However, x-rays diffract on a crystal rather than reflect, so theoretically there is always...
  8. R

    Third-order nonlinear ODE with boundary condition

    I'm trying to solve a third-order nonlinear ordinary differential equation. I couldn't get the answer even using Mathematica. The equation is: u'''(t) + u/2 u''(t) = 0 with conditions u(0)=0, u'(0)=0, u(10)=1. I need to get both analytic solution and numerical solution. For the...
  9. Dembadon

    Linear Algebra I: Orthogonal Matrix Condition

    I would like to check my reasoning for this problem to make sure I understand what an orthogonal matrix is. Homework Statement Determine if the matrix is orthogonal. If orthogonal, find the inverse. \begin{pmatrix} -1 & 2 & 2\\ 2 & -1 & 2\\ 2 & 2 & -1 \end{pmatrix} Homework...
  10. M

    First condition of equilibrium problem help

    Anyone know how to solve this one? Homework Statement Determine weights w1 and w2 that cause the tension T in the horizontal cable to be 100 N. Here's the diagram: http://tinypic.com/m/f56cyb/2Homework Equations All I know is the component method but. . .I'm not sure how to apply it here...
  11. P

    Finite Element and CFL condition for the heat equation

    I am solving the heat equation in a non comercial C++ finite elements code with explicit euler stepping, and adaptive meshes (coarse in the boundaries and finer in the center). I am aware the CFL condition for the heat equation depends on dt/h**2 for the 1D, 2D, 3D case. When I solve the...
  12. J

    Angular acceleration of solid sphere on frictionless yoke unde no slip roll condition

    Homework Statement m=6kg r=0.18m Fapp=33N I'm struggling to understand how to answer this question and correlate the linear force applied to rotation without being given the coefficient of friction causing the rotational motion. The question states that a solid sphere of 6kg is...
  13. B

    Should I Scale My Boundary Condition Values for Problem Where I Scaled Interior?

    Hello all: I would very much appreciate advice on setting up a problem. Apologies in advance... This is probably a silly question--I'm more of a chemist than an engineer/math person! I have written a code for calculating changes in concentration/mass within a domain over time, as new...
  14. M

    Cauchy problem/characteristics method with initial condition on ellipse

    Homework Statement Consider the PDE xu_x + y u_y = 4 u, -\infty < x < \infty, -\infty < y < \infty. Find an explicit solution that satisfies u = 1 on the ellipse 4x^2 + y^2 = 1. Homework Equations The Attempt at a Solution The characteristic curves are x(t,s) = f_1(s) e^t...
  15. C

    Condition of rotational equilibrium in circular motion

    Homework Statement Consider a cyclist turning around a circular track with radius r and speed v as shown in attached fig. Let W be the weight of the system (cyclist + bicycle) (W = mg) N = normal force by ground on the system f = static friction by ground on the system θ = angle of...
  16. L

    Is There a Solution to the Boundary Condition Problem for y-2y'+2y=0?

    I'm asked to determine if for the solution y=c_{1}e^{x}cos(x)+c_{2}e^{x}sin(x) for: y"-2y'+2y=0 whether a member of the family can be found that satisfies the boundary conditions: y(0)=1, y'(\pi)=0 Not quite sure what to do here. The examples in my book give boundary conditions for the same...
  17. G

    Is it possible to observe cerenkov radiation in lab condition?

    Either through gamma decay into electron-positron pairs or straight old beta emission?
  18. U

    What do you call a more general boundary condition?

    Is there a term to describe something like a boundary condition but which can be applied within the domain, not just on the boundaries? For example in a heat transfer problem you might specify a constant rate of heat generation in some region. Is that still called a boundary condition...
  19. M

    Condition of Chaos: Ljapunov Exponent & Strange Attractor

    Usually positive Ljapunov exponent is said to be a condition for chaos, and the strange atractor is so. Are there any theorem which shows that the two condition is equivalent? They are necessary and sufficent conditions?
  20. A

    Nessary and sufficient condition for homomorphism to be isomorphism.

    The necessary and sufficient condition for homomorphisim f of a group G into a group G' with kernel K to be isomorphism of G into G' is that k={e} ... THOUGH I AM ABLE TO PROVE THAT f IS ONE-ONE AND f IS HOMOMORPHISM (in converse part) BUT CAN'T GET ANY IDEA TO PROVE THAT f IS ONTO. PLEASE...
  21. T

    What are the conditions for the Initial Condition Problem Theorem to hold true?

    theorem states that for y'' + p(x)y' + q(x)y = r(x); if y1 & y2 are random numbers such that y(m) = y1 and y'(m) = y2 then we can find a unique solution y for above differential equation... in y'' - y'/x = 0; both y = x^2 and y = 0 and y = k x^2 satisfy above with .. y(0) = 0; and...
  22. M

    First order ODE with condition

    The question is x^2dy/dx + y^2=0 , y(1)=3 I re-arrange the equation to get -1/y^2dy=1/x^2dx Seperated them, then I integrate both sides to get 1/y=-1/x + c Now I don't get how they got the answer y=3x/(4x-3), as when I try use the condition I get a different answer, could anyone help? I...
  23. H

    Condition number of a matrix is 1 but determinant is almost 0

    Hello, I want to calculate the conditioning of a matrix, therefore I use the cond() commando in Matlab. A problem with a low condition number is said to be well-conditioned, while a problem with a high condition number is said to be ill-conditioned. If I calculate the condition number of...
  24. S

    Flux boundary condition on a face of a cube

    Lets us say I have a cube and I apply to a face of the cube a heat flux of 100 watt/m^2. Lets us say i divide the face of the cube into say 10 elements (area of each face of the element is 1 m^2). What will be the flux on each element , will it also be 100 watt/m^2? Sorry for a...
  25. C

    What Are Natural Boundary Conditions?

    Hi, I was reading Lemon's Perfect Form and it talked about "natural boundary conditions". But I don't understand exactly how one determines them. It seems to me that one imposes some random condition then deduce stuff from it...?! Advanced thanks for any enlightenment!
  26. V

    What acceleration of blocks in given condition.

    see this image https://docs.google.com/leaf?id=0B5ZURGN4IHlTZWIxN2Q5NzEtNzQxZC00NTFkLWFkNDAtMTZmMDU5ZGIwOGQx&hl=en_GB&authkey=CL3RqN4O" something about question:=> a block M1 placed over M2 Nd M2 placed on the earth.A constant force F is applied in upward direction. You have to tell about...
  27. 7

    How to put a condition for printing in mathematics

    Hi All , what I am trying to do is, after getting so many solution I just want to print only the intger solution: For[n = 0, n ≤ 10, n++ Do[Print[{n, (n - Sqrt[Sqrt[ 2]Sqrt[3n^2 - 9n + 8] + 3n - 4])/2, OTHER SOLUTION, (n - Sqrt[-Sqrt[2]...
  28. H

    Question in Proof of second order condition with linear constraints

    http://www.math.northwestern.edu/~clark/285/2006-07/handouts/lin-constraint.pdf It's actually proof of finding sign definiteness of quadratic form with linear constraints with sign of submatrices of bordered hessian. The proof is from page 2~page 3. I have 2 questions: 1. From about...
  29. G

    Cauchy vs. Dirichelt/Neumann Condition for PDE

    Hi, Can anybody tell me the difference between a Cauchy Boundary condition and a combined Dirichlet/Neumann Boundary Condition for PDEs? The reason why I'm asking is because Cauchy boundary conditions can be used to solve Open Hyperbolic PDEs, whereas Dirichlet/Neumann can only be used to...
  30. T

    Condition for periodicity of linear combination of signals

    What is the condition for the continuous time signal x(t) to be periodic if it is the linear combination of n periodic signals. where x(t) = a_{1}x_{1}(t)+a_{2}x_{2}(t)+a_{3}x_{3}(t)+......a_{n}x_{n}(t) where x_{i}(t) is periodic with fundamental period T_{i} \forall i, where i \in...
  31. S

    Integral vs differential curl theorem implicit condition

    Faraday's law has an integral and a differential version: curl \mathbf{E} = - \frac{\partial \mathbf{B}}{\partial t} \mbox{ and } \oint_{C} \mathbf{E} \cdot d \mathbf{l}=- \frac{d}{dt} \int_{S} \mathbf{B} \cdot d \mathbf{S} When I use the differential version I always have a constant of...
  32. B

    What condition defines a principal stress?

    What condition defines a principal stress? thx
  33. I

    Boundary condition for magnetic vector potential

    Hi I am studying magnetic vector potential from Griffiths book. The eq 5.76 in his book gives the boundary condition for the magnetic vector potential. \frac{\partial \vec{A_2} }{\partial n}- \frac{\partial \vec{A_1} }{\partial n}=-\mu_o \vec{K} where n is the vector perpendicular to the...
  34. K

    Can someone state clearly a sufficient condition for a 4-tuple of

    Can someone state clearly a sufficient condition for a 4-tuple of quantities to be a four vector? For instance I saw the naive definition of speed four vector is not but I couldn't really understand when a 4-tuple is or is NOT a four vector.
  35. H

    Von Laue Condition X ray Diffraction

    Homework Statement The von Laue condition for x ray diffraction can be written dΔκ =2πn where d is a displacement vector between indentical atoms and n an integer What is the smalest angle θ through which x -rays of wavelength 0.12 nm may be scattered by a sample of polonium ,a simple cubic...
  36. S

    Understanding Navier's Slip Condition: Fixed Walls & Applicability

    Is it necessary for the channel walls to move for the applicability of Navier's slip condition at the boundary. i.e., Is it possible that the channels walls are fixed, but we can apply the Navier's slip condition at both the channel walls.
  37. H

    Nambu Modes: Necessary & Adequate Condition of Symmetry Breaking

    Dear all, I have a question regarding the usual Goldstone theorem, which states that, for a system with continuous symmetry breaking, massless bosons must appear. However, if you look at the derivations of this theorem [1], the crucial assumption seems that, the conserved quantity associated...
  38. C

    Lipschitz condition and blow up time

    Hello everyone, I have asked a similar question in the DE forum but couldn't get an answer so I'm hoping the mods will be tolerant and let me post it here even though it's not strictly analysis. I'm considering a DE of the form x' = f(t, x) where f is a continuous function defined on an open...
  39. H

    What Determines the Number of Real Roots in a Quadratic Equation?

    Homework Statement State the condition for the equation px^2 + qx + r = 0 to have: a)two different real roots b)two equal real roots c)no real rootsHomework Equations b^2-4ac maybe?The Attempt at a Solution I missed a class due to ailments and now have to catch up on missed work. I can't find...
  40. A

    Understanding Electrical Motor Failure Condition Data

    Hi Guys, I have some data on a small electric motor being run continuously for a year. The problem is I only have the Headings and numbers and no units or information on what devices were used to measure the data. The variables measured were Time, Speed, Temperature, Power, Powerfactor...
  41. Y

    Question on an example relating to magnetic boundary condition.

    This is an example shown in "Introduction to Electrodynamics" by Griffiths. Page 226 example 5.8. Given a sheet of current K on the xy-plane where current traveling in +ve x direction. Find the magnetic field. I am confused on the way the book justify the z direction of B is zero. The...
  42. M

    Eigenvalues of Laplacian with Boundary Condition

    Given a bounded domain with the homogeneous Neumann boundary condition, show that the Laplacian has an eigenvalue equal to zero (show that there is a nonzero function u such that ∆u = 0, with the homogeneous Neumann B.C.). I said: ∇•(u∇u)=u∆u+∇u2, since ∆u = 0, we have ∇•(u∇u)=∇u2 ∫...
  43. N

    How to Solve the Initial Condition Problem for Finding A_x and A_y Expressions?

    i can't see how they got X and Y expressions V_x is the derivative of X(t) by t 'A' and phi are needed to be found but when i don't know how to innpur the initial condition to find A_x and A_y because when we integrate x' expression bot sides i get x(t)-x(0)=[A_x*cos(wt+phi)]/w -...
  44. O

    Solution for u_x+2xy^2u_y=0 with Initial Condition u(x,0)=\phi (x)

    PDE--initial condition Homework Statement Solve the equation u_x+2xy^2u_y=0 with u(x,0)=\phi (x). Strauss PDE 2nd ed., chapter 1.5, exercise 6. Homework Equations The question is under "Well-Posed Problems" section, so this might be about existence, uniqueness, or stability. The...
  45. M

    Find the Error: Modifying Euler's Method for Initial Condition y(5)=3

    Euler's method? Describe how to modify Euler's method to deal with the initial condition of y(5)=3 instead of y(0)=3. Use this on the equation y'=1+t using a time step of 0.1 and initial condition of y(5)=3 and find y(5.4) . ?? Now find the exact solution of this equation using calculus...
  46. S

    Neumann Condition on Curved Boundary using Finite Difference

    Hi, I am trying the solve the Poisson equation in a domain with curved boundaries using the Finite Difference Method (second order accurate). I need to apply the Neumann condition on the curved boundary. I have used bilinear interpolation to do this but this causes the resultant scheme to be...
  47. S

    Neumann Condition on Curved Boundary

    Hi, I am trying the solve the Poisson equation in a domain with curved boundaries using the Finite Difference Method (second order accurate). I need to apply the neumann condition on the curved boundary. I have used bilinear interpolation to do this but this causes the resultant scheme to be...
  48. S

    Condition for a particle to move relativistically

    What is the condition required for a particle to move relativistically?
  49. L

    Reissner- Nordstrom metric- weak energy condition

    Hey, For a problem I am working on I need to know if the energy-momentum tensor of the Reissner- Nordstrom metric obeys the weak energy condition. Since I need the result for the following calculations, I just want to be sure that it is correct. Does anyone of you know the correct answer and...
  50. P

    Sufficient Condition for a Quadrilateral to be a Trapezium

    what is the sufficient condition on a quadilateral to be a trapezium ?
Back
Top