-
Updated
May 17, 2020 - Java
computer-algebra-system
Here are 55 public repositories matching this topic...
Since we're going to rewrite the parser dramatically, we need some tests to make sure that the functionality of the math output is preserved
Let cyc := -E(8)+E(8)^3. Mathematically, cyc = Sqrt(2) holds. In GAP, we have the following behaviour:
gap> cyc < 2;
false
gap> cyc < 2.;
Error, no method found! For debugging hints type ?Recovery from NoMethodFound
Error, no 1st choice method found for `<' on 2 arguments at /Users/dominik/gap/lib/methsel2.g:249 called from
<function "HANDLE_METHOD_NOT_FOUND">( <arguments> )
calle
-
Updated
Apr 5, 2020 - Java
Conan package
-
Updated
May 17, 2020 - JavaScript
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
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
Dec 31, 2018 - Java
-
Updated
Apr 16, 2020 - TypeScript
-
Updated
Feb 17, 2020 - Swift
-
Updated
Apr 12, 2020 - Haskell
Enhance current unit testing classes with tests for toString methods. Classes to be modified can be found under src/test/java/common/domain
These toString methods of domain classes are used to represent a node expression into readable string format. Particularly used within expression(node) of [NodeFunctions](http
-
Updated
May 20, 2020 - Java
-
Updated
May 22, 2019 - Dart
-
Updated
May 12, 2020 - C++
-
Updated
Sep 25, 2019 - C
-
Updated
Aug 22, 2019 - Nim
-
Updated
Aug 5, 2019 - Clojure
-
Updated
Jun 9, 2018 - C#
-
Updated
May 6, 2018 - Shell
-
Updated
May 28, 2018 - Python
-
Updated
Jul 6, 2017 - Ruby
-
Updated
Nov 4, 2018 - C
-
Updated
Nov 15, 2017 - Common Lisp
-
Updated
Dec 18, 2018 - JavaScript
-
Updated
May 4, 2019 - Kotlin
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."
In the docs to derive a function you have to use
Algebrite.d(...). The thing is that in practice what actually works isAlgebrite.derivative(...). Point me in the right direction and I can send in a Pull Request.