TAILIEUCHUNG - Lập Trình C# all Chap "NUMERICAL RECIPES IN C" part 63

Tham khảo tài liệu 'lập trình c# all chap "numerical recipes in c" part 63', công nghệ thông tin phục vụ nhu cầu học tập, nghiên cứu và làm việc hiệu quả | Sparse Linear Systems 71 Sparse Linear Systems A system of linear equations is called sparse if only a relatively small number of its matrix elements ai j are nonzero. It is wasteful to use general methods of linear algebra on such problems because most of the O N3 arithmetic operations devoted to solving the set of equations or inverting the matrix involve zero operands. Furthermore you might wish to work problems so large as to tax your available memory space and it is wasteful to reserve storage for unfruitful zero elements. Note that there are two distinct and not always compatible goals for any sparse matrix method saving time and or saving space. We have already considered one archetypal sparse form in the band diagonal matrix. In the tridiagonal case . we saw that it was possible to save both time order N instead of N3 and space order N instead of N2 . The method of solution was not different in principle from the general method of LU decomposition it was just applied cleverly and with due attentionto the bookkeeping of zero elements. Many practical schemes for dealing with sparse problems have this same character. They are fundamentally decomposition schemes or else elimination schemes akin to Gauss-Jordan but carefully optimized so as to minimize the number of so-called fill-ins initially zero elements which must become nonzero during the solution process and for which storage must be reserved. Direct methods for solving sparse equations then depend crucially on the precise pattern of sparsity of the matrix. Patterns that occur frequently or that are useful as way-stations in the reduction of more general forms already have special names and special methods of solution. We do not have space here for any detailed review of these. References listed at the end of this section will furnish you with an in to the specialized literature and the following list of buzz words and Figure will at least let you hold your own at cocktail parties .

Đã 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.