Ralf Hemmecke
unread,Apr 18, 2023, 10:41:57 AM4/18/23Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to fricas...@googlegroups.com
Reproducible piece of code, please...
And what is your question?
On 18.04.23 16:39, Sid Andal wrote:
>
> In an Alg over the PAdicRational(13), the two following vectors
>
> U := [2, 3, 4]
> V := [7, 8, 9]
>
> multiply to the multiply to the following product:
>
> 2 2 3
> W := U * V = [6 + 13 + 7 13 , 1 + 9 13 + 7 13 , 8 13 + 7 13 ]
>