math

2023-10-21

Math is a math library, implementing some algorithms: @begin(list) @item(linear algebra;) @item(operations with matrices;) @item(statistical functions;) @item(linear and bilinear interpolation;) @item(finding approximating polynomials, implemented in Common Lisp.) @end(list)

Upstream URL

github.com/mnasoft/math

Author

Mykola Matvyeyev <mnasoft@gmail.com>

License

GNU GENERAL PUBLIC LICENSE Version 3, 29 June 2007 or later
README

math

Math is a math library, implementing some algorithms: @begin(list) @item(linear algebra;) @item(operations with matrices;) @item(statistical functions;) @item(linear and bilinear interpolation;) @item(finding approximating polynomials, implemented in Common Lisp.) @end(list)

License:
GNU GENERAL PUBLIC LICENSE Version 3, 29 June 2007 or later
Authors:
Nick Matvyeyev <mnasoft@gmail.com>
Dependencies:
  • cl-utilities

  • math/2d-array

  • math/appr

  • math/arr-matr

  • math/coord

  • math/core

  • math/geom

  • math/gnuplot

  • math/list-matr

  • math/ls-rotation

  • math/smooth

  • math/stat

  • math/transform

math/2d-array

Реализация некоторых операций над матрицами, представленными 2d-массивами

License:
GNU GENERAL PUBLIC LICENSE Version 3, 29 June 2007 or later
Authors:
Nick Matvyeyev <mnasoft@gmail.com>
Dependencies:

    None

math/appr

Describe math here

License:
GNU GENERAL PUBLIC LICENSE Version 3, 29 June 2007 or later
Authors:
Nick Matvyeyev <mnasoft@gmail.com>
Dependencies:
  • math/2d-array

  • math/arr-matr

  • math/core

  • math/ls-gauss

  • math/smooth

math/arr-matr

Реализация некоторых операций над матрицами, представленными классом <matrix>

License:
GNU GENERAL PUBLIC LICENSE Version 3, 29 June 2007 or later
Authors:
Nick Matvyeyev <mnasoft@gmail.com>
Dependencies:
  • cl-utilities

  • math/core

math/coord

Содержит функции преобразования - угловой меры; - координат точки между декартовой, полярной, сферической системами координат.

License:
GNU GENERAL PUBLIC LICENSE Version 3, 29 June 2007 or later
Authors:
Nick Matvyeyev <mnasoft@gmail.com>
Dependencies:
  • math/core

math/core

Содержит некоторые функции и обобщенные функции, используемые в проекте повсеместно

License:
GNU GENERAL PUBLIC LICENSE Version 3, 29 June 2007 or later
Authors:
Nick Matvyeyev <mnasoft@gmail.com>
Dependencies:

    None

math/docs

Зависимости для сборки документации

License:
GNU GENERAL PUBLIC LICENSE Version 3, 29 June 2007 or later
Authors:
Nick Matvyeyev <mnasoft@gmail.com>
Dependencies:
  • codex

  • math

  • mnas-package

math/geom

Функции вычисления площадей и объемов геометрических фигур и тел.

License:
GNU GENERAL PUBLIC LICENSE Version 3, 29 June 2007 or later
Authors:
Nick Matvyeyev <mnasoft@gmail.com>
Dependencies:

    None

math/gnuplot

Интерфейс к программе построения графиков gnuplot

License:
GNU GENERAL PUBLIC LICENSE Version 3, 29 June 2007 or later
Authors:
Nick Matvyeyev <mnasoft@gmail.com>
Dependencies:
  • font-discovery

  • math/core

  • vgplot

math/list-matr

Реализация некоторых операций над матрицами, представленными прямоугольными 2d-списками

License:
GNU GENERAL PUBLIC LICENSE Version 3, 29 June 2007 or later
Authors:
Nick Matvyeyev <mnasoft@gmail.com>
Dependencies:
  • cl-utilities

  • math/stat

math/ls-gauss

Решение систем линейных уравнений методом Гаусса

License:
GNU GENERAL PUBLIC LICENSE Version 3, 29 June 2007 or later
Authors:
Nick Matvyeyev <mnasoft@gmail.com>
Dependencies:
  • math/arr-matr

math/ls-rotation

Реализация решение системы линейных уравнений методом вращения

License:
GNU GENERAL PUBLIC LICENSE Version 3, 29 June 2007 or later
Authors:
Nick Matvyeyev <mnasoft@gmail.com>
Dependencies:

    None

math/ls-solve

Решение систем линейных уравнений при помощи библиотеки gsll

License:
GNU GENERAL PUBLIC LICENSE Version 3, 29 June 2007 or later
Authors:
Nick Matvyeyev <mnasoft@gmail.com>
Dependencies:
  • gsll

  • math

math/smooth

Весовые функции для методов сглаживания

License:
GNU GENERAL PUBLIC LICENSE Version 3, 29 June 2007 or later
Authors:
Nick Matvyeyev <mnasoft@gmail.com>
Dependencies:

    None

math/stat

Describe math here

License:
GNU GENERAL PUBLIC LICENSE Version 3, 29 June 2007 or later
Authors:
Nick Matvyeyev <mnasoft@gmail.com>
Dependencies:
  • math/core

math/tests

Тестирование систем, входящих в проект Math

License:
GNU GENERAL PUBLIC LICENSE Version 3, 29 June 2007 or later
Authors:
Nick Matvyeyev <mnasoft@gmail.com>
Dependencies:
  • fiveam

  • math

math/transform

@b(Описание:) система @b(math/transform) содержит функции преобразования в трехмерном пространстве.

License:
GNU GENERAL PUBLIC LICENSE Version 3, 29 June 2007 or later
Authors:
Nick Matvyeyev <mnasoft@gmail.com>
Dependencies:

    None

math/x-o

Консольная игра крестики-нолики

License:
GNU GENERAL PUBLIC LICENSE Version 3, 29 June 2007 or later
Authors:
Nick Matvyeyev <mnasoft@gmail.com>
Dependencies:
  • math/arr-matr

  • math/core

Dependencies (7)

  • cl-utilities
  • codex
  • fiveam
  • font-discovery
  • gsll
  • mnas-package
  • vgplot

Dependents (0)

    • GitHub
    • Quicklisp