General

Profile

bonafernando (Fernando Wolf Bona)

Issues

open closed Total
Assigned issues 0 0 0
Reported issues 0 1 1

Activity

05/23/2019

08:15 PM Ruby Feature #15869: Add abs to Matrix
bonafernando (Fernando Wolf Bona) wrote:
> While I was studying Markov Chain I had to find the maximum absolute value of the Matrix to divide the matrix in numbers from 0 to 1 to be able to make further analysis. Like this:
> ...
PR: h...
bonafernando (Fernando Wolf Bona)
07:57 PM Ruby Feature #15869 (Closed): Add abs to Matrix
While I was studying Markov Chain I had to find the maximum absolute value of the Matrix to divide the matrix in numbers from 0 to 1 to be able to make further analysis. Like this:
```
q = Matrix[ ... ]
max = q.to_a.flatten.map { |e...
bonafernando (Fernando Wolf Bona)

Also available in: Atom