DOC PREVIEW
MIT 18 085 - MATLAB’s backslash command

This preview shows page 1 out of 2 pages.

Save
View full document
View full document
Premium Document
Do you want full access? Go Premium and unlock all 2 pages.
Access to all documents
Download any document
Ad free experience
Premium Document
Do you want full access? Go Premium and unlock all 2 pages.
Access to all documents
Download any document
Ad free experience

Unformatted text preview:

MIT OpenCourseWare http://ocw.mit.edu 18.085 Computational Science and Engineering IFall 2008 For information about citing these materials or our Terms of Use, visit: http://ocw.mit.edu/terms.MATLAB’s backslash command to solve Ax = b � x=A\b for dense A performs these steps (stopping when successful): 1. If A is upper or lower triangular, solve by back/forward substitution 2. If A is permutation of triangular matrix, solve by permuted back substitution (useful for [L,U]=lu(A) since L is permuted) 3. If A is symmetric/hermitian • Check if all diagonal elements are positive • Try Cholesky, if successful solve by back substitutions 4. If A is Hessenberg (upper triangular plus one subdiagonal), reduce to upper tri-angular then solve by back substitution 5. If A is square, factorize P A = LU and solve by back substitutions 6. If A is not square, run Householder QR, solve least squares problem Mathworks documentation:


View Full Document

MIT 18 085 - MATLAB’s backslash command

Download MATLAB’s backslash command
Our administrator received your request to download this document. We will send you the file to your email shortly.
Loading Unlocking...
Login

Join to view MATLAB’s backslash command and access 3M+ class-specific study document.

or
We will never post anything without your permission.
Don't have an account?
Sign Up

Join to view MATLAB’s backslash command 2 2 and access 3M+ class-specific study document.

or

By creating an account you agree to our Privacy Policy and Terms Of Use

Already a member?