Sqrt discrepancy, Mathematica
I'm not sure what this means but if you mean you want another function
"det2" defined for n x n matrices which has the property that
det2( A B ) = det2( A ) det2( B )
but whose values are not commutative (e.g. you want
det2 : M_n( R ) --> M_k( R )
for some k > 1 ) then your options are kind of limited.
First of all, this would make (the restriction of) det2 into a
homomorphism defined on the group GL_n(R) , a group which is
pretty close to being simple; if you want the values of det2 to
form a non-commutative group then the kernel of det2 cannot
contain all of SL_n and so it will have to be pretty small
(contained in the center of GL_n, which is the group of diagonal
matrices). In other words, such a det2 will be pretty
close to an injection; you will lose an important characteristic
of the ordinary determinant function, namely, that det(A) contains
some key information about A in a very small package.
Secondly, if you want homomorphisms of the semigroup M_n(R) into
matrix semigroups, and if you add the "algebraic" restriction that
det2( A ) must have all of its entries expressible as polynomials
(or even rational functions) of the entries in A, then there is
a recipe for creating all of them. For any fixed integer m, we can
view each matrix A as acting on an (n m)-dimensional vector space
(R^n) \tensor (R^n) \tensor ... \tensor (R^n) ; the action of M_n( R )
on this vector space is not irreducible when m > 1, but it is the
direct sum of irreducible components. Those summands give all such
homomorphisms.
For example if n = m = 2 you can split the action of M_2(R) on a
4-dimensional vector space into two components: the action on the
1-dimensional subspace of symmetric tensors ( v \tensor w + w \tensor v )
is the determinant mapping; there is also the 3-dimensional subspace
of anti-symmetric tensors which is its orthogonal complement, and
M_2(R) acts on this subspace too. If you choose a basis for it you
can write this "det2(A)" as a 3x3 matrix of quadratic polynomials
in the entries of the matrix A = ( ( a b ) ( c d ) ) , just as
det(A) = ( a d - b c ) is a 1x1 matrix of quadratic polynomials.
This is all very well-established stuff relating representations of
M_n(R) to those of the symmetric group S_m .
dave
|