-
Imported from SourceForge on 2024-07-06 17:15:08
Created by **[gutoo](https://sourceforge.net/u/gutoo/)** on 2018-04-19 12:25:20
Original: https://sourceforge.net/p/maxima/bugs/3424
---
I would like…
rtoy updated
4 months ago
-
A feature that prints out the polynomial with respect to a variable would be useful, something like this:
https://github.com/gifnksm/polynomial-rs/blob/master/src/lib.rs
(search for the "pretty"…
-
Imported from SourceForge on 2024-07-05 14:34:27
Created by **[macrakis](https://sourceforge.net/u/macrakis/)** on 2003-07-12 03:22:11
Original: https://sourceforge.net/p/maxima/bugs/355
---
Solve f…
rtoy updated
4 months ago
-
Hello,
You have mentioned in #1, that you have a polynomial generator in https://github.com/restic/chunker, written in Go. Is there any way to port it to C?
-
**### With this config file:**
[general]
BedGraphOutput=TRUE
chrFiles=/exports/cmvm/eddie/eb/groups/CTLGH_GCRF/WGS_sheep/test_temp/Fasta
chrLenFile=/exports/cmvm/eddie/eb/groups/CTLGH_GCRF/WGS_s…
-
Edit: deleted the first one which isn't reproducible in CPU time
**Silver**
This took less time than the third place finisher but the "(5 seconds)" comment is worth extra points.
```
File "src/s…
-
Since you have defined the coefficient vectors of polynomials as arbitrary types, I have been playing around with "polynomials over polynomials". Although this type of usage was probably not intended …
-
I'm looking for a Java library to calculate the roots of a polynomial with complex components. Is it feasible to add this to ddogleg? It seems like the current implementation is transferable.
-
Writing the basics of polynomial rings, I am scratching my head about a good definition of such.
The first idea that comes to mind is to define R[X] as the sum over n:N of Rn[X], where the latter t…
-
## Representing polynomials
Currently we do not have any data structure to represent polynomials. We can only encode monomials (multivariate or univariate).
Considering the variables `(x_1,x_2,x_3…