-
Hi Vitaly,
here's the first real issue we encountered when using feynson with linear propagators: applying symmetrize to
```
{{{l1^2, l1^2 + 2*gammakin*l1*me*np - 2*gammakin*me^2*u0b - l1*me*nm…
-
Recently, we have been using STRUMPACK to solve the system of linear equations, which is a sparse matrix with a scale of 300000 x 300000, and it will be solved for 200 iterations. In each iteration, t…
-
I just ran into a case that grid sizing ought to be able to deal with, but apparently cannot.
test: https://florian.rivoal.net/csswg/grid/grid-span-auto-001.html
reference: https://florian.rivoal.…
-
_Revised paper submitted to CMAME on 15 March 2016_ — Decision: _Reject_
_Editor comments_
> I regret to inform you that the reviewers of your manuscript have advised against publication, and I…
-
The functions to invert a matrix or solve a system of linear equations such as `solve`, `solve_left`, or `inv` currently throw an unspecific `ErrorException`. For example:
```
julia> M = matrix(ZZ…
-
related
- #3137
- #4543
- #3153
case to get started is exog are exogenous, i.e. no structural equation modelling
However, we want to impose zero (or linear) restriction on B in y = B x
dua…
-
Hi,
I am new to SymPy and trying to solve a parametric linear system with 4 variables x1, x2, x3, x4 and 4 parameters a, b, i, and j. The system is under-determined, it has 1 free variable despite th…
-
#### Steps or Code to Reproduce
```python
import tensorly as tl
import ivy
tl.set_backend("numpy")
a = tl.ones((2,3,4))
z = tl.decomposition.randomised_parafac(a, 2, 1, n_iter_max=1, init="svd",…
-
I use DirichletBoundary to impose constant boundary values to some boundaries,but the values of the imposed boundary dofs are all **zero** in the output results(test for both exodus and vtk output for…
-
Hi, thank you so much for StemCStudio and your videos building and explaining geometric Algebra.
I discovered this technique this Summer and it is tremendously simpler and more intuitive than Tensor…