Skip to content

A script for finding the minimum value of a function on a segment by the dichotomy method.

Notifications You must be signed in to change notification settings

s2-name/dihotomy_method

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

dihotomy_method

English

A script for finding the minimum value of a function on a segment by the dichotomy method. The input takes a string where the formula, the segment and the accuracy (epsilons) are written through a space. Written in Python3 using the numexpr and sympy libraries. To start using it, you need to install the modules: numexpr: pip(3) install numexpr, sympy: pip (3) install sympy.

Russian

Скрипт для нахождения минимального значения функции на отрезке методом дихотомии. На вход принимает строку где через пробел прописаны формула, отрезок и точности (эпсилоны). Написан на Python3 с использованием библиотек numexpr и sympy. Для начала использования необходимо установить модули: numexpr: pip(3) install numexpr , sympy: pip(3) install sympy.

About

A script for finding the minimum value of a function on a segment by the dichotomy method.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages