Good afternoon. I'm trying to move away from things like Matlab and SciPy 
to do linear algebra work. 
Something I notice I do a lot is indexing operations, such as 
MATRIX[ row ] [ column ]

I'm looking at the "math/matrix" library provided here: 
https://docs.racket-lang.org/math/matrices.html, and don't see anything of 
this sort; I only see things like 
(matrix-map-rows) 

and 
(matrix-map-cols)

Being able to access and modify a particular entry in the matrix would be 
very useful in specifying operations to matrices. For example, given a 
matrix *G*, one might want to perform indexing operations to get the matrix 
attached. 

Is this possible with the math/matrix library? 

Additionally, would there be a way to implement a version of 
matrix-map-row/cols that uses an index? 

-- 
You received this message because you are subscribed to the Google Groups 
"Racket Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to racket-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to