how do i check i 8051 programming if a matric is symmetric or not for eg If the value stored in 60H is 3 and values stored in 61H, 62H, . . ., 69H are 1, 4, 3, 4, 1, 2, 3, 2, 1 . then psw.5 shud be set to 1. matrix dimension m can be 2, 3, or 4. Assume the matrix M to be stored in row-major form, i.e., element M(1, 1) is in the 1st location, M(1, 2) is in the 2nd location, . . . , M(m, m − 1) is in the (m − 1)*m-th location and M(m, m) in the m^2 -th location ;
Last edited: