If i understand correctly, this function is not in 9.2 main version, so i can't just call it.
I need to use this function in my code, which i want to publish in a math science paper. What is the correct way to use it? понедельник, 15 марта 2021 г. в 22:58:40 UTC+3, [email protected]: > it seems you need to call it with > > return_matrix=True > > to get what you need > > On Mon, 15 Mar 2021, 19:29 Артемий Соколов, <[email protected]> wrote: > >> Dear members, >> >> As it can be seen at github >> <https://github.com/sagemath/sage/blob/develop/src/sage/quadratic_forms/quadratic_form__equivalence_testing.py> >> >> a function *is_rationally_isometric* in quadratic forms can provide a >> matrix of isometry, but in reference >> <https://doc.sagemath.org/html/en/reference/quadratic_forms/sage/quadratic_forms/quadratic_form.html#sage.quadratic_forms.quadratic_form.QuadraticForm.is_rationally_isometric> >> it >> can only return boolean. >> And in sagemath itself "full" version of function is absent. >> >> Is there a way to use this "full" function and move it out from dev mode? >> I really need it :) >> >> >> >> -- >> Best regards, >> Sokolov Artemy >> >> -- >> You received this message because you are subscribed to the Google Groups >> "sage-support" group. >> To unsubscribe from this group and stop receiving emails from it, send an >> email to [email protected]. >> To view this discussion on the web visit >> https://groups.google.com/d/msgid/sage-support/7c862911-66e2-43f5-b2ff-c8cf4b7a23c4n%40googlegroups.com >> >> <https://groups.google.com/d/msgid/sage-support/7c862911-66e2-43f5-b2ff-c8cf4b7a23c4n%40googlegroups.com?utm_medium=email&utm_source=footer> >> . >> > -- You received this message because you are subscribed to the Google Groups "sage-support" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/sage-support/b2b7924b-2149-4b2b-a424-1d3007f0f2d5n%40googlegroups.com.
