Математика


Calculating a Circle by 3 Points Coordinates

Формулы и программа для вычисления радиуса и координат центра окружности, проходящей через три заданные точки.
The formulas and a program to calculate a circle radius and coordinates of centre point.

Circle Finder

Программа для вычисления центра и радиуса окружности, проходящей через три точки, не лежащие на одной прямой.
This program will find the center and radius of a circle that is formed by three points not in a straight line.

ESBMaths v2.1: Extensive Math/Stats Routines

Более сотни математических и статистических функций для Delphi4. ESBMaths v2.1: Extensive Math/Stats Routines for Delphi 4. The aim of this code is to provide miscellaneous Mathematical and Statistical Routines both for Integers and Floating Point Values. Includes over 110 Routines!

Evaluate PI (3.1415926...) with Large Precision

This program calculates Pi (3.1415926...) with large precision. You can select the number of digits to calculate.

Gauss Jordan Matrix Inversion and Solution

Три программы для решения матричных уравнений методами Гаусса, Гаусса-Зейделя и Гаусса-Жордана.

Improved Floating Point Subroutines for Turbo Pascal

This software package is meant to be a superior alternative for Turbo Pascal's built in floating point library for the "real" format. Programs using the "real" format for intensive numeric computation can benefit from this package when run on a computer without a numeric co-processor.

Linear and Non-Linear Regression Analyse

Восемь программ для линейного и нелинейного регрессионного анализа с помощью метода наименьших квадратов (МНК) и Гаусса-Жордана

MathPack - Compact Mathematical Function Package

Пакет математических функций. Включает в себя функции: Sine-Integral, Cosine-Integral, Exponential-Integral, Bessel, Modified-Bessel, Laguerre, Complementary-Normal, Normal-Probability, Complementary-Error, Confluent-2nd-type, 2nd-Fresnel-Integral, 1st-Fresnel-Integral, 2nd-Type-Legendre-(Assc), 1st-Type-Legendre-(Assc), Hermite, Gamma, Gauss-Hypergeometric, Confluent-1st-Type, Generalized-Hyper, Cosine, Sine, Ln, Log10, Exp. FUNCTION PACKAGE BY CLARKE AND MARWOOD. for TURBO PASCAL peak exponent 10E(+/- 38) ignore digits precision for sine,cos,exp,ln,log10

Matrix Multiplication Program

Программа для перемножения двух матриц.
pascal program to perform matrix multiplication

Mouse Handled Bezier Spline Curves [BGI]

Программа, демонстрирующая метод формирования плавных кривых Безье по ряду заданных точек. Точки можно плавно перемещать с помощью мыши.
program that demonstrates use of the mouse object and Bezier spline curves.