1. सीखें
  2. /
  3. पाठ्यक्रम
  4. /
  5. Linear Algebra for Data Science in R

Connected

अभ्यास

Matrix-Vector Compatibility

Consider the matrix \(A\) created by the R code:

A = matrix(c(1, 2, 3, -1, 0, 3), nrow = 2, ncol = 3, byrow = TRUE)

Which of the following vectors \(\vec{b}\) can be multiplied by \(A\) to create \(A\vec{b}\)?

निर्देश

50 XP

संभावित उत्तर