Mathematics Software

View 2183 business solutions
  • Red Hat Ansible Automation Platform on Microsoft Azure Icon
    Red Hat Ansible Automation Platform on Microsoft Azure

    Red Hat Ansible Automation Platform on Azure allows you to quickly deploy, automate, and manage resources securely and at scale.

    Deploy Red Hat Ansible Automation Platform on Microsoft Azure for a strategic automation solution that allows you to orchestrate, govern and operationalize your Azure environment.
  • SKUDONET Open Source Load Balancer Icon
    SKUDONET Open Source Load Balancer

    Take advantage of Open Source Load Balancer to elevate your business security and IT infrastructure with a custom ADC Solution.

    SKUDONET ADC, operates at the application layer, efficiently distributing network load and application load across multiple servers. This not only enhances the performance of your application but also ensures that your web servers can handle more traffic seamlessly.
  • 1
    GsTL is a C++ library that provides a comprehensive set of tools and algorithms for geostatistics. The algorithms provided include kriging, cokriging, sequential simulation and p-field simulation.
    Leader badge
    Downloads: 1 This Week
    Last Update:
    See Project
  • 2

    HPCall

    Improved base-calling for homopolymer-sensitive next-gen data.

    The current software contains the implementation for the 454 pyrosequencing platform.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 3
    HYDRA is an open-source, platform-neutral library for performing Markov Chain Monte Carlo. It implements the logic of standard MCMC samplers within a framework designed to be easy to use and to extend while allowing integration with other software to
    Downloads: 1 This Week
    Last Update:
    See Project
  • 4
    Hy3S uses advanced MPI parallelized hybrid stochastic simulation methods to quickly compute the dynamics of biochemical networks with thousands of species/reactions. Many features included (see Home Page). An easy-to-use GUI (Matlab req) is included.
    Downloads: 1 This Week
    Last Update:
    See Project
  • Passwordless authentication enables a secure and frictionless experience for your users | Auth0 Icon
    Over two-thirds of people reuse passwords across sites, resulting in an increasingly insecure e-commerce ecosystem. Learn how passwordless can not only mitigate these issues but make the authentication experience delightful. Implement Auth0 in any application in just five minutes
  • 5
    Displays four-dimensional objects and functions by projecting them into three-dimensional space. Viewpoint transformations and parameter changes are displayed in real time. THE PROJECT'S CODE BASE HAS BEEN MOVED TO GITHUB: https://github.com/lene/HyperspaceExplorer The Git repository on SourceForge will be kept in sync with GitHub at least for the time being, but for the latest commits you should check the GitHub Project. If you want to report a bug or a feature request, please use the GitHub issue tracker at https://github.com/lene/HyperspaceExplorer/issues
    Downloads: 1 This Week
    Last Update:
    See Project
  • 6
    Incremental singular value decomposition (SVD) routines for the Gnu Scientific Library (GSL). It outperforms the standard batch-SVD methods in running/windowed SVD applications.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 7
    InterpoladorLinearApp

    InterpoladorLinearApp

    Simple App to calc Linear Interpolation

    This is a simple App to calc Linear Interpolation built in C#.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 8
    IterInt is a numerical integration package that implements iterated numerical integration methods. Iterated methods can be used to compute low dimensional (less than ten, for example) integration problems to get very accurate results.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 9
    JCalc is GUI calculator written entirely in Java. It can be run cross-platform on any OS with a Java Virtual Machine. It shall be portable, stable, and efficient.
    Downloads: 1 This Week
    Last Update:
    See Project
  • Tigerpaw One | Business Automation Software for SMBs Icon
    Tigerpaw One | Business Automation Software for SMBs

    Fed up with not having the time, money and resources to grow your business?

    The only software you need to increase cash flow, optimize resource utilization, and take control of your assets and inventory.
  • 10
    JPlotter

    JPlotter

    Plotter for math functions y=f(x)

    JPlotter is an open source math plotter that can draw graphs of arbitrary mathematical functions. Some of the special features are plotting of the derivatives, area calculation, plotting of directional fields of differential equations and plotting of phase and amplitude graph of complex functions.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 11
    A documented, maintained, and easy to use java library for plotting various statistical and mathematical graphs.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 12
    Computes and displays Lindenmayer Systems. The programming language is Java.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 13
    Java multiprecision calculator

    Java multiprecision calculator

    Multiprecision calculator

    Multipresicion calculator, based on Bigdecimal Java class . It has a library (BigMath) that makes calculations with Bigdecimal. It has also an expression parser to parse the user input. It allows you to store user defined variables and functions . You can operate with them to be used for calculations or for creating new functions with composition. With the new version, you can also calculate the derivative of a function. JDK-17 compatibility
    Downloads: 1 This Week
    Last Update:
    See Project
  • 14
    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: 1 This Week
    Last Update:
    See Project
  • 15
    A language modeling tool kit written in Java for natural language processing applications. It can handle character-by-character modeling of unknown words, language model combination, comparison, and evaluation, as well as a number of smoothing techniques
    Downloads: 1 This Week
    Last Update:
    See Project
  • 16

    LIME

    LIME is a software tool for creating multiphysics simulation codes.

    The Lightweight Integrating Multiphysics Environment for coupling codes (LIME) is a small software package for creating multiphysics simulation codes. LIME is intended to be especially useful when separate computer codes (which may be written in any standard computer language) already exist to solve different parts of a multiphysics problem. LIME provides the key high-level software (written in C++), a well defined approach (with example templates), and interface requirements to enable the assembly of multiple physics codes into a single coupled-physics simulation code. To achieve its flexible lightweight design objectives, LIME 1.0 requires that some amount of customized software be written each time a new multiphysics application is created. Also, modest high-level revisions or modifications to most stand-alone physics codes may be required to meet interface requirements. Detailed descriptions of these requirements together with example cases are provided in a users guide.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 17
    A Java application enabling users to create, edit, and view sports or competition results. In addition, there are facilities to view league tables and other statistical information based on the results.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 18
    Lib Hyper Math for GCC (C++)

    Lib Hyper Math for GCC (C++)

    Library Hyper Math for GCC (C++)

    This library has complementary features to the "cmath" library. Here we present functions for trigonometric calculations (cot, sec, csc, acot, asec, acsc) and hyperbolic (coth, sech, csch, acoth, asech, acsch) and exponential (nthrt) calculations and more. The results are presented in radians. For results in degrees multiply 180/M_PI by radians or use function torad. For degrees multiply M_PI/180 or use todeg. For more libraries, go to: https://sourceforge.net/u/augustomanzano/profile. To see my curriculum vitae go to: http://lattes.cnpq.br/8184615061457853. Augusto Manzano http://www.manzano.pro.br
    Downloads: 1 This Week
    Last Update:
    See Project
  • 19
    LibNav is a library providing general algorithms for navigation and positioning. It includes datum conversions, reference systems conversions, vector and matrix operations, Least-Mean-Squares, Kalman Filter, Runge-Kutta, statistical tools and more.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 20
    An editor that allows to make math computations/apply functions, on defined variables. C#/Regular Expressions/Math(binary/hex/decimal)
    Downloads: 1 This Week
    Last Update:
    See Project
  • 21
    LogicCalculus

    LogicCalculus

    A logic IDE for the sentential logic and the predicate logic.

    LogicCalculus is a logic IDE for the sentential logic and the predicate logic. Currently it can evaluate expressions and fill a truth table.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 22
    An easy to use mathematical function graph plotter written in Python and GTK.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 23
    Mark Six Analyst is a database of Hong Kong Lottery or so-called Mark Six. It provides a tool of various statistics method to show relationships between data and forecasts.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 24

    Math Simulator

    A simulation software for numerical techniques.

    Math Simulator is a java-based application which simulates various mathematical techniques.It is extremely useful for the Engineering students and for professionals. Most importantly, unlike most others Math Simulator is an Application rather than a java - library. So, user is not required to have any computer background. A Unique feature of Math Simulator is that it allows you to save queries for later reference. Hence you can save the problems along with their results.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 25

    Math Tools

    Provides useful mathematical tools which make your work much easier.

    Math Tools provides mathematical tools, allows you to calculate triangle propeties, and find both parametric and algebraic forms of planes. ------ More Tools Will be Added in The Future ------ ------ Translation to english will be completed soon ------
    Downloads: 1 This Week
    Last Update:
    See Project