-
Hello. I have a matrix of type 3x3 Matrix{QQMPolyRingElem} and I am trying to compute its determinant but the |
Beta Was this translation helpful? Give feedback.
Answered by
joschmitt
Apr 19, 2024
Replies: 1 comment
-
We have our own "matrix type" in OSCAR (if you wonder why, see the question "Why do you have your own matrix types, and why do they not support the exact same commands as Julia matrices?" in the FAQ). So, you have to convert your Julia
|
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
adhalanay
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
We have our own "matrix type" in OSCAR (if you wonder why, see the question "Why do you have your own matrix types, and why do they not support the exact same commands as Julia matrices?" in the FAQ). So, you have to convert your Julia
Matrix
into an OSCAR one: