Adam J

Results 7 issues of Adam J

When getting the elements of a `MultiVector`, you can use parentheses to select the grade, i.e. ``` A = 1 + 2v1 + 3v12 + 4v123 # 1 + 2v₁...

question

I was following along with the examples presented in [Symbolic Coefficients by Declairing Albegra](https://grassmann.crucialflow.com/stable/algebra/#Symbolic-coefficients-by-declaring-algebra), and all was working as expected, until I tried to rotate a point `P` using the...

Geometric Algebra, also known as Clifford Algebra, is a natural mathematical language for geometric applications (as the name would imply). Although this is certainly a non-trivial addition to the package,...

When you write ```py bs = BitStream(filename=name) while current_pos := bs.find(target_substring): # Read additional bits, so that bs.pos is now past current_pos bs.read(8) ``` `current_pos` does not take the value...

Many of the tutorials and examples no longer work at all, because they depend on `GLWindow.jl` , but that package has been archived and cannot be added from the REPL...

The link to the "Install Note" in the `README.md` file points to the old location. The `INSTALL.md` file has been moved from the top level directory to `docs\install.md` as of...