-
Because numbers can also be conjugate in a different sense: `5 + 5 sqrt` is conjugate to `5 - 5 sqrt`.
https://math.stackexchange.com/questions/3397053/whats-the-correct-definition-of-conjugate-and-d…
-
Almost all of our operations create an extra copy (see #280). The fix proposed there is to opt-in for copy-free construction (spelt `layout.MultiVector(value, copy=False)`). However, it seems that eve…
-
# Problem
[In fuse_lfp:L137](https://github.com/pranaysy/riksneurotools/blob/10ccc1f6b8ea025205e51283bb8a1b9e05681d74/MEEG/fuse_lfp.m#L137) the $\text{norm}$ of the leadfield that has been reduced fr…
-
Following up from #25, I would love to be able to use this package with `Unitful.Quantity` types. The following MWE demonstrates a usage that I would like to have work, but that currently doesn't.
…
-
As part of my research I have to work with large arrays of multivectors, often they are blades and thus very sparse. Currently I have no really good solution to storage and transmission of these array…
-
This is a bit ugly, but it seems to be necessary if you want to use `UniqueRepresentation` with subclasses of `Element` (among others) which has the `InheritComparison` metaclass. This otherwise cr…
-
The guide is not complete. More planned features:
- [x] cross product
- [ ] tensor product
- [ ] delta
- [x] dot product
- ~~common patterns like clamped dot product with angled brackets~~ too speci…
-
The idea of representing a fundamental model of the universe, or even a multiverse, through mathematical structures like those involved in Bott periodicity and unitary groups is indeed a profound and …
-
## About the author
I am Endre, a data scientist in academia - sort of a research software engineer. Most of my current work deals with statistics, programming, complexity and scaling but I think I…
-
The following code snippet fails with `AttributeError: ImmutableMatrix has no attribute as_coeff_Mul.`:
``` python
from sympy import *
from sympy.abc import *
A = Matrix([d, e, f])
C = Matrix([g, h,…