The Wayback Machine - https://web.archive.org/web/20220104110345/https://github.com/topics/symbolic-math
Skip to content
#

symbolic-math

Here are 63 public repositories matching this topic...

SymbolicUtils.jl
MasonProtter
MasonProtter commented Oct 2, 2018

Now that we can generate equations of motion from a Lagrangian (should work in theory for Hamiltonians too but I haven't tried), it'd be really slick if we could pipe that solution into a differential equation solver and get a numerical solution.

@PerezHz works on TaylorIntergration.jl so if he wants to get that running, that'd be great. I'd also like DifferentialEquations.jl support at some p

justindujardin
justindujardin commented Jan 28, 2020

I noticed that I forgot to update the API docs for a refactor that moved mathy.mathy to mathy.api.

Currently, you have to run:

cd libraries/website
sh tools/docs.sh

And it generates all the API doc files. This means it's too slow to run all the time. It should be updated to run as part of lint-staged and support passing individual files on the command-line, similar to th

brandonwillard
brandonwillard commented Jul 24, 2019

As a convenience, we should provide meta tensor implementations of the following:
__add__, __radd__, __sub__, __rsub__, __mul__, __rmul__, __div__, __rdiv__, __truediv__, __rtruediv__, __floordiv__, __rfloordiv__, __mod__, __rmod__, __lt__, __le__, __gt__, __ge__, __and__, __rand__, __or__, __ror__, __xor__, __rxor__, __getitem__, __pow__, `__rp

Ensembler is a python package that provides fast and easy access to 1D and 2D model system simulations. It can be used for method development or to deepen understanding of a broad spectrum of modeling methods, from basic sampling techniques to enhanced sampling and free energy calculations. It is easy to install, fast, increases shareability, comparability, and reproducibility of scientific code developments.

  • Updated Nov 20, 2021
  • Python
reduce-algebra

Comprehensive univariate polynomial class. All arithmetic performed symbolically. Some advanced features include: Arithmetic of polynomial rings over a finite field, the Tonelli-Shanks algorithm, GCD, exponentiation by squaring, irreducibility checking, modular arithmetic (obviously) and polynomials from roots.

  • Updated Dec 30, 2021
  • C#

No puedo cursar una materia sin intentar en algún momento llevarla a código y visualizar los temas que estoy estudiando. Este repo tiene el objetivo de mantener ordenada y accesible la colección de todos esos intentos.

  • Updated Oct 26, 2021
  • Jupyter Notebook
reduce-historical

Improve this page

Add a description, image, and links to the symbolic-math topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the symbolic-math topic, visit your repo's landing page and select "manage topics."

Learn more