Showing 31 open source projects for "symbolic"

View related business solutions
  • Our Free Plans just got better! | Auth0 by Okta Icon
    Our Free Plans just got better! | Auth0 by Okta

    With up to 25k MAUs and unlimited Okta connections, our Free Plan lets you focus on what you do best—building great apps.

    You asked, we delivered! Auth0 is excited to expand our Free and Paid plans to include more options so you can focus on building, deploying, and scaling applications without having to worry about your secuirty. Auth0 now, thank yourself later.
    Try free now
  • Bright Data - All in One Platform for Proxies and Web Scraping Icon
    Bright Data - All in One Platform for Proxies and Web Scraping

    Say goodbye to blocks, restrictions, and CAPTCHAs

    Bright Data offers the highest quality proxies with automated session management, IP rotation, and advanced web unlocking technology. Enjoy reliable, fast performance with easy integration, a user-friendly dashboard, and enterprise-grade scaling. Powered by ethically-sourced residential IPs for seamless web scraping.
    Get Started
  • 1
    PySR

    PySR

    High-Performance Symbolic Regression in Python and Julia

    PySR is an open-source tool for Symbolic Regression: a machine learning task where the goal is to find an interpretable symbolic expression that optimizes some objective. Over a period of several years, PySR has been engineered from the ground up to be (1) as high-performance as possible, (2) as configurable as possible, and (3) easy to use. PySR is developed alongside the Julia library SymbolicRegression.jl, which forms the powerful search engine of PySR. The details of these algorithms...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 2
    SymbolicNumericIntegration.jl

    SymbolicNumericIntegration.jl

    SymbolicNumericIntegration.jl: Symbolic-Numerics for Solving Integrals

    SymbolicNumericIntegration.jl is a hybrid symbolic/numerical integration package that works on the Julia Symbolics expressions.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    Catalyst.jl

    Catalyst.jl

    Chemical reaction network and systems biology interface

    Catalyst.jl is a symbolic modeling package for analysis and high-performance simulation of chemical reaction networks. Catalyst defines symbolic ReactionSystems, which can be created programmatically or easily specified using Catalyst's domain-specific language (DSL). Leveraging ModelingToolkit and Symbolics.jl, Catalyst enables large-scale simulations through auto-vectorization and parallelism. Symbolic ReactionSystems can be used to generate ModelingToolkit-based models, allowing the easy...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 4
    YALMIP

    YALMIP

    MATLAB toolbox for optimization modeling

    MATLAB toolbox for optimization modeling.
    Downloads: 1 This Week
    Last Update:
    See Project
  • Global anycast DNS network. | IBM NS1 Connect Icon
    Global anycast DNS network. | IBM NS1 Connect

    Enjoy fast connections to consumers around the globe through an anycast network with 26 points of presence (PoPs).

    IBM NS1 Connect provides fast, secure connections to users anywhere in the world with premium DNS and advanced, customizable traffic steering. NS1 Connect’s always-on, API-first architecture enables your IT teams to more efficiently monitor networks, deploy changes and conduct routine maintenance.
    Learn More
  • 5
    SymbolicRegression.jl

    SymbolicRegression.jl

    Distributed High-Performance Symbolic Regression in Julia

    SymbolicRegression.jl searches for symbolic expressions which optimize a particular objective.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    MathLink.jl

    MathLink.jl

    Julia language interface for Mathematica/Wolfram Engine

    This package provides access to Mathematica/Wolfram Engine via the MathLink library, now renamed to Wolfram Symbolic Transfer Protocol (WSTP).
    Downloads: 1 This Week
    Last Update:
    See Project
  • 7
    MethodOfLines.jl

    MethodOfLines.jl

    Automatic Finite Difference PDE solving with Julia SciML

    MethodOfLines.jl is a Julia package for automated finite difference discretization of symbolically defined PDEs in N dimensions. It uses symbolic expressions for systems of partial differential equations as defined with ModelingToolkit.jl, and Interval from DomainSets.jl to define the space(time) over which the simulation runs. This project is under active development, therefore the interface is subject to change. The docs will be updated to reflect any changes, please check back for current...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    SymEngine.jl

    SymEngine.jl

    Julia wrappers of SymEngine

    Julia Wrappers for SymEngine, a fast symbolic manipulation library, written in C++.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    Latexify.jl

    Latexify.jl

    Convert julia objects to LaTeX equations, arrays or other environments

    This is a package for generating LaTeX maths from Julia objects. This package utilizes Julia's homoiconicity to convert expressions to LaTeX-formatted strings. Latexify.jl supplies functionalities for converting a range of different Julia objects.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Easy management of simple and complex projects Icon
    Easy management of simple and complex projects

    We help different businesses become digital, manage projects, teams, communicate effectively and control tasks online.

    Plan more projects with Worksection. Use Gantt chart and Kanban boards to organize your projects, get your team onboard and assign tasks and due dates.
    Learn More
  • 10
    NonlinearSolve.jl

    NonlinearSolve.jl

    High-performance and differentiation-enabled nonlinear solvers

    ... linear solvers, along with the ability to use sparse automatic differentiation for Jacobian construction and Jacobian-vector products. NonlinearSolve.jl interfaces with other packages of the Julia ecosystem to make it easy to test alternative solver packages and pass small types to control algorithm swapping. It also interfaces with the ModelingToolkit.jl world of symbolic modeling to allow for automatically generating high-performance code.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    DynamicQuantities.jl

    DynamicQuantities.jl

    Lightweight + fast physical quantities in Julia

    DynamicQuantities defines a simple statically-typed Quantity type for Julia. Physical dimensions are stored as a value, as opposed to a parametric type, as in Unitful.jl. This can greatly improve both runtime performance, by avoiding type instabilities, and startup time, as it avoids overspecializing methods.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    LinearSolve.jl

    LinearSolve.jl

    High-Performance Unified Interface for Linear Solvers in Julia

    LinearSolve.jl is a unified interface for the linear solving packages of Julia. It interfaces with other packages of the Julia ecosystem to make it easy to test alternative solver packages and pass small types to control algorithm swapping. It also interfaces with the ModelingToolkit.jl world of symbolic modeling to allow for automatically generating high-performance code. Performance is key: the current methods are made to be highly performant on scalar and statically sized small problems...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    Reduce.jl

    Reduce.jl

    Symbolic parser for Julia language term rewriting using REDUCE algebra

    REDUCE is a portable general-purpose computer algebra system. It is a system for doing scalar, vector and matrix algebra by computer, which also supports arbitrary precision numerical approximation and interfaces to gnuplot to provide graphics. It can be used interactively for simple calculations (as illustrated in the screenshot below) but also provides a full programming language, with a syntax similar to other modern programming languages. REDUCE supports alternative user interfaces...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    Maxima -- GPL CAS based on DOE-MACSYMA

    Maxima -- GPL CAS based on DOE-MACSYMA

    Computer Algebra System written in Common Lisp

    Maxima is a computer algebra system comparable to commercial systems like Mathematica and Maple. It emphasizes symbolic mathematical computation: algebra, trigonometry, calculus, and much more. For example, Maxima solves x^2-r*x-s^2-r*s=0 giving the symbolic results [x=r+s, x=-s]. Maxima can calculate with exact integers and fractions, native floating-point and high-precision big floats. Maxima has user-friendly front-ends, an on-line manual, plotting commands, and numerical libraries...
    Leader badge
    Downloads: 6,042 This Week
    Last Update:
    See Project
  • 15
    Euler Math Toolbox

    Euler Math Toolbox

    Numerical and Symbolic Math Tool

    Euler is a powerful all-in-one numerical software and includes Maxima for seamless symbolic computations. Euler supports Latex for math display, Povray for photo-realistic 3D scenes, Python, Matplotlib and C for scripting, and contains a full programming language. Features include libraries for numerical algorithms, optimization, plotting in 2D and 3D, graphics export, a complete help system, tutorials and examples. Euler runs in Windows natively, or in Linux via Wine. It is completely free...
    Leader badge
    Downloads: 23 This Week
    Last Update:
    See Project
  • 16
    DataMelt

    DataMelt

    Computation and Visualization environment

    ... and symbolic regression are also available. Neural networks and various data-manipulation methods are integrated using powerful Java API. Elements of symbolic computations using Octave/Matlab scripting are supported.
    Downloads: 6 This Week
    Last Update:
    See Project
  • 17
    Differential Calculator

    Differential Calculator

    Terminal calculator with differential error estimates

    This is a terminal calculator with a remarkable twist. It uses symbolic differentiation to provide a numerically precise error estimate with each calculated answer. It mimics the functionality of an HewlettPackard ReversePolishNotation [RPN] calculator simply because I like RPN. But along with your answer, you get some measure of its trustworthiness. Runs on PCs or laptops running Windows or Linux.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    RigidBodyDynamics.jl

    RigidBodyDynamics.jl

    Julia implementation of various rigid body dynamics

    RigidBodyDynamics.jl is a rigid body dynamics library in pure Julia. It aims to be user friendly and performant, but also generic in the sense that the algorithms can be called with inputs of any (suitable) scalar types. This means that if fast numeric dynamics evaluations are required, a user can supply Float64 or Float32 inputs. However, if symbolic quantities are desired for analysis purposes, they can be obtained by calling the algorithms with e.g. SymPy.Sym inputs. If gradients...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    EVAlgebra -  Clifford algebra calculator

    EVAlgebra - Clifford algebra calculator

    A simple Clifford algebra calculator

    EVAlgebra , symbolic Clifford algebra calculator (geometric algebra) , is an Eigenmath adaptation. EVAlgebra support space dimension from 1 to 4 with arbitrry signature. It is fully documented at evalgebra.org. You may write your own scripts to resolve specific problem.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 20
    Calculus.jl

    Calculus.jl

    Calculus functions in Julia

    The Calculus package provides tools for working with the basic calculus operations of differentiation and integration. You can use the Calculus package to produce approximate derivatives by several forms of finite differencing or to produce exact derivatives using symbolic differentiation. You can also compute definite integrals by different numerical methods.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    pybag

    pybag

    Crossplatform files synchronization and backup portable tool.

    ... to the original files with the bag. The synchronization process will only copy changed files. The program is cross-platform and independent from the OS and file system. You may easily synchronize files between Windows and Linux, for example. Symbolic links are supported on all systems (if the OS or file system does not support symlinks, then they are emulated). This program has a GUI and a command line interface.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    This is a sophisticated & integrated simulation and analysis environment for dynamical systems models of physical systems (ODEs, DAEs, maps, and hybrid systems). It supports symbolic math, optimization, continuation, data analysis, biological apps...
    Downloads: 4 This Week
    Last Update:
    See Project
  • 23

    SCaVis

    Scientific Computation and Visualization Environment

    .... Linear, non-linear and symbolic regression are also available. Elements of symbolic computations using Octave/Matlab scripting are supported. The project was migrated to DataMelt.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    eXtended Screenshot (xscreenshot)
    This is a nice Windows and Linux screenshot tool for make, edit, share and exchange screenshots between people via the internet. This tool oriented for QA testers, programmers, designers, sales managers, support centers and other people.
    Downloads: 6 This Week
    Last Update:
    See Project
  • 25
    Symbolic is an OpenSource Enterprise Platform designed to build, configure and manage your huge and global distributed data centers. Based on the best open source frameworks, represents the solution for a centralized datacenter management platforms.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • Next