![]() |
Available news archives:
comp.lang.tcl
-
comp.lang.python
-
comp.security.firewalls
-
sci.crypt -
comp.lang.php -
comp.lang.javascript
|
|
sci.crypt archivehelp! modular arith and matrixes
From: aleterra <aleterra@yahoo.com>
Date: Sat Sep 17 2005 - 23:08:18 CEST
Hi all!
I am trying to solve a problem which I am really puzzled with.
I need to find the number of possible matrixes A (2x2),
A= (a b)
INV(A)=INV(det A) ( d -b )
then (a b) = INV(det A) . ( d -b )
Now, we have two possibilities:
if det A=1 , INV(det A)= 1
a=d
and if det A=-1 : INV (det A) = -1
a=-d
How could I possibly "count" all the matrixes?
Any help will be highly appreciated! :)
aleterra
|