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
  • 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
  • 1
    JRVFSim (Jarvis) is a simulator of a fluid dynamics phenomenon known as radial viscous fingering. Its main feature consists of taking jordan curves and simulating their evolution subject to various parameters. Includes a partial API for numerical methods
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    Java Randomness Test Suite is a gui application to run randomness tests on random stream resource (file or algorithm). Application can be run in command line. Includes general statistical tests, NIST and DIEHARD tests.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    Raytracing rendering engine written in Java. Plug it into a modeling environment, or programmatically create a scene. Uses Constructive Solid Geometries (CSG), bounding boxes, and fully extensible design (at least eventually).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    JREC is a framework for building finite state automatons from regular expressions based on a general grammar.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 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
  • 5
    A java command-line application where the main goal is to solve any simplex problem. It's a team-work school project. It can be usefull for other students who needs to understand the simplex algorithm.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    JTSA is an educational time series analysis tool for simple calculations and forecasts using the additional or multiplicative seasonal decomposition method.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    JavaANPR is an automatic number plate recognition software, which implements algorithmic and mathematical principles from field of artificial intelligence, machine vision and neural networks.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    A graph library, developed in Java.
    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
  • 10
    Logo command and construct library for Java. Intended as a tool for teaching novice programmers the Java language and object orientation.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11

    Javafastcomplex

    Javafastcomplex has both mutable and immutable complex numbers

    Javafastcomplex is a fast complex number package for Java. Most existing complex number packages implement only immutable complex numbers, which is easy to understand given that immutable objects lead to more understandable code. Mutable complex numbers would avoid garbage-collection penalty and therefore be faster in calculations. Javafastcomplex implements both mutable and immutable complex numbers, and has a common interface for both, allowing users to write functions that can take either a mutable or an immutable complex number as an argument. Mutable complex numbers can then be used in the most performance-critical parts of the code with immutable complex numbers being used elsewhere. Performance improvement of mutable complex numbers is 10x in the best-case scenario and about 2x in real life complex number code. The package is released under the liberal MIT license.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    Javaluator

    Javaluator

    A java infix evaluator based on "Shunting Yard" algorithm.

    Evaluate an arithmetic expression is as simple as: Double result = new DoubleEvaluator().evaluate("(e^3-1)*sin(pi/4)*ln(pi^2)"). But Javaluator provides you with much more ... Key features: - Functions support, including variable argument count. - Constants support: e, pi, etc ... - Variables support: Example sin(x) for x = pi/4. - Highly configurable: Reduce the built-in operator or function sets, define your own brackets. - Extensible: Define your own grammar, or extends the existing one. - Localizable: Define localized names for functions or constants. - Syntax check - Small footprint: 26kB, no additionnal library required. - Fully documented Please visit the project site to learn more : http://javaluator.fathzer.com If you use Javaluator in your product, we will be happy to add a link to your product in the Javaluator web site. Send an email to javaluator@fathzer.com. If you think Javaluator is valuable, vote up below.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    A tool for visualizing regular polytopes in stereographic projection. Capabilities include: a large database of Coxeter polytopes, 6-axis motion control, animation, fly-though, stereo viewing, high-res capture, depth-blur, and many style options.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    This project provides an interface to Java expression evaluator software. It does not itself provide expression capabilities but instead provides a common interface.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    An implementation of the Joint Generation Algorithm of Fredman and Khachiyan for the computation of a dual pair of monotone boolean formulas in DNF (hypergraph transversals, extreme rays of polyhedral cones...). User-replaceable oracle.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    An online judge system to judge the ACM-ICPC programming contests.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    KAlgebra is a MathML-based graphic calculator, thought to bring to the user its power by solving expressions written in MathML or calculating converted common equations to MathML. This project now belongs to KDE Edu. http://edu.kde.org
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    With this program you can do Geometry on a computer just like you would do it on a blackboard in a classroom. However, the computer allows you to go beyond that, since Euklid are designed to do interactive Geometry.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    KGameOfLife is an application that simulates the classical Game of Life invented by John Conway. It consists of a collection of cells on a board which, based on a few mathematical rules, can live, die or multiply.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    KHorn is a universal easy to use CAS (Computer Algebra System). It will be usable for Physics, Chemistry, Mathematics and other natural sciences. KHorn is based on the GMP library.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21

    KL1p

    A portable C++ library for Compressed Sensing

    KL1p is a portable C++ framework for handling sparse recovery of inverse problems of underdetermined linear systems, like in compressed sensing technique.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    KPNClac is a polish notation calculator intended to inspired by the HP48 Series calculators. It handles complex numbers and will someday handle matricies. The next current development version allows user programmable functions via python.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    KSciPlot is a function plotter for the KDE environment. It supports embedding in KOffice applications, deriving functions, polar plots, etc.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    KStochastic gives the user the ability to create pictures of stochastic processes based on arbitrary probability distributions. Those pictures can then be used for illustration purposes in various publications treating random phenomena.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    A little calculator applet for the kicker
    Downloads: 0 This Week
    Last Update:
    See Project
MongoDB Logo MongoDB