computer-algebra
Here are 108 public repositories matching this topic...
-
Updated
Aug 7, 2020 - TypeScript
-
Updated
Aug 29, 2020 - CoffeeScript
-
Updated
Aug 28, 2020 - C++
Migrated from https://bitbucket.org/gap-system/gap/issues/31/maximumlist-and-minimumlist-wrt-to
@JHahnHRO created an issue 2014-08-29
The sort method has a version that is able to sort a list w.r.t. to any given ordering instead of the ordering defined by <. But analogous methods for maximum and minimum finding are missing. I've attached my suggestion of how to implement these methods. It w
-
Updated
Aug 26, 2020 - Julia
-
Updated
Aug 29, 2020 - Kotlin
-
Updated
Jan 28, 2020 - Mathematica
-
Updated
Aug 28, 2020 - Julia
-
Updated
Jul 12, 2020 - F#
Pretty-print GATs as LaTeX in both of the following styles:
- Cartmell-style linear notation
- natural-deduction-style tree notation
<img width="680" alt="image" src="https://user-images.githubusercontent.com/316610/91097121-f953b080-e613-11ea-8dda-8da598
-
Updated
Oct 23, 2019 - C#
-
Updated
Aug 23, 2020 - C++
Implement an improved Binet formula.
See:
- https://medium.com/cantors-paradise/fastest-fibonacci-9273e2a1805d
- https://en.wikipedia.org/wiki/Fibonacci_number#Binet's_formula
The current implementation can be found here:
-
Updated
Aug 27, 2020 - Julia
The mark note for algiorithms often looks like this:
apply(note1);
apply(note2);
apply(note3);
...
It would be more convenient to write
apply(note1, note2, note3, ...)
-
Updated
Aug 11, 2020 - Smalltalk
-
Updated
Mar 5, 2020 - Python
-
Updated
Aug 29, 2020 - C
Presumably this just calls atan2 and hypot...
Could also investigate whether upstream Octave can be improved to make these "just work" on any class that has atan2 and hypot.
-
Updated
Aug 28, 2020 - Julia
-
Updated
Nov 12, 2019 - C++
-
Updated
Aug 29, 2020 - Julia
-
Updated
Aug 26, 2020 - Python
Expand README.rst
-
Updated
Aug 17, 2020 - C
-
Updated
May 20, 2019 - Mathematica
Improve this page
Add a description, image, and links to the computer-algebra 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 topic, visit your repo's landing page and select "manage topics."


PR #11510 introduced some method to fixing the problems that the
dsolvefaced to solve systems of ODEs. But, it has already been solved by the solvers added in the past few months.We want to remove the PR but there are some test cases added in the PR that can be used to check the current functionality added. We want test cases added in `te