Message Boards Message Boards

0
|
901 Views
|
0 Replies
|
0 Total Likes
View groups...
Share
Share this post:

HermiteDecomposition a symbolic matrix

Posted 1 year ago

I try to HermiteDecomposition a symbolic matrix as follows but failed:

In[27]:= Array[x,{2,2}]
Assuming[Flatten[%] \[Element] Rationals , %//HermiteDecomposition]

Out[27]= {{x[1, 1], x[1, 2]}, {x[2, 1], x[2, 2]}}

During evaluation of In[27]:= HermiteDecomposition::latm: Matrix contains an entry that is not rational.

Out[28]= HermiteDecomposition[{{x[1, 1], x[1, 2]}, {x[2, 1], 
x[2, 2]}}]

I would like to know if there is a way to do this sort of thing. My goal is to feed the resulting Hermite Norm form to Solve to construct a system of equations.

Regards,
Zhao

POSTED BY: Hongyi Zhao
Reply to this discussion
Community posts can be styled and formatted using the Markdown syntax.
Reply Preview
Attachments
Remove
or Discard

Group Abstract Group Abstract