Ask Your Question
0

Matrix kernel not shown when printed

asked 2022-10-01 20:42:43 +0200

kevinfat gravatar image

I ran mat.kernel() and then tried to print it. That gave the following without showing a representation how do I get a representation shown?

Vector space of degree 201 and dimension 1 over Rational Field Basis matrix: 1 x 201 dense matrix over Rational Field

edit retag flag offensive close merge delete

Comments

great matrix() worked

kevinfat gravatar imagekevinfat ( 2022-10-04 03:33:16 +0200 )edit

1 Answer

Sort by ยป oldest newest most voted
1

answered 2022-10-01 20:53:41 +0200

Max Alekseyev gravatar image

updated 2022-10-02 01:59:55 +0200

Try print(mat.kernel().matrix()) if you want to see its basis as a matrix.

edit flag offensive delete link more

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: 2022-10-01 20:42:43 +0200

Seen: 102 times

Last updated: Oct 01 '22