-
## 8-26-2022 Intro Python, Jupyter, Fastpages Hacks 🥶
1. I utilized input, output, data structures, iteration, conditional statements, imports, and functions to create a quiz about factoring polyno…
-
I found some inconsistency in the API of Nemo. If we have the polynomial f(X) over some ring (QQ, ZZ, others), we can use only `factor` (no `roots` function). If we use CC (for example `ComplexField(6…
-
### Steps To Reproduce
Call `GF(5^32)`.
### Expected Behavior
It should create a field with 5^32 elements.
### Actual Behavior
Sage crashes.
### Additional Information
It works fine in Sagecell…
-
```
>>> from sympy import *
>>> x, y = symbols('x y', commutative=False)
>>> x.is_commutative
False
>>> y.is_commutative
False
>>> factor(x**2 + 2*x*y + y**2)
(x + y)**2
>>> factor_nc(x**2 + …
-
What about skipping the Galois group and introducing the Galois groupoid, instead? Is there any reason to artificially single out a particular splitting field?
-
- [ ] Design recipe convo - when we give one structure in our classroom we usually give another. Get clearer about what challenge kids are having that our stuff resolves
- [ ] More about how big of …
-
I tried to solve an equation with modular arithmetic, but there seems to be a syntax error here:
`(x % 4)+1=3`
```
(x % ? 4)+1=3
Stop: ) expected
```
Is Algebrite able to solve equations …
-
A lot of Haskell libraries exist for prime fields; there are no good and clean ones for field extensions - the missing construction to fully have a proper finite-field library.
It seems the `finite…
-
Sorry to bother you, I would like to ask, if I want to decompose a 70-bit long integer, or longer, which parameters of the config should I modify?
-
The math module will be a great way for developers to calculate basic or complex problems.
The math module should include classes and class-based methods.
The following is needed:
- Adding tw…