Hi;
To access a specific cell (specific row & column) in a Matrix you can use the Part[] function - for example A[[1,1]] gives the value of the cell in row 1, column 1 of Matrix A. Can the Matrix cell can be accessed by using a subscript and how do you set that subscript up? Also, has the subscript feature changed in version 14.3?
Thanks,
Mitch Sandlin