144k views
3 votes
NEED HELP PLZZ!!! Question 1. What are the dimensions of the matrix? {6,2,8,3}

A:1x4
B:1x1
C:4x4
D:4x1,

User Bombe
by
8.1k points

1 Answer

5 votes
As written, most likely 1 row and 4 columns: 1x4, selection A.

_____
My calculator might recognize this as a vector (or a list of 4 elements). It would like double brackets to make it a matrix: [[6,2,8,3]] with 1 row. My math program would treat it as either a 1x4 vector or a 4x1 vector depending on the expression it might get used in.

You need to consult your text or other curriculum material to determine the intended meaning of this expression.
User DouglasHeriot
by
7.8k points