Vector and matrix norms - PowerPoint PPT Presentation

1 / 9
About This Presentation
Title:

Vector and matrix norms

Description:

A norm is the measure of the magnitude of a matrix/vector (matrix 'size') Denoted. The same symbol is used to denote both vector and matrix norms, the specific ... – PowerPoint PPT presentation

Number of Views:657
Avg rating:3.0/5.0
Slides: 10
Provided by: csU9
Category:

less

Transcript and Presenter's Notes

Title: Vector and matrix norms


1
Vector and matrix norms
2
Effect of pivoting
  • Pivoting allows to produce more accurate solution
  • through matrix perturbations
  • Questions
  • How much round off error we can expect solving
    original system of equations?
  • How much round off error pivoting reduces?
  • Is it possible to know in advance whether a
    system of equations if solvable?

3
  • A well-conditioned problem is a problem in which
    a small change in any of the elements of the
    problem causes a small change in the solution of
    the problem.
  • A ill-conditioned problem is a problem in which a
    small change in any of the elements of the
    problem causes a large change in the solution of
    the problem.

4
1.
2.
3.
5
Check for ill-conditioned matrix
  • Signs of ill-conditioned matrix
  • A small determinant of the matrix may be a sign
    of ill-conditioning
  • det(A) ? 0 means matrix has a unique solution
  • det(A) 0 means matrix has infinitely many
    solutions (or equally no solution)
  • Solutions of slightly changed matrices are
    drastically different.
  • The measure of ill-conditioning of a matrix is
    the condition number of a matrix,

Matlab commands det(A) cond(A)
6
Vector and matrix norms
  • A norm is the measure of the magnitude of a
    matrix/vector (matrix size)
  • Denoted
  • The same symbol is used to denote both vector and
    matrix norms, the specific type should be
    inferred from the context
  • Properties

7
Norms
  • There are infinitely many norms that can be
    constructed.
  • Most common norms
  • (Euclidian
    norm)
  • (maximum norm)
  • Computation of vector norms

8
Computation of matrix norms
Spectral norm
Euclidian or Frobenius norm
9
Condition number
  • Small values
  • show small sensitivity of the solutions to
    changes in b, and characterize well-conditioned
    equations.
  • Large values
  • show large sensitivity of the solutions to
    changes in b, and characterize ill-conditioned
    matrix
  • The higher the condition number the more
    ill-conditioned matrix is
  • Value of condition number depend on the norm used
Write a Comment
User Comments (0)
About PowerShow.com