You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Computation of the logistic map's period-2 accumulation point. I calculate the sequence of superstable points R_n using non-derivative root-finding methods. I increase the number of digits in the accumulation point computation using sequence acceleration techniques.
This repository contains a Python implementation of the Secant Method for finding roots of nonlinear equations. The code includes input validation, iteration, and termination based on the desired error or reaching the maximum number of iterations. Results are saved into an Excel file (`secant.xls`).
A robust Python toolkit for data refinement, validation, and transformation with strict type safety for numerical operations. Clean, validate, and transform your macrodata with confidence.
This repository contains a Python implementation of the Trapezoidal Rule for numerical integration. The code integrates a given function within specified limits and computes the area under the curve.