TAILIEUCHUNG - Thuật toán Algorithms (Phần 8)

Tham khảo tài liệu 'thuật toán algorithms (phần 8)', khoa học tự nhiên, toán học phục vụ nhu cầu học tập, nghiên cứu và làm việc hiệu quả | GAUSSLAN ELIMINATION 63 Obviously a library routine would check for this explicitly. An alternate way to proceed after forward elimination has created all zeros below the diagonal is to use precisely the same method to produce all zeros above the diagonal first make the column zero except for a N N by adding the appropriate multiple of N then do the same for the to-last column etc. That is we do partial pivoting again but on the other part of each column working backwards through the columns. After this process called Gauss- Jordan reduction is complete only diagonal elements are non-zero which yields a trivial solution. Computational errors are a prime source of concern in Gaussian elimination. As mentioned above we should be wary of situations when the magnitudes of the coefficients vastly differ. Using the largest available element in the column for partial pivoting ensures that large coefficients won t be arbitrarily created in the pivoting process but it is not always possible to avoid severe errors. For example very small coefficients turn up when two different equations have coefficients which are quite close to one another. It is actually possible to determine in advance whether such problems will cause inaccurate answers in the solution. Each matrix an associated numerical quantity called the condition number which can be used to estimate the accuracy of the computed answer. A good library subroutine for Gaussian elimination will compute the condition number of the matrix as well as the solution so that the accuracy of the solution can be lknown. Full treatment of the issues involved would be beyond the scope of this book. Gaussian elimination with partial pivoting using the largest available pivot is guaranteed to produce results with very small computational errors. There are quite carefully worked out mathematical results which show that the calculated answer is quite accurate except for ill-conditioned matrices which might be more indicative of .

TỪ KHÓA LIÊN QUAN
TAILIEUCHUNG - Chia sẻ tài liệu không giới hạn
Địa chỉ : 444 Hoang Hoa Tham, Hanoi, Viet Nam
Website : tailieuchung.com
Email : tailieuchung20@gmail.com
Tailieuchung.com là thư viện tài liệu trực tuyến, nơi chia sẽ trao đổi hàng triệu tài liệu như luận văn đồ án, sách, giáo trình, đề thi.
Chúng tôi không chịu trách nhiệm liên quan đến các vấn đề bản quyền nội dung tài liệu được thành viên tự nguyện đăng tải lên, nếu phát hiện thấy tài liệu xấu hoặc tài liệu có bản quyền xin hãy email cho chúng tôi.
Đã phát hiện trình chặn quảng cáo AdBlock
Trang web này phụ thuộc vào doanh thu từ số lần hiển thị quảng cáo để tồn tại. Vui lòng tắt trình chặn quảng cáo của bạn hoặc tạm dừng tính năng chặn quảng cáo cho trang web này.