answersLogoWhite

0

just make the matrices upper triangular by making the values below the digonal zero,and then find how many minors can be calcuted.......

User Avatar

Wiki User

13y ago

What else can I help you with?

Related Questions

The rank of product of two matrices cannot exceed the rank of either factor?

The statement that the rank of product of two matrices cannot exceed the rank of either factor is a true statement. The rank of a matrix is the largest number of linearly independent rows or columns. The column rank is equal to the row rank in every matrix.


These matrices represent the coordinates of two figures in the plane. Is the product of these matrices defined Answer yes or no?

no


Is the product of two elementry matrices is an elementry matrix?

No, it is not.


The product of two upper triangular matrices is upper triangular?

yes it is


What are the differences between the Kronecker product and the tensor product?

The Kronecker product is a specific type of tensor product that is used for matrices, while the tensor product is a more general concept that can be applied to vectors, matrices, and other mathematical objects. The Kronecker product combines two matrices to create a larger matrix, while the tensor product combines two mathematical objects to create a new object with specific properties.


Write an algorithm for multiplication of two sparse matrices?

how to multiply two sparse matrices


What is the proof of the anticommutator relationship for gamma matrices?

The proof of the anticommutator relationship for gamma matrices shows that when you multiply two gamma matrices and switch their order, the result is the negative of the original product. This relationship is important in quantum field theory and helps describe the behavior of particles.


What is the Product of two Matrices?

The product of a p x q and a r x s matrix is defined only if q = r and, if so, it is a p x s matrix.


What is the product of a number that is half of 12?

A product is a operation involving two or more inputs (numbers, matrices, etc). A "number that is half of 12" comprises only a single number and so there cannot be any product.


If the product of two matrices is the identity matrix they are?

If the product of two matrices is the identity matrix then one matrix is the inverse or reciprocal of the other matrix. EXAMPLE A =(4 1) A-1 = (0.3 -0.1) then AA-1 = (1 0) .....(2 3)......... (-0.2 0.4)................... (1 1) The dots simply maintain the spacing and serve no other purpose.


Find two square matrices A and B neither of which are zero such that AB equal to 0?

yes that's absoloutly correct


Why are matrices used for representation while programming?

Let me correct you: two-dimensional arrays are used in programming to represent matrices. (Matrices are objects of mathematics, arrays are objects of programming.)