algebra
Here are 483 public repositories matching this topic...
-
Updated
Jan 30, 2021 - PHP
-
Updated
Oct 30, 2020 - Java
-
Updated
Feb 8, 2021 - TeX
-
Updated
Nov 27, 2020 - Elixir
-
Updated
Aug 29, 2020 - CoffeeScript
-
Updated
Apr 1, 2020 - Scala
-
Updated
Oct 29, 2019 - JavaScript
-
Updated
Feb 6, 2020 - Java
-
Updated
Nov 30, 2020 - C++
In PR #3901 support was added to apply a homomorphism f to an element x by writing f(x) instead of Image(f, x).
We could do something similar for univariate polynomials. (For multivariate ones, the issue is that it is not clear how the order of arguments should be mapped to the various variables; I'd rather avoid that can of worms).
-
Updated
Apr 17, 2020
-
Updated
Oct 8, 2020 - JavaScript
-
Updated
Feb 24, 2021 - JavaScript
-
Updated
Jan 6, 2020 - Jupyter Notebook
-
Updated
Jan 15, 2021 - Julia
-
Updated
Jan 21, 2021 - JavaScript
-
Updated
Feb 24, 2021 - Scala
-
Updated
Feb 23, 2021 - C#
-
Updated
Dec 14, 2020 - HTML
-
Updated
Feb 20, 2021 - OCaml
-
Updated
Sep 24, 2019 - Scala
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
Jan 10, 2021 - Julia
Improve this page
Add a description, image, and links to the algebra topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the algebra topic, visit your repo's landing page and select "manage topics."


I am trying to move a matrix into an iterator over its rows or columns. row_iter() borrows the matrix, which breaks my usecase:
I need a a function that can map a matrix to an iterator for the same operations either on the matrix' rows or columns.