Mathematics Software

View 2206 business solutions
  • Finance Automation that puts you in charge Icon
    Finance Automation that puts you in charge

    Tipalti delivers smart payables that elevate modern business.

    Our robust pre-built connectors and our no-code, drag-and-drop interface makes it easy and fast to automatically sync vendors, invoices, and invoice payment data between Tipalti and your ERP or accounting software.
  • Join thousands of influencers in showing off your influence to brands. Icon
    Join thousands of influencers in showing off your influence to brands.

    For brands and businesses seeking a solution to collaborate with influencers and content creators

    With Afluencer, you can find the ideal collaborations for your niche. Search by interests, requirements, channels, and more! Join thousands of influencers in showing off your influence to brands. Plus, our “influencer spotlights” are widely read and followed. We have 283 active collab opportunities waiting for you, right now! We help brands find уоu so that you’ll receive invitations to collab, too. Exchange direct messages with Brands and explore new partnership opportunities in the chatroom. Describe yourself and your influence. Include channels, interests, following, etc. Brands can find your profile based on their requirements, and apply to see if they are a match. Use Afluencer to keep track of invitations, relationships, and more in one single platform. We help you find awesome merchants with unique products to partner with. The best influencer programs can provide you with great ways to monetize your social media following, content, and your business.
  • 1

    eMatrix

    A C++ Matrix Library

    eMatrix is a lightweight matrix library developed in C++. EMatrix is designed to help solve engineering problems requiring linear algebra. eMatrix is OS independent and is fairly portable. New features include inv(A) and det(A).
    Downloads: 1 This Week
    Last Update:
    See Project
  • 2

    erf

    error function and related functions in pure standard Fortran 2008

    Fortran 2008 added 3 new intrinsic functions: erf, erfc, erfc_scaled. However, they take only real arguments. This package provides a BSD licensed Fortran 2008 module with erf(z), where z is a complex argument. The calculation is based on calculating w(z), the Faddeyeva (plasma dispersion) function. Two algorithms are implemented: TOMS 680 and 916, http://www.netlib.org/toms/. The simple test program calculates values in the Abramowitz, Stegun.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 3
    factorizer

    factorizer

    Programa Para Factorizar/Simplificar Expresiones algebráicas.

    Un programa con interfaz simple, para factorizar/simplificar expresiones algebráicas. Nota 1: Se debe tener en cuenta la introducción de expresiones válidas en el contexto de operadores de python, dentro del programa se aclaran los tres operadores que podrían estar mal usados, y como deben escribirse. Nota 2: Se debe tener Python >= 3..11.6 instalado previamente, no se agrega python en el ejecutable de "Factorizer" justamente para que sea muy portable y preciso. Este programa usa Python V3..11.6, Tkinter V8.6 y sympy V1.13.2 ¡ES UNA VERSIÓN ALPHA!
    Downloads: 1 This Week
    Last Update:
    See Project
  • 4
    Geom4J is a computational geometry library for Java. It contains implementation of the most important computational geometry data structures and algorithms coded in pure Java, designed for ease of use and optimized for performance.
    Downloads: 1 This Week
    Last Update:
    See Project
  • Pest Control Management Software Icon
    Pest Control Management Software

    Pocomos is a cloud-based field service solution that caters to businesses

    Built for the pest control industry, but also works great for Mosquito Control, Bin Cleaning, Window Washing, Solar Panel Cleaning, and other Home Service Businesses in need of an easy-to-use software that helps you simplify routing, scheduling, communications, payment processing, truck tracking, time tracking, and reporting.
  • 5
    Programmer's library for random numbers. Also random number generator testing code. Intended for simulation, games and "Monte-Carlo" algorithms.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 6
    The GMP compiler simplifies the use of GMP, the GNU multiple precision library. It scans a C source file for specially marked GMPS arithmetic expressions and replaces them with plain C.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 7
    gmp library that can be linked with MSVC
    Downloads: 1 This Week
    Last Update:
    See Project
  • 8
    Not yet playable. jadab is a Dots and Boxes playing program. It uses modern algorithms and graph theory to play the twin game, Strings and Coins. It is being done as a research project in math, game theory, and computer science at Dalhousie University
    Downloads: 1 This Week
    Last Update:
    See Project
  • 9
    jgnuplot is a Java library for interfacing with the gnuplot plotting package which outputs to X11, PostScript, PNG, GIF and other formats.
    Downloads: 1 This Week
    Last Update:
    See Project
  • Spreadsheets are hard. Nostra is easy. Icon
    Spreadsheets are hard. Nostra is easy.

    A single tool that advances the performance of your professional services business through data and AI.

    Save administrative costs with simple time tracking and approvals. Understand with precision how your employees are actually spending their time relative to plan. Gain insights on the performance of your company so you can be more strategic on growing your business. Integrate with your existing CRM, or leverage Nostra's to gain insight on your profits and how your sales pipeline is putting demands on your resources. Make only the hires you have to. Gain early insight your sales pipeline and being intune with all inflight projects, Nostra will guide you on exactly when, what and who to hire for. Track milestones and time entry so you know what you can invoice for and when and get paid on time. With approval workflows and integrations with GL systems, you will not leak any revenue.
  • 10
    jmathtools, mathematical / scientific java stuff designed to be easily used and modified, not really designed for high performance calculation.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 11

    libdspl-2.0

    libdspl-2.0 is opensource cross-platform digital signal processing alg

    libdspl-2.0 — opensource cross-platform digital signal processing algorithm library, written in C language. Distributed under LGPL v3 license. This allows to use this library in all applications with dynamic linking.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 12
    This program will give the user a shell that is able to connect to different mathematical engines (at least octave and scilab) and distribute the work among them. It will also be able to connect to other engines as gnuplot, plplot o wish(tcl/tk inter
    Downloads: 1 This Week
    Last Update:
    See Project
  • 13
    The algorithm allows any kind of weights (costs, frequencies), including non-numerical ones. The {0, 1, ..., n-1} alphabet is used to encode message. Built tree is n-ary one.The algorithm is based on a set of template classes : Cell(SYMBOL, WEIGHT), Node(
    Downloads: 1 This Week
    Last Update:
    See Project
  • 14
    n-chinese-remainders

    n-chinese-remainders

    chinese remainder theorem - progressive solving, n-soln, extras

    "chinese remainder" solves a system of equations over modulus quickly. crtwo is an improvement to Mathematica's release. crtwo: solves Chinese Remainder a pair at a time, (uses gcd), yet is still fast. Which means crtwo, unlike text book soln, uses an algorithm to solve or fail one mod equation at a time. showing win or fail of each eqn and solving other sawtooth intersections is possible, due to that. crAll2@crtwo provides n soln near x for CR using width of soln crchart3 shows sawtooth CR waves and visible soln align1: solves i m2 == j m2 + b -> {i,j,dist} (like PowerMod->i but b is any and gcd(m1,m2) not req.) other funs: Euclidians, showFactors, changeBaseArr, caesar, rsa, inverseMod, IntToModTups (large number math for PC's) crfindnSolnAfterxInEqm (solve saw wave LL,RL,LR,... intersects) congruence, plots, y-shifted triangular wave solve, testing (for historic reasons files are also in https://sourceforge.net/projects/periodictablemm/)
    Downloads: 1 This Week
    Last Update:
    See Project
  • 15
    with nodeCol you can create nodes and connect them with edges. then the script checks if there is a possibility to colorize the nodes with a specific number of colors without having two nodes, connectet with one edge, getting the same color.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 16
    Transformation from MathML (presentation markup) to SVG using XSLT 2.0
    Downloads: 1 This Week
    Last Update:
    See Project
  • 17
    Python library for a fast and flexible graph data structure.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 18
    rechne.exe

    rechne.exe

    Command-line calculator and libray.

    Easy-to-use command-line calculator for basic and scientific calculations.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 19
    This program will enable you to find every solar eclipse in between about 2500 BC to 3500 AD. The central line can be displayed graphically and saved as a JPEG or PNG image file or as a PDF document.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 20
    Mathematical extensions to unix shell.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 21
    timecalc is a simple cli reverse-polish time calculator with dc-like synthax
    Downloads: 1 This Week
    Last Update:
    See Project
  • 22
    x2x (xbit2xbyte\xbyte2xbit)

    x2x (xbit2xbyte\xbyte2xbit)

    Converts xbits to xbytes, and back again if needed.

    xbit2xbyte and xbyte2xbit are designed as sample programs for programmers new to C# as well as a learning tool for the author. These two programs also fulfilled a genuine need to convert to xbits (megabit usually) to xbytes (megabytes, again usually) when dealing with things such as cartridge sizes ,which are generally expressed in megabits, and something the author frequently encountered. Thus, xbit can be used to convert whatever bit (mega, giga, etc.) to whatever byte (again, mega, giga, etc.), and the sister program can be used to convert the opposite way.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 23
    MathLib is a .NET library for extended mathematical functionality, such as vectors, matrices, statistics, function-evaluation, etc.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    Humble modeler for one dimensional cellular automata, implemented in Flash Actionscript 3.0 for easy web application.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    A 2-D inviscid flow and adjoint solver on unstructured triangular grids. It makes use of a vertex-centroid finite volume scheme which is second order accurate. The adjoint solver is developed using the automatic differentiation tool called TAPENADE. Code has been moved to https://github.com/cpraveen/euler2d
    Downloads: 0 This Week
    Last Update:
    See Project