-
## Idea
Let `M` be a multivariate monomial.
Given four variables `x_1,x_2,x_3,x_4` one example would be `M = (x_1^2)*(x_2^2)*(x_4)`.
In this example, `M` is constituted by the product of 4 univar…
-
#### Context
* *node version*: 14.18.3
* *module version with issue*: 17.5.0
* *last module version without issue*: N/A
* *environment* (e.g. node, browser, native): node
* *used with* (e…
-
```
In [3]: sympy.test("sympy/core/tests/test_numbers.py")
=================================================================== test process starts ===================================================…
-
**GMPY ground types**:
```py
IPython console for SymPy 1.0.1.dev (Python 3.5.3-64-bit) (ground types: gmpy)
These commands were executed:
>>> from __future__ import division
>>> from sympy im…
-
Currently the following happens.
```julia
julia> using Nemo
Welcome to Nemo version 0.10.3
Nemo comes with absolutely no warranty whatsoever
julia> r = Nemo.ResidueRing( Nemo.ZZ, 6 );
…
-
**Describe the bug**
If I run openscad from the command line multiple times with the same input file, exporting to STL, I get different file contents for each invocation. The input file does not us…
-
Currently we have Math::Primality::BigPolynomial, which basically allows you to create univariate polynomials with Math::GMPz objects as coefficients.
Last night I was going to extract BigPolynomial …
leto updated
12 years ago
-
```r
> m2("1/3")
[1] "1/3"
> m2_parse(m2("1/3"))
[1] 1
```
Shouldn't be too hard, just check next token for `/` when you think you're looking at an int.
-
# Exercises: 2.1 Introduction to Data Abstraction
These exercises can be found within the [online text](http://mitpress.mit.edu/sicp/full-text/book/book-Z-H-14.html#%_sec_2.1).
## Exercise 2.1
Defin…
-
Thank you all so much for adding in complex support! It makes my project 100x easier now that I can use existing matrix functions with complex numbers. I have just a few lingering concerns about the t…