Coder Social home page Coder Social logo

znxzsy / matlab_calculation_method Goto Github PK

View Code? Open in Web Editor NEW

This project forked from yangget/matlab_calculation_method

0.0 0.0 0.0 49 KB

This project is a matlab program implementation of the classic methods and algorithms mentioned in the "Calculation Methods" book, with tutorials and answers.

MATLAB 100.00%

matlab_calculation_method's Introduction

计算方法(calculation methodb)

 该项目是《计算方法》一书中提到的经典方法和算法的matlab程序实现,包含代码详解和运行过程。

😃

1. 多项式求值(Polynomial evaluation)

2. 线性方程组的迭代解法(Iterative Solution of Linear Equations)

3. 方程的近似解法——迭代法(Approximate solution of equations - iterative method)

4. 最小二乘拟合多项式(Least squares fitting polynomial)

5. 数值积分(Numerical integration)


文件结构

.
├── Approximate solution of equations - iterative method
│   ├── aitken.m
│   ├── niudun.m
│   ├── README.md
│   └── yiban.m
├── Iterative Solution of Linear Equations
│   ├── gauss_seidel.m
│   ├── jacobi.m
│   └── README.md
├── Least squares fitting polynomial
│   ├── README.md
│   └── untitled.jpg
├── Numerical integration
│   ├── compute_g.m
│   ├── compute.m
│   ├── compute_r.m
│   ├── gauss.m
│   ├── README.md
│   ├── romberg.m
│   └── untitled.jpg
├── Polynomial evaluation
│   ├── qinjiushao.m
│   └── README.md
└── README.md

其他算法将在以后更新上传。


电子书

 链接: https://pan.baidu.com/s/1kbubqHgIokGDZ-5iBQSh9g 提取码: 8mau (仅为学术用途)

联系作者

电子邮箱: [email protected]
微信: ycw19983

招聘

寻求喜欢计算方法相关内容的小伙伴共同维护该项目。若有意向,请联系作者。

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.