[newbie] how to address a specific element from a matrix
Subject: [newbie] how to address a specific element from a matrix
From: Hugo Coolens
Date: Thu, 29 Oct 2009 12:51:06 +0100 (CET)
I entered a set of matrices without a problem, but after manipulating them
I need to address only some elements of the matrix.
How do I get i.e. the element on the third row and the second column.
I tried things like u_32: mymatrix [3][2];
but that doesn't work
any help?
thanks in advance
hugo