1.

What is the correct syntax to get the element in the third row and fourth column of a matrix A?

Answer»

What is the correct SYNTAX to GET the ELEMENT in the THIRD row and fourth column of a matrix A?
Choose the correct option from below list
(1)A(2,3)
(2)A[2,3]
(3)A[3,4]
(4)A(3,4)

Answer:-(4)A(3,4)



Discussion

No Comment Found