{"id":22353440,"url":"https://github.com/sylvanding/bit-numerical-analysis-hw","last_synced_at":"2025-04-12T18:11:28.396Z","repository":{"id":258940155,"uuid":"859155796","full_name":"sylvanding/bit-numerical-analysis-hw","owner":"sylvanding","description":"⭐️ 北京理工大学数值分析《数值计算方法》丁丽娟-数值实验作业（MATLAB）和课后作业","archived":false,"fork":false,"pushed_at":"2024-12-04T06:26:07.000Z","size":909,"stargazers_count":9,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-26T12:32:49.034Z","etag":null,"topics":["beijing-institute-of-technology","matlab","numerical-analysis"],"latest_commit_sha":null,"homepage":"","language":"MATLAB","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/sylvanding.png","metadata":{"files":{"readme":"readme.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-09-18T07:22:51.000Z","updated_at":"2025-03-25T14:54:57.000Z","dependencies_parsed_at":null,"dependency_job_id":"35e57120-8bf2-419f-9b53-d955bc7da9ce","html_url":"https://github.com/sylvanding/bit-numerical-analysis-hw","commit_stats":null,"previous_names":["sylvanding/bit-numerical-analysis-hw"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sylvanding%2Fbit-numerical-analysis-hw","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sylvanding%2Fbit-numerical-analysis-hw/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sylvanding%2Fbit-numerical-analysis-hw/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sylvanding%2Fbit-numerical-analysis-hw/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sylvanding","download_url":"https://codeload.github.com/sylvanding/bit-numerical-analysis-hw/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248610338,"owners_count":21132919,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["beijing-institute-of-technology","matlab","numerical-analysis"],"created_at":"2024-12-04T13:08:29.956Z","updated_at":"2025-04-12T18:11:28.369Z","avatar_url":"https://github.com/sylvanding.png","language":"MATLAB","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 北京理工大学《数值计算方法》丁丽娟-数值实验作业（MATLAB实现）和课后作业（手写部分）\n\n\u003cdiv class=\"cover\" style=\"page-break-after:always;width:100%;height:100%;border:none;margin: 0 auto;text-align:center;\"\u003e\n    \u003cdiv style=\"width:30%;margin: 0 auto;height:0;padding-bottom:40%;\"\u003e\n        \u003cimg src=\"assets/BIT-logo.png\" alt=\"校徽\" style=\"width:100%;\"/\u003e\n\t\u003c/div\u003e\n\u003c/div\u003e\n\n---\n\n- [数值实验作业（第一章）：代码+手写计算：数值计算中的误差](https://blog.csdn.net/IYXUAN/article/details/142332961?spm=1001.2014.3001.5502)\n- [数值分析作业（第二章）：代码+手写计算：解线性方程组的直接方法：消元法、主元素法、直接三角分解法、平方根法与改进平方根法、误差分析、超定线性方程组的最小二乘解](https://blog.csdn.net/IYXUAN/article/details/142683390?spm=1001.2014.3001.5502)\n- [数值分析作业（第三章）：代码+手写计算：Jacobi迭代法、Gauss-Seidel迭代法、SOR法、最速梯度下降法、共轭梯度下降法](https://blog.csdn.net/IYXUAN/article/details/143095397?spm=1001.2014.3001.5502)\n- [数值分析作业（第四章）：代码+手写计算：幂法和逆幂法](https://blog.csdn.net/IYXUAN/article/details/143111055?spm=1001.2014.3001.5502)\n- [数值分析作业（第五章）：代码+手写计算：插值算法 - Lagrange插值、Newton插值、Hermite插值、分段插值](https://blog.csdn.net/IYXUAN/article/details/143494683?spm=1001.2014.3001.5502)\n- [数值分析作业（第六章）：代码+手写计算：函数逼近算法 - 最小二乘法拟合函数、线性最小二乘法的一般形式](https://blog.csdn.net/IYXUAN/article/details/144238229?spm=1001.2014.3001.5502)\n- [数值分析作业（第七章）：代码+手写计算：数值微分与数值积分 - 复化梯形公式、复化Simpson公式、逐次分半算法（梯形、Simpson、Romberg）](https://blog.csdn.net/IYXUAN/article/details/144238364?spm=1001.2014.3001.5502)\n- [数值分析作业（第八章）：代码+手写计算：非线性方程的解法 - 对分区间法、(加速)简单迭代法、牛顿法与弦截法](https://blog.csdn.net/IYXUAN/article/details/144238547?spm=1001.2014.3001.5502)\n- [数值分析作业（第九章）：代码+手写计算：常微分方程数值解法 - Euler方法及其改进方法](https://blog.csdn.net/IYXUAN/article/details/144238778?spm=1001.2014.3001.5502)\n\n---\n\n完结日期：2024年12月4日","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsylvanding%2Fbit-numerical-analysis-hw","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsylvanding%2Fbit-numerical-analysis-hw","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsylvanding%2Fbit-numerical-analysis-hw/lists"}