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. R

    Lipschitz condition, more of like a clarification

    Hello, I just have one question that's been bothering me. When I reduce a higher ODE to a First ODE, and if I prove that First ODE satisfies the Lipschitz condition, does that mean that the higher ODE has a unique solution (thanks to some other theorem)? All clarifications are appreciated...
  2. M

    Is this a necessary and sufficent condition for the floor function?

    THe book says, state a necessary and sufficent condition for the floor of a real number to equal that number. I looked up what that ment in chapter 1 and it said the following: r is a necessary and sufficent condition for s means: "r if, and only if, s" So I scanned through this chapter and i...
  3. I

    Proving Lipschitz Condition for F with $\| \cdot \|_{1}$ Norm

    I need to prove that the function F is Lipschitz, using the \| \cdot \|_{1} norm. that is, for t \in \mathbb{R} and y, z \in Y(t) \in \mathbb{R}^{2} I must show that \|F(t, y) - F(t, z)\|_{1} < k|y-z| F(t, Y(t)) is given as F(t, Y(t)) = \left( \begin{array}{cc} y' \\...
  4. M

    Proving a sufficient condition, can someone check my work

    ello ello! I think i did this right but not sure! The directions are: Determine whether the statement is true or false. Prove the statement directly from the definitions or give a counter exmaple if it is false. A sufficient condition for an integer to be divisble by 8 is hat it be...
  5. G

    Independent Condition Probability Problem

    Hello, I had this problem to do for statistics. I am pretty sure I did the first two parts correct. The third, I am not so sure about. I'd appreciate and guidance. A player of a video game is confronted with a series of four opponents and an 80% probability of defeating each opponent. Assume...
  6. U

    Medical Whats considered a substantial health condition?

    would bi-polar disorder be considered a substantial health condition? or does it truly depend on the patient? also, would chronic anxiety also be considered a substantial health condition? tyvm -UnknownPiratte
  7. A

    Get Football/Soccer Ready: Best Foods & Exercises for Optimal Condition

    I play a lot of football/soccer but have been struggling since christmas with injuries. Its the end of season and i want to get myself in peek condition for playing football in september so i would like some advise on the best foods to eat and what is the best kind of exercise to do to get into...
  8. C

    Rank condition in the Implicit Mapping Theorm

    Hi there. I've recently come across the Implicit Mapping Theorm in my studies and noticed that there is a condition that the rank of the image must be the maximum possible. I'm not directly seeing why this condition is needed, so I was wondering if anyone could provide me with an example of why...
  9. S

    [Discrete Math] f: A->B; surjective? find necessary & sufficient condition.

    [Discrete Math] f: A-->B; surjective? find necessary & sufficient condition. Ok in practice for my discrete exam, I have the following problem. Let f : A->B be a function. a) Show that if f is surjective, then whenever g o f = h o f holds for the functions g,h : B -> C, then g =h. b)...
  10. D

    Condition number (or estimate) of a very large matrix

    Hello, I am working on an integral-equation problem in the field of electromagnetics, which gives me a very large linear system that needs to be solved. I use a fairly recent method for this, namely the fast multipole method, which allows me to calculate a matrix-vector product in a fast way...
  11. P

    LOTR 25th Anniv Box Set: Value & Condition

    lets say I had a 25th anniversary box set of LOTR in mint condition, would they be worth anything?
  12. G

    Boundary condition (Electromagnetics)

    I got some problem about using boundary conditions,especially in the fifth pics,those sentences marked by red.I really don't know how to use Js=An x H,since I don't know the fields well enough.Some questions of mine are illustrated in the sixth pic by different colors. I'm sorry the pics are...
  13. T

    Proof: Sufficient condition for local extreme existence

    Let G \subset \mathbb{R}^{n}\mbox{ open } a \in G f : G \rightarrow \mathbb{R} f \in C^{1}(G) Df(a) = \overrightarrow{0} Then: (i) if D^2f(a) is positively definite, then f has local minimum in a (ii) if D^2f(a) is negatively definite, then f has local maximum in a (iii) if...
  14. M

    Finding C with inital condition, its wrong, any ideas why?

    Hello everyone, I'm having troubles figuring out this problem. The directions say: It is easy to check that for any value of c, the function y = ce^{-2x} + e^{-x} is solution of equation y' + 2y = e^{-x}. Find the value of c for which the solution satisfies the initial condition y(3)= 8...
  15. T

    Condition for ODE Solutions with Variation of Parameters

    Hi, I just started playing with higher order ODEs and I'm stuck in one particular step. Here it is: y^{''} + y = \frac{1}{\cos x} 1. step: I find fundamental solution system, which in this case is [\cos x, \sin x] So general solution looks like this: y(x) = \alpha\cos x + \beta \sin x...
  16. W

    Understand Zero Initial Condition in Linear Systems

    Can anyone tells me what is exactly "Zero initial condition" in time-invariant passive linear system? thanks a lot.
  17. A

    Newton's second condition of equilibrium

    here's the question as written: A person is attempting to pull a large stone wheel up a step. The wheel has a mass of 300kg. Assuming the force the person applies is horizontal and at the certer of gravity, what imust the force be to start the wheel rolling over the curb? alright, so i...
  18. P

    How to do first principle calculation in electron gas condition

    I try to to some first principle calculation in the environment of free electron gas. For intance, the total energy of one atom or a cluster in the free electron gas. What kind of calculation program could I choose ? I only know that VASP provide an opion to create charged background...
  19. R

    Question on Weak Energy Condition

    Hi, I have just read that one of the restrictions on T^{\mu\nu} is that: T^{\mu\nu}u^au^b > 0 where u is a timelike vector. Can someone please tell me WHAT u actually is (other than saying it is a timelike vector). What sort of vector is it, what is the context? i.e Once...
  20. J

    Special geostationary orbit condition

    For geostationary satellites moving in circular orbits in the equatorial plane, there is no distinction between the true anomaly f, the mean anomaly M, and the eccentric anomaly E. For geostationary satellites, the angles \theta=Greenwich sidereal time, \Omega = longitude of ascending note...
  21. quasar987

    Solving Liboff 5.33: Showing <E> \geq E_1 and Condition on \psi(x)

    There's this question ngyah (Liboff 5.33) that says "We consider a particle in an infinite 1-dimensional well. The particle is described by an arbitrary wave function \psi(x). (a) For this particle, show that <E> \geq E_1. (b) What is the condition on \psi(x) such that <E> = E_1?" My...
  22. S

    Protein samples still in liquid form at -20C, Storage condition for proteins

    Dear folks, Please help me out. I store my purified protein samples at -20C and they are still at the liquid form (a few are frozen) at this temperature! :cry: I used Trizol kit to purify them and dissolved them in a solution of 9M urea, 4% CHAPS and 30mM Tris/HCl pH 8.5 buffer. They had...
  23. M

    News Discourse on the Human Condition

    The past must never be forgiven, or forgotton. Years gone by are not simply a blurb in a textbook but a living record that repeats again and again in the present among the swarming multitudes who all too easily ignore or forget the lessons of history, doomed to repeat them all over tomorrow and...
  24. J

    Is a Homogeneous System of Linear Equations Inconsistent When n Exceeds r?

    True of false. A homogeneous system of r linear equations in n unknowns is inconsistent if the number of equations, n exceeds the number of unknowns, r. The questions seems to be implying that n=r, in which case the system is consistent. Is this true? Thanks. James
  25. S

    A necessary condition for uniqueness

    Hello guys. I've been looking at uniqueness requirements for the differential equation: \frac{dy}{dx}=f(x,y);\qquad y(a)=b And the extension of this to higher-ordered equations. I'd like to understand the sufficient and necessary conditions for uniqueness. Most proofs require that...
  26. T

    Null Energy Condition: What Is It?

    What is null energy condition? I'm not sure whether this is the right forum to post but I come across this word when reading article about wormholes.
  27. L

    Living with Diagnosed Condition: A Discussion

    so how many other people on this board have been diagnosed with such condition? (blank stare for 5 minutes) ok. please reply
  28. S

    How can I convert 220V 60Hz to use a 110V 50Hz air conditioner?

    What do I need in order to use 110V 50Hz air condition to a place which has 220v 60Hz electrical system? Is that possible? If yes How? Please help me Thank you Sheperd
  29. H

    Initial condition of the restricted problem of three bodies

    Hi ! I'm trying to figure out what kind of initial conditions I should put in my program in order to have stable trajectories. Just to remind, The restricted problem of three bodies suppose that you've got two heavy masses in circular orbit around their common center of mass, and a...
  30. M

    Condition Postulates: Definition & Explanation

    What is "Condition Postulates" ? I'd be happy if someone explains.. Thanks.
  31. N

    Lie group (additional condition)

    Does somebody know an example of a differentiable manifold which is a group but NOT a Lie group? So the additional condition: the group operations multiplication and inversion are analytic maps, is not satisfied.
  32. G

    Finding primes given a condition

    Hi, I need help solving this problem. The question asks me to find all prime numbers p such that p^2 = n^3 + 1 for some integer n.
  33. I

    The Human Condition: What Defines Us?

    Does man have a certain ability or characteristic that defines him? Perhaps a characteristic that, if taken away, would also take away our humanity?
  34. T

    Necessary and sufficient condition

    Could someone please tell me what condition on n is necessary and sufficient such that Z/nZ contains a nilpotent element? I can't seem to find this in any of my texts. By the way, I accidently posted this same question in the homework help section first. Sorry to anyone who's wondering...
  35. T

    Condition where people laugh at inappropriate times?

    Is there a condition where people laugh at inappropriate times? My gf is mad at me because I tend to let out my stress with laughs and chuckles and she gets angry because she thinks I am laughing at her, which is not the case. Any ideas?
  36. E

    Is there an official Eigenvalue Condition in Quantum Mechanics?

    I was recently asked to explain the eigenvalue condition, but I'm sure exactly which condition the inquirer was asking about. Are any of you nerds familiar with the Eigenvalue Condition? If so, please enlighten me. eNtRopY
Back
Top