Perl6-Math-Matrix
Perl6-Math-Matrix copied to clipboard
fully featured data type for matrix math
As an alternative to `X*`, I found that `X×` is not equivalent. I'm unsure if this intentional or an oversight of Unicode equivalence. Thanks!
I'm using a Math::Matrix object to represent a 3x3 magic square (all rows, columns and diagonals sum to 15). The list returned by magicSquare.row(r) responds incorrectly to the list reduction...
As the title says, the [prefix vertical bar](https://docs.raku.org/language/operators#prefix_|) used to flatten lists no longer functions when I `use Math::Matrix`: on the one hand ``` $ raku -e 'my @a=(1,);say |@a'...
When I try to use the deterministic method to calculate the determinants of some matrices, perl6 prompts me "attempt to divide by zero when combining Rational to Str",but this matrix...
we soon will move this repo to : https://github.com/lichtkind/Perl6-Math-Matrix and have to change this as well https://github.com/perl6/doc/blob/master/doc/Language/math.pod6 https://github.com/perl6/ecosystem/blob/master/META.list
most math programs treat vectors as special matrices but its an exciting module and a useful one. do we want to have methods who accept vectors as parameter do as...
Not only because panda doesnt work here i want to make a branch without AttrX::lazy and maybe the travis issue also resolve here , but before i want to finalize...