-
https://math.stackexchange.com/questions/324385/algorithm-for-finding-the-square-root-of-a-polynomial
ohhmm updated
9 months ago
-
Right now `polynomial_ring(QQ, :x => 3)` leads to an error that is not very helpful:
```
julia> polynomial_ring(QQ, :x => 3)
ERROR: MethodError: no method matching iterate(::Symbol)
Closest cand…
-
Has there been any consideration for adding an interface to parallelize computations using distributed (non-shared memory) parallelization? When working on a cluster, this approach can be much more ef…
-
## The Problem
I trained a recipe to be have raw polynomials, but when I print it out, it says it is orthogonal:
## Reproducible example
```r
library(tidymodels)
library(tidyverse)
data…
-
See #7478 and #13601
## History
(not necessarily in chronological order)
1. A certain JVM-based linear algebra package had a function, `polyfit`, for fitting polynomials which made some wei…
-
I can see it here in the source and in the docs but my Nuget package (5.0.0) doesn't seem to have it? What am I missing?
Also, the MathNet.Numerics.Polynomial class doesn't seem to exist?
-
A simple mathematical definition of CRCs can be found on Wikipedia:
[Mathematics of cyclic redundancy checks](https://en.wikipedia.org/wiki/Mathematics_of_cyclic_redundancy_checks#Maths)
> ![](htt…
-
Hello,
I am not sure whenever this is possible or not?, but I am interested in creating polynomials with parameters.
Say that I have a polynomial with variables
```julia
@polyvar x y
```
and …
-
Would it be possible to get the settings used for each of the gencoef invocations in order to reproduce each of the polynomials?
-
Depending on the setting, various relations in a trace table can be purely linear between different columns (e.g., this may happen for limb decompositions). In this case, it's possible to omit computi…