algebra

123456789101112131415
Across
  1. 4. A matrix is a calculated scalar value for given square matrix.This can be considered a scaling factor for the matrix transformation.
  2. 7. matrix is a matrix in which the entries outside the main diagonal are all zero;the term usually refers to square matrices.
  3. 9. If elements of main diagonal equal to one and others equal to one.this matrix is...
  4. 10. Acces to matrices.This is just a converted version of the rows of a matrix by transposition of matrix A by AT.
  5. 13. In order for matrix multiplication to work,the number of columns of the left matrix must equal to the number of rows of the right matrix.The resulting matrix has the number of columns of the left matrix and the number of rows of the right matrix.
  6. 14. In linear algebra, the matrix A is the determinant of some least square matrix.
  7. 15. The maximum number of linearly independent columns of a matrix is called the ... of the matrix.A matrix's....cannot exceed the number of its rows or columns.
Down
  1. 1. If T is transformed from the vector space V to itself over the field F and is a nonzero vector in V,then T(v) is a scalar multiple of v,then v T is a matrix...
  2. 2. aij=0;If a row in the matrix is completely zero, this matrix is called...
  3. 3. In algebra, this matrix is a matrix consisting of coefficients of variables in a set of linear equestions.The matrix is used in the solution of linear equation systems.
  4. 5. The elements are arrenged vertically and the order of the column matrix is nx 1.This matrix is a matrix in which all elements are in one column.(mx1)
  5. 6. If one of the elements above or below the matrix is zero, this matrix is called...
  6. 8. Which on multiplication with the given matrix the multiplicative identity.
  7. 11. Array of elements in a matrix from left to right.
  8. 12. The number of rows in this matrix exceeds the number of columns.This gives the matrix a vertical shape.