Math, asked by khalidhabibkhalidhab, 10 months ago

what are the dimensions of a vector R​

Answers

Answered by Rudranil420
2

Answer:

Vectors are dimensionless in R, they have length. If one wants to consider a vector as a dimensioned object (and later work on that vector), s/he must use t() (transpose) (that in essence makes it 1-dimensional array).

Similar questions