2

Matrix inversion is not robust in the sense that a small difference in the input can give a large difference in the output. Is there an appropriate word to describe such a system?

Anna
  • 337

2 Answers2

1

Related to DumpsterDoofus's comment, I've always seen the adjective "ill-conditioned", which happens to be used on the wikipedia page for condition number

Mark S.
  • 23,925
0
  • Sensitivity, or
  • sensitive dependence on the input.

Moreover, if your "system" consists of a repeated operation, e.g. $$x_n\to x_{n+1}=f(x_n)$$ the sensitive dependence of $x_n$ on the initial condition $x_0$ is denoted Chaos.

flonk
  • 2,434