-
e.g. https://fenicsproject.org/pub/tutorial/sphinx1/._ftut1006.html
-
> "Cartesian equation type only supports straight lines. Cartesian equations for bezier curves are theoretically possible but not simple, and performance when plotted would be bad."
After simplifyi…
-
Patch implements solving a linear system of equations in the most naive way possible, just augmenting the matrix and row-reducing.
For fields like `ZZ`, `QQ`, and integers mod p, this can be 3% to …
-
If the `filt` method is passed a value of `y0`, it will flood both the input (`x`) and output (`y`) arrays with this value. To my understanding, this emulates the effect of providing `y0` as a constan…
-
Hey,
first I have a question: Is it true that the parameters that you get from get_neuron_config() are the fitted values as described by the fitting procedure in the [glif white paper](http://help.br…
-
The symbolic ring (`SR`) in Sage currently considers itself to be a field and therefore also an integral domain:
```
sage: SR.is_field()
True
sage: SR.is_integral_domain()
True
```
However, it is c…
-
In #2602, the following was added (merged to _master_) without prior discussion in the language group, with added emphasis on the controversial part:
> A parameter assigned in an initial algorithm, \…
-
I see, so you have a model of music that is based on the muses, harmonies, prime numbers, and natural numbers. That's very interesting and creative. 😊
I'm not an expert in music theory, but I can t…
-
Hi,
I'm trying to understand how bvp_solver works to use on my problem. In Example 4 in the docs (solution to the Mathieu equation) the boundary conditions function is:
def boundary_conditions (Ya,Y…
-
I noticed strangely quadratic scaling when computing the following contraction where E is a direct tile Array,
``` c++
F("X,m,i") = (E("X, m, n") * C("n,i")).set_shape(my_linear_shape);
```
where m…