An open API service indexing awesome lists of open source software.

https://github.com/ydx-2147483647/computational-methods

作业:科学与工程计算
https://github.com/ydx-2147483647/computational-methods

beijing-institute-of-technology computational-methods homework

Last synced: 9 months ago
JSON representation

作业:科学与工程计算

Awesome Lists containing this project

README

          

# 作业:[科学与工程计算][lexue]

2024年9–11月。

[![notebook online](https://img.shields.io/website?url=https%3A%2F%2Fydx-2147483647.github.io%2Fcomputational-methods%2F&up_message=online&up_color=14b8a6&style=for-the-badge&logo=python&label=notebook&labelColor=f2f2f2
)](https://ydx-2147483647.github.io/computational-methods/)

```shell
uv run marimo edit
```

1. [§1 两点边值问题](./1_boundary_value_problem.py)
2. [§4 抛物方程的差分格式·95页练习题8 隐格式如何选步长并消除振荡](./2_parabolic.py)
3. [§5 双曲方程的差分方法](./3_hyperbolic.py)
4. [§7 椭圆方程的差分格式](./4_elliptic.py)

数字开头的`*.py`是笔记本,一般不会`import`;其余是可`import`的模块。

[lexue]: https://lexue.bit.edu.cn/course/view.php?id=16142 "课程:科学与工程计算"