-
Updated
Feb 1, 2022 - Java
computer-algebra-system
Here are 78 public repositories matching this topic...
-
Updated
Dec 20, 2021 - TypeScript
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.egi -
lib/core/random.egi -
lib/core/shell.egi -
lib/core/sort.egi - Every
In PR #4557 we added InstallEarlyMethod and used it to merge FirstOp and First. Something similar should be done for more operations, following the pattern outlined in PR #4557
Here is a partial lists of operations where it may make sense to do so:
- in
coll.gdListOpSumOpProductOpFilteredOpNumberOpForAllOpForAnyOp
- in
list.gd
-
Updated
May 31, 2021 - Java
-
Updated
Jan 30, 2022 - Clojure
-
Updated
Jan 24, 2022 - 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
Dec 16, 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
Feb 4, 2022 - Python
-
Updated
Jul 20, 2021 - C++
-
Updated
Jan 28, 2022 - TypeScript
-
Updated
Dec 31, 2018 - Java
-
Updated
Aug 11, 2021 - TypeScript
-
Updated
Feb 17, 2020 - Swift
-
Updated
Nov 26, 2021 - C++
-
Updated
Sep 9, 2020 - Haskell
-
Updated
Feb 3, 2022
-
Updated
Oct 30, 2021 - Java
-
Updated
Feb 4, 2022 - GAP
-
Updated
Oct 20, 2020 - C++
-
Updated
May 22, 2019 - Dart
-
Updated
May 6, 2018 - Shell
-
Updated
Jan 26, 2022 - Python
-
Updated
Jan 24, 2022 - 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."
Suppose
Would be nice to have a
degreefunction that we can use asdegree(z,x)to extract the degree ofzwith respect tox(this will help for multi-variable polynomials too).Also
coeff(z,x)to extract a list of coefficients with respect to he variablex. Thuscoeff(z,x^2)returns the coefficient with respect tox^2an