First time here? Check out the FAQ!

Ask Your Question
0

random matrix with determinant +- 1

asked 7 years ago

Daniel L gravatar image

I want to generate a random 4x4 matrix with integer entries and determinant either 1 or -1. I know that you can use

random_matrix(ZZ,4,4, algorithm = 'unimodular')

to generate matrices with determinant 1 (so in the special linear group). However, I'm actually more interested in the matrices with determinant -1.

Is there a 'Sage' way to do this? Or are there other functions/routines out there I should look at?

Thanks!

Preview: (hide)

1 Answer

Sort by » oldest newest most voted
2

answered 7 years ago

dan_fulea gravatar image

Exchanging the first two columns of a random unimodular matrix...

Preview: (hide)
link

Comments

Right, that should work!...I'll let you know...

Daniel L gravatar imageDaniel L ( 7 years ago )

This works. Nice simple solution. Thanks Dan.

Daniel L gravatar imageDaniel L ( 7 years ago )

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account.

Add Answer

Question Tools

1 follower

Stats

Asked: 7 years ago

Seen: 1,543 times

Last updated: Feb 01 '18