8000 henrCh1 (henrCh1) / Repositories · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
View henrCh1's full-sized avatar

Highlights

  • Pro

Block or report henrCh1

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
  • The program is written in Python and aims to approximate the complex roots of an equation using the Monte Carlo method./该程序使用Python编写,旨在使用蒙特卡洛法来近似求解方程的复数根。

    Python 1 MIT License Updated May 17, 2023
  • The program is written in Python and aims to estimate the mass of the remaining portion of a sphere using the Monte Carlo method. /该程序使用Python编写,旨在使用蒙特卡洛方法来估计球体剩余部分的质量。

    Python 1 MIT License Updated May 15, 2023
  • The program is written in Python and aims to use the Rayleigh-Ritz method to solve extremal problems for functionals./该程序使用Python编写,旨在使用瑞利-里兹法求解泛函的极值问题。

    1 MIT License Updated May 14, 2023
  • The program is written in Python and aims to solve the one-dimensional diffusion equation using the finite difference method./该程序使用Python编写,旨在使用有限差分法解决一维扩散方程。

    Python 2 MIT License Updated May 13, 2023
  • The program is written in Python and aims to solve the Poisson equation using the finite difference method./该程序使用Python编写,旨在使用有限差分法解决泊松方程。

    Python 3 1 MIT License Updated May 12, 2023
  • The program is written in Python and aims to solve the Laplace equation using the finite difference method. /该程序使用Python编写,旨在使用有限差分法解决拉普拉斯方程。

    Python 4 MIT License Updated May 11, 2023
  • The program is written in Python and aims to fit data points using the method of least squares, and returns the fitted function expression. /该程序使用Python编写,旨在利用最小二乘法对数据点进行拟合,并返回拟合的函数表达式。

    Python 1 MIT License Updated May 10, 2023
  • This program is written in Python and is used to solve inconsistent systems of equations using the method of least squares./该程序使用Python编写,用于使用最小二乘法求解矛盾方程组。

    Python 1 MIT License Updated May 9, 2023
  • This program is written in Python and is used to calculate the interpolation polynomial of a function using the Hermite interpolation method./该程序使用Python编写,使用Hermite插值法计算函数的插值多项式。

    Python 1 MIT License Updated May 8, 2023
  • The program is written in Python and is used to calculate the interpolation of a function using Newton's interpolation method./该程序使用Python编写,用于使用牛顿插值法计算函数的插值。

    Python 1 MIT License Updated May 7, 2023
  • The program is written in Python and uses the three-point Lagrange interpolation method to calculate the interpolation of the function. /该程序使用Python编写,使用三点拉格朗日插值法计算函数的插值。

    Python 1 MIT License Updated May 6, 2023
  • This program is written in Python and uses Monte Carlo simulation to estimate the expected value for a single player in multiple rounds of gambling./这个程序是用Python编写的,使用蒙特卡罗模拟计算单个玩家在多次赌博游戏中的期望值。

    Python 1 MIT License Updated May 1, 2023
  • This program is written in Python and uses Monte Carlo simulation to estimate the expected value for multiple players in multiple rounds of gambling./本程序使用Python编写,利用蒙特卡罗模拟来估计多人多次赌博游戏的期望值。

    Python 1 MIT License Updated Apr 30, 2023
  • The program is written in Python and uses the Monte Carlo method to simulate Buffon's Needle experiment. /该程序使用Python编写,运用蒙特卡洛方法来模拟蒲丰投针实验。

    Python 2 1 MIT License Updated Apr 29, 2023
  • The program is written in Python and uses the Monte Carlo method for image processing to calculate the area of a specific shape in an image. /该程序使用Python编写,采用蒙特卡洛方法进行图像处理,计算图片中某个图形的面积。

    Python 1 MIT License Updated Apr 28, 2023
  • The program is written in Python and uses the Monte Carlo method to calculate definite integrals, with two main approaches./该程序使用Python编写,采用蒙特卡洛方法计算定积分,主要有两种思路。

    Python 1 MIT License Updated Apr 27, 2023
  • The program is written in Python and uses the Monte Carlo method to calculate the value of pi./该程序使用Python编写,采用蒙特卡洛方法计算圆周率。

    Python 1 MIT License Updated Apr 26, 2023
  • This program is written in Python and uses iterative methods to solve the solutions of nonlinear equation sets./这个程序使用Python编写,用迭代法求解非线性方程组的解。

    Python 1 MIT License Updated Apr 24, 2023
  • The program is written in Python and uses the Newton-Raphson method and the secant method to solve roots for nonlinear equations./这个程序使用Python编写,采用牛顿迭代法和弦截法求解非线性方程的根。

    Python 1 MIT License Updated Apr 22, 2023
  • This program is written in Python and uses the function iteration method and Aitken acceleration method to find the roots of nonlinear equations. /本程序使用Python编写,采用函数迭代法和埃特金加速法求解非线性方程的根。

    Python 1 MIT License Updated Apr 21, 2023
  • This program is written in Python and uses the bisection method to find the roots of nonlinear equations./本程序使用Python编写,采用二分法求解非线性方程的根。

    Python 1 MIT License Updated Apr 20, 2023
  • This program is written in Python and uses the Successive Over-Relaxation (SOR) method to solve linear equations./本程序使用Python编写,采用超松弛迭代法(SOR)求解线性方程组。

    Python 2 MIT License Updated Apr 19, 2023
  • This program is written in Python and uses two iterative methods, Jacobi iteration and Gauss-Seidel iteration, to solve linear equations. /这个程序使用Python编写,采用雅可比迭代法和高斯-赛德尔迭代法两种方法解决线性方程组问题。

    Python 4 1 MIT License Updated Apr 18, 2023
  • This program is programmed using Python and can be used to solve linear equations with two methods: Gaussian Elimination and Improved Column Principal Gaussian Elimination. /本程序使用Python编程,可以使用两种方法(…

    Python 3 MIT License Updated Apr 17, 2023
  • Runge-Kutta Public

    This program is written in Python and uses the Runge-Kutta method to approximate the numerical solutions of first-order and second-order initial value problems for ordinary differential equations./…

    Python 2 MIT License Updated Apr 16, 2023
  • 一个简单的html文件,实现生日祝福/A simple HTML file to achieve birthday wishes

    HTML 2 MIT License Updated Apr 14, 2023
  • This program is programmed using Python and uses two methods, namely the first-order Euler approximation method and the second-order Euler approximation method, to approximate solutions to ordinary…

    Python 1 MIT License Updated Apr 14, 2023
  • This program is coded using Python and uses two adaptive variable step-size integration methods (adaptive trapezoidal rule and adaptive Simpson's rule) to calculate the numerical integral value of …

    Python 2 1 MIT License Updated Apr 13, 2023
  • 本程序使用Python进行编程,采用龙贝格积分方法计算函数的数值积分值。/This program is coded using Python and uses the Romberg integration method to calculate the numerical integral value of a function.

    Python 1 MIT License Updated Apr 12, 2023
  • A Python library for numeric integration, providing three different methods: rectangle rule, trapezoidal rule, and Simpson's rule. you can conveniently compute definite integrals in your own code a…

    Python 1 MIT License Updated Apr 11, 2023
0