Mathematics Software for Linux

View 10 business solutions
  • MongoDB Atlas runs apps anywhere Icon
    MongoDB Atlas runs apps anywhere

    Deploy in 115+ regions with the modern database for every enterprise.

    MongoDB Atlas gives you the freedom to build and run modern applications anywhere—across AWS, Azure, and Google Cloud. With global availability in over 115 regions, Atlas lets you deploy close to your users, meet compliance needs, and scale with confidence across any geography.
    Start Free
  • Custom VMs From 1 to 96 vCPUs With 99.95% Uptime Icon
    Custom VMs From 1 to 96 vCPUs With 99.95% Uptime

    General-purpose, compute-optimized, or GPU/TPU-accelerated. Built to your exact specs.

    Live migration and automatic failover keep workloads online through maintenance. One free e2-micro VM every month.
    Try Free
  • 1
    mathtoweb
    MathToWeb is a Java-based authoring tool that converts mathematical expressions written in AMS-Latex to presentation MathML. It can be applied to single equations or entire documents containing many hundreds of equations.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    matlab2fmex.m is a small translator which aims to convert numerical Matlab m-files to Fortran90 mex files. matlab2fmex first translates an m-file to a Fortran90 mex source file then compiles that Fortran90 file using Matlab's mex and the local compiler.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3

    matrixclass

    A small and simple cpp template class for manage matrix.

    A cpp class for manage matrix. Support the calculus of the determinant with the Lagrange's algorithm and the Gauss' method. From the revision 11 are avaiable new functions, like crop and cat of matrixes, and the LU decomposition algorithm.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    mbFuzzIT enables the work with Fuzzy technology (fuzzy inference / fuzzy logic) in Java. In order to facilitate the creation of the inference mechanisms, mbFuzzIT containts a visual editor.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 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
  • 5
    mcalx

    mcalx

    Matrix Calculator for LinuX

    MCalx is a small and quick C++ graphic calculator for performing common matrix operations such as addition, subtraction, multiplication and others.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    Tools to analyse and use passport data for biological collections.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    mcs - math coordinates system: the program draws single or multiple points and functions into a coordinates system. It works in console mode and it can be used in many operating systems. some functions/addons of the program are still at work.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    Python module to track the overall median of a stream of values "on-line" in reasonably efficient fashion.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    memesa-tools

    memesa-tools

    A collection of tools used in the enumeration of solution spaces

    This collection of tools forms the basis of a pipeline for the complete enumeration of the number of solutions present in a model that maximizes a single objective function.
    Downloads: 0 This Week
    Last Update:
    See Project
  • AI-powered service management for IT and enterprise teams Icon
    AI-powered service management for IT and enterprise teams

    Enterprise-grade ITSM, for every business

    Give your IT, operations, and business teams the ability to deliver exceptional services—without the complexity. Maximize operational efficiency with refreshingly simple, AI-powered Freshservice.
    Try it Free
  • 10

    mep4j

    Math Expression Parser 4 Java

    Math Expression Parser 4 Java MEP4J is a high performance math expression strings parser for Java (J2SE >= 5). Compare its performance against similiar libraries and let me know your experince. The library manages the 5 operators (+, -, /, %, *) together with the following functions: - "abs" - "cos" - "sin" - "acos" - "asin" - "cosh" - "sinh" - "tan", - "tanh" - "atan" - "sqrt" - "cbrt" - "root" - "log" - "log10" - "log1p" - "exp" - "expm1" - "atan2" - "pow" The library supports variables (case insensitive), custom and pre-loaded ("e" and "pi"). Example: int num_variations = 100; int init_value = 10; MathParser mathParser = new MathParser(); mathParser.putVariable("x", init_value); mathParser.parse("2 + (7 - 5) * 3.14159 * pow(x, (12-10)) + sin(-3.141)"); for(int i = init_value; i < num_variations; ++i) { Double result = mathParser.execute(); mathParser.putVariable("x", i); }
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    An R package for metrology. metRology provides classes and calculation and plotting functions for metrology applications, including measurement uncertainty estimation and (eventually) inter-laboratory metrology comparison studies.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    meta::Expr{T_emplate} is a C++ library which deals with expressions templates. With it, you can easily benefit from ET power and speed up your C++ classes. This is effective for numerical analysis classes such as Array or Matrix.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13

    metaopt

    Optimization toolbox for analyzing metabolic networks

    Metaopt contains direct C++ implementations of metabolic analysis methods based on flux optimization. It is mainly developed to solve thermodynamically constrained FBA and FVA (tFVA) efficiently.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    Triangle mesh tool and library. Primary features include generation from mathmatical equation, decimation or edge reduction, clipping, and interactive viewer.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    METIL is a python-like interpreted or compiled language made for speed and generic programming, as in C++ but with static symbolic computations, type propagation, "for" surdefinition. Object orientation is centered on properties, rather than hierarchy.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    The Perl 3D-extension of MFPic LaTeX package aimed to high quality draw of spatial objects, such as vectors, curves, bounded surfaces.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17

    mglua

    mglua stands for MathGL for Lua.

    mglua is a Lua extension for MathGL.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18

    minepy

    Maximal Information-based Nonparametric Exploration

    The minepy homepage has moved to http://minepy.readthedocs.io. The download page is now at https://github.com/minepy/minepy/releases.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    Mines is a program that will attempt to solve a 10x10 Minesweeper puzzle. The purpose of this project is to address the well-known problem of determining whether a given Minesweeper puzzle is solvable or not.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    Misq is a brand new calculator for geometric forms, based on Qt. The CLI version is named MiSg.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    mistat is a statistical program for use on Linux and Cygwin that uses commands from several popular statistical packages, and uses the associated libmistat.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    libmistat is a library of statistial functions written in c.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    An implementation of the Markovian Jensen Shannon divergence (MJSD). The code recursively segments a sequence of symbols and then assesses the divergence of each segment with respect to the entire sequence.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    To create a robust scientific calculator that consists of a backend that can be used on the console, and to build a GUI frontend to be used as part of the Math Magic project.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25

    modnlp-plugins

    External plugins for modnlp/teccli

    This is a general project for modnlp/teccli plugins, with focus on text visualizaton.
    Downloads: 0 This Week
    Last Update:
    See Project
MongoDB Logo MongoDB