k×1
In linear algebra, a K×1 matrix denotes a matrix with K rows and 1 column. It is commonly interpreted as a column vector in a K-dimensional space. The parameter K is a positive integer that specifies the vector’s dimension. A typical notation uses entries x1, x2, ..., xK, written as a column vector x = [x1; x2; ...; xK] or x = (x1, x2, ..., xK)^T.
Operations and properties: If A is an m×K matrix and x is a K×1 vector, then the
Common uses: K×1 vectors represent coordinates of points in K-dimensional space, feature vectors in machine learning,
Special cases: When K = 1, a K×1 matrix reduces to a scalar value in a 1×1 container.