Mathematics Software for Linux

View 10 business solutions
  • Gemini 3 and 200+ AI Models on One Platform Icon
    Gemini 3 and 200+ AI Models on One Platform

    Access Google's best plus Claude, Llama, and Gemma. Fine-tune and deploy from one console.

    Build generative AI apps with Vertex AI. Switch between models without switching platforms.
    Start Free
  • Forever Free Full-Stack Observability | Grafana Cloud Icon
    Forever Free Full-Stack Observability | Grafana Cloud

    Our generous forever free tier includes the full platform, including the AI Assistant, for 3 users with 10k metrics, 50GB logs, and 50GB traces.

    Built on open standards like Prometheus and OpenTelemetry, Grafana Cloud includes Kubernetes Monitoring, Application Observability, Incident Response, plus the AI-powered Grafana Assistant. Get started with our generous free tier today.
    Create free account
  • 1

    Neural Network

    Neural Network with Hypercube Neurons.

    Downloads: 1 This Week
    Last Update:
    See Project
  • 2
    Nickle is a desk calculator language with powerful programming and scripting capabilities. Nickle supports a variety of datatypes, especially arbitrary precision numbers.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 3
    Program to convert numbers to and from binary, hexadecimal, octal and binary. Useful for scientific calculations and programmers.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 4
    The program evaluates ordinal expressions and relations. displaying the normal form output in plain text and/or TeX format. It supports notations for ordinals through and somewhat beyond those definable by the Veblen function.
    Downloads: 1 This Week
    Last Update:
    See Project
  • AI-generated apps that pass security review Icon
    AI-generated apps that pass security review

    Stop waiting on engineering. Build production-ready internal tools with AI—on your company data, in your cloud.

    Retool lets you generate dashboards, admin panels, and workflows directly on your data. Type something like “Build me a revenue dashboard on my Stripe data” and get a working app with security, permissions, and compliance built in from day one. Whether on our cloud or self-hosted, create the internal software your team needs without compromising enterprise standards or control.
    Try Retool free
  • 5
    PI-Based Image Encoder / Converter

    PI-Based Image Encoder / Converter

    Python code able to convert / compress image to PI (3.14, π) Indexes

    Image processing tool that encodes pixel data as indices within the first 16.7 million digits of PI (π). Features high-performance Numba-accelerated search and a signature 'film-grain' aesthetic upon reconstruction. ZIP also include 16 MB file with 16,7 mil numbers of PI Benchmark(Single-Thread): Hardware & Environment Apple Silicon: Apple M2 (Mac mini/MacBook) x86_64 Platform: Intel Core Ultra 5 225F (Arrow Lake, 10 Cores) OS 1: Fedora 43 (GNOME) OS 2: Windows 11 Pro (23H2/24H2) Software: Python 3.14.3 + Numba JIT (latest) Results (Lower is better) Platform / OS CPU Time (Seconds) macOS (Native) Apple M2 52.151311 s (in default setup) Fedora Linux Intel Core Ultra 5 225F 58.536457 s (in default Power Management: Balanced) Windows 11 Intel Core Ultra 5 225F 59.681427 s (important! Power Management set as High Performance .. in Balanced is slow)
    Downloads: 1 This Week
    Last Update:
    See Project
  • 6
    Parallel Iterative Deconvolution is a multithreaded ImageJ plugin for iterative image deblurring.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 7

    Pi-Trav

    An interactive pi walk.

    A simulation and visualization of random walks based on the digits pi. This program also has a settings menu.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 8
    PowerMath is a computer algebra system designed for all science. It has the ability, but not the limitation, to complete advanced or simple science and math problems. It runs from DOS but programmers are needed to program a GUI for the software.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 9
    PredatorPreySimulation is a graphical Java application for simulating a predator prey ecosystem using the Volterra-Lotka equations.
    Downloads: 1 This Week
    Last Update:
    See Project
  • Fully Managed MySQL, PostgreSQL, and SQL Server Icon
    Fully Managed MySQL, PostgreSQL, and SQL Server

    Automatic backups, patching, replication, and failover. Focus on your app, not your database.

    Cloud SQL handles your database ops end to end, so you can focus on your app.
    Try Free
  • 10

    Primes

    Calculate primes by using extremely fast sorting

    This project considers the problem of calculating primes as a sorting problem. It includes the most efficient tree-based sorting algorithm that is possible and shows that finding a new prime can be done by sorting the differences between the previous primes in the right way. Unfortunately it has turned out that going this way is even more slowly than trying to find primes by brute force. So it can only be used as a test with heavy load for the sorting algorithm, which can be used for sorting any kind of data. And as already mentioned, it's just the most efficient tree-based sorting algorithm that you can get. But furthermore this way of finding primes interestingly leaves a hard nut to crack for mathematicians: In very rare cases it finds numbers that are not primes. For all primes below one million this phenomenon arises in exactly two cases: 31213 which is 7 * 7 * 7 * 7 * 13 336141 which is 3 * 3 * 13 * 13 * 13 * 17 Who can explain, why?
    Downloads: 1 This Week
    Last Update:
    See Project
  • 11
    ProjectEnv

    ProjectEnv

    Experimentation System

    Experimentation Planning System
    Downloads: 1 This Week
    Last Update:
    See Project
  • 12
    PyGTS is a python package used to construct, manipulate, and perform computations on triangulated surfaces. It is a hand-crafted and pythonic binding for the GNU Triangulated Surface (GTS) Library. THIS PROJECT IS NOT BEING MAINTAINED.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 13
    The main goal of this project is to create a system-independent MathML rendering engine in Python. This engine works with an abstract 'plotter' driver class, that can be subclassed for any rendering device needed.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 14
    PyPedal is a Python module that provides tools for the manipulation of pedigrees, simple visualization of pedigrees, and the calculation of measures of genetic diversity from pedigrees.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 15

    PyVision Computer Vision Toolkit

    A Python computer vision library

    PyVision is a object-oriented Computer Vision Toolkit for researchers that contains vision and machine learning algorithms and algorithm analysis and easily interfaces with scipy/numpy, PIL, opencv and other computer and machine learning libraries.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 16
    A basic quadratic equation calculator written in Java with a command-line interface. Handles fractions and imaginary roots. Thanks to Doug Lea at SUNY Oswego for his work on the Fraction class.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 17

    Quaternion toolbox for Matlab

    Quaternion and octonion toolbox for Matlab

    Quaternion toolbox for Matlab is a toolbox that extends Matlab to handle matrices of quaternions with real and complex components. Many Matlab operators and functions are overloaded to work for real quaternion and complexified quaternion matrices. Version 2 of the toolbox adds support for octonions. Version 3 adds symbolic computation with quaternions, provided that you have the Symbolic Math Toolbox (if you don't the numeric functionality will still work).
    Downloads: 1 This Week
    Last Update:
    See Project
  • 18
    Collection of OpenOffice spreadsheets that solve queueing theory models. These spreadsheets can be used a companion software to the textbook "Fundamentals of Queueing Theory" by Gross & Harris.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 19
    An elementary cellular automaton simulator using a glider-based model to easily identify and insert gliders and repeating patterns.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 20
    SciData

    SciData

    Data Management for Matlab, MathCAD, and SciLab

    Data Management for Matlab, MathCAD, and SciLab: - Automatically import/export data to/from Matlab/MathCAD/Scilab - Easily separate data and analysis - Batch processing of datasets - Data filtering - Easily manage metadata for all your data files - Built in Data Acquisition (DAQ) - Implements Microsoft Scientific Dataset so data files are stored in a standard format
    Downloads: 1 This Week
    Last Update:
    See Project
  • 21
    A simple tool for visualizing finite sets as cardboard boxes. Boxes nest and contain numbers/balls to give a basic intuition for students first learning about sets. 3D visualization done via OpenGL.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 22
    ShiVaSmiles

    ShiVaSmiles

    A slick interface to see various scale analysis algorithms in action.

    The Shape Visualizer is intented to be an exploratory/educational tool making it quick and easy to see how various mathematical methods perform in analysing and selecting the various patterns present on an image. The main website is built as a wiki gathering info and examples on the various implemented algorithms. The combination of the application and its wiki intend to constitute a nice little pedagogic toolkit for multiscale analysis. Feel free to contribute code or wiki content !
    Downloads: 1 This Week
    Last Update:
    See Project
  • 23
    Simple Calculator
    A very simple Calculator made in Java. Feel free to make it better!
    Downloads: 1 This Week
    Last Update:
    See Project
  • 24

    Simple Python Fixed-Point Module

    Pure-python binary fixed-point arithmetic library

    This Python module provides basic facilities for mathematics on fixed-point numbers. The number of fractional binary digits is tunable, allowing near-arbitrary precision arithmetic. Arithmetic & functions such as sqrt, exp, log, sin & cos are available. For the latest releases please visit https://github.com/rwpenney/spfpm
    Downloads: 1 This Week
    Last Update:
    See Project
  • 25
    Software to solve Linear Programming problems applying the Revised Simplex Algorithm (2-Phase Method) and performing a Sensitivity Analysis too.
    Downloads: 1 This Week
    Last Update:
    See Project
MongoDB Logo MongoDB