bonafernando (Fernando Wolf Bona)
- Login: bonafernando
- Email: ruby@fernandobona.com
- Registered on: 05/23/2019
- Last sign in: 06/11/2019
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... -
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...