Loading [MathJax]/jax/output/HTML-CSS/jax.js
Ask Your Question
0

Matrix kernel not shown when printed

asked 2 years ago

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

Preview: (hide)

Comments

great matrix() worked

kevinfat gravatar imagekevinfat ( 2 years ago )

1 Answer

Sort by » oldest newest most voted
1

answered 2 years ago

Max Alekseyev gravatar image

updated 2 years ago

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

Preview: (hide)
link

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: 2 years ago

Seen: 170 times

Last updated: Oct 01 '22