kgcrowther
Registered User.
- Local time
- Today, 08:18
- Joined
- Jun 1, 2001
- Messages
- 52
Access seems to be such a useful tool for data intensive analyses. I'm wondering if anyone has experience using tables and queries as matricies and performing matrix operations.
For example, suppose I have a square table (where the number of fields equals the number of records). I could form the inverse of the matrix applying definition of an inverse cell by cell. However, many functions have been written which quickly find an inverse by quickly analyzing structure.
Does anyone have experience doing matrix manipulation in VBA? Does anyone know of text resources or function libraries to supplement?
I appreciate any ideas!
-KGC
For example, suppose I have a square table (where the number of fields equals the number of records). I could form the inverse of the matrix applying definition of an inverse cell by cell. However, many functions have been written which quickly find an inverse by quickly analyzing structure.
Does anyone have experience doing matrix manipulation in VBA? Does anyone know of text resources or function libraries to supplement?
I appreciate any ideas!
-KGC