随笔分类 -  Course Notes

摘要:1. Implement Matlab functions which can compute the following factorizations of a given matrix: (1) LU without pivoting (2) LU with partial pivoting ( 阅读全文
posted @ 2022-03-07 13:13 miyasaka 阅读(73) 评论(0) 推荐(0)
摘要:Task description Implement a Matlab function which computes the SVD of a given matrix. Most internal functions, like "svd", are not allowed to be used 阅读全文
posted @ 2022-03-07 13:10 miyasaka 阅读(232) 评论(0) 推荐(0)
摘要:Sequence A nonempty set of real numbers that is bounded above has a least upper bound, i.e. supremums of bounded sets are real numbers. Every sequence 阅读全文
posted @ 2020-12-13 14:31 miyasaka 阅读(242) 评论(0) 推荐(0)