-
MWE:
```julia
julia> A = [variable(Symbol(:A, i)) for i in 1:6]
julia> b = [variable(Symbol(:b, i)) for i in 1:4]
julia> polys = [(-(1//1) + b[1] + b[2] + b[3] + b[4])^2
(-(1//2) + A[1]*b[2] + …
-
This is from SO:
https://stackoverflow.com/questions/72620435/complete-solutions-of-system-of-equations-with-python/72635743?noredirect=1#comment128326052_72635743
The following system of polynomi…
-
### Name
Dynaωo
### Screenshots
![DynawoInitiative](https://user-images.githubusercontent.com/38657764/147930434-41a47852-5771-493c-95dd-bebf7497df55.png)
### Focus To…
-
### Description
The solver fails to solve system at initialization due to singular error. Iteration variable xloc[1] is nan.
The model which fails is given below:
```
Buildings.Fluid.DXSystems.Coo…
-
As of #1428 we now support basic geometric queries for all SVG shapes except for ``, namely ray intersection, closest point, and silhouette point queries. To support paths, we must extend the cur…
-
### Discussed in https://github.com/sympy/sympy/discussions/22848
Originally posted by **mariogeiger** January 12, 2022
Hi,
I have `sympy 1.9` installed and I try to solve the following sys…
-
As of the time of writing, the current version essentially:
1. Applies the 1-D knot construction algorithm to each dimension
The input data for the independent variable is rectangular, so th…
-
_Original author: omar.val...@gmail.com (November 22, 2012 14:42:11)_
What steps will reproduce the problem?
1. Modify the test_tridiagonal example that comes with cudpp. The function testTridiagonal…
-
```
What steps will reproduce the problem?
1. Modify the test_tridiagonal example that comes with cudpp. The function
testTridiagonalDataType declares an array of systemSizes as follows:
int sys…
-
I'm able to successfully run the BandpassFilter example, but as it stands, the results appear empty.
The `data.txt` file:
```
0.000000000000E+000 0.000000000000E+000
0.000000000000E+000 …