pân
p×n is a common way to denote the dimensions of a two-dimensional array, most often a matrix. The notation is read "p by n": the first dimension is the number of rows, the second the number of columns. A p×n matrix maps vectors from R^n to R^p via left-multiplication.
In linear algebra, p×n matrices appear as data matrices, coefficient matrices, or as linear transformations. If
In data representation, a dataset with p observations and n features is often represented as a p×n
Other uses include combinatorics and grid-based problems, where a p×n board or array has p rows and
Notation variations exist: some authors use m×n instead of p×n, and the order of the dimensions can