-
Updated
Aug 12, 2021 - Java
computer-algebra-system
Here are 75 public repositories matching this topic...
-
Updated
May 14, 2021 - CoffeeScript
Suppose
@variables x
z = x^3 + x^2 + x + 1Would be nice to have a degree function that we can use as degree(z,x) to extract the degree of z with respect to x (this will help for multi-variable polynomials too).
Also coeff(z,x) to extract a list of coefficients with respect to he variable x . Thus coeff(z,x^2) returns the coefficient with respect to x^2 an
Right now, doc/ref/makedocreldata.g hardcodes a list of files that we scan for GAPDoc comments.
I think we should simply list all *.gd and *.gi files here, automatically (as we do for AutoDoc).
-
Updated
May 31, 2021 - Java
Make docker image available with JIB:
- https://github.com/GoogleContainerTools/jib
- https://github.com/GoogleContainerTools/jib/tree/master/jib-maven-plugin
The docker image should be updated automatically on each master commit. Therefore we need a GitHub Action "Java with Maven".
These 3 applications should be available:
- [MMA-browser-usage](https://github.com/axkr/symja_android_libr
-
Updated
Aug 23, 2021 - Clojure
-
Updated
Aug 11, 2021 - C
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
-
Updated
Jul 21, 2021 - JavaScript
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.shAnd 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
-
Updated
Nov 12, 2019 - C++
-
Updated
Jul 20, 2021 - C++
-
Updated
Aug 26, 2021 - TypeScript
-
Updated
Dec 31, 2018 - Java
-
Updated
Feb 17, 2020 - Swift
-
Updated
Aug 11, 2021 - TypeScript
-
Updated
Sep 9, 2020 - Haskell
-
Updated
Jun 7, 2021 - C++
-
Updated
Feb 22, 2021 - Java
-
Updated
Aug 23, 2021 - GAP
-
Updated
Aug 26, 2021
-
Updated
May 22, 2019 - Dart
-
Updated
May 6, 2018 - Shell
-
Updated
Jul 16, 2021 - Python
-
Updated
Oct 20, 2020 - C++
-
Updated
Dec 17, 2020 - Clojure
Improve this page
Add a description, image, and links to the computer-algebra-system topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the computer-algebra-system topic, visit your repo's landing page and select "manage topics."


Tests for following standard libraries seem to be missing. Although some libraries might be difficult to test (such as random.egi or io.egi), it'd be nice to have some tests that make sure all the functions in these libraries can be (at least) executed without dynamic errors.
lib/core/io.egilib/core/random.egilib/core/shell.egilib/core/sort.egi