Ask Your Question

osi's profile - activity

2023-09-30 06:51:00 +0200 received badge  Notable Question (source)
2023-07-09 11:07:01 +0200 received badge  Popular Question (source)
2023-03-28 21:43:47 +0200 received badge  Popular Question (source)
2022-01-30 19:57:07 +0200 marked best answer orthogonalization and orthonormalization of vectors under integer mod

how can I get first orthogonal(Gram–Schmidt process) and then orthonormal of basis vector list under integer mod.

l=[(1,2,3),(1,5,6)]
basis=[vector(GF(29),i) for i in l]
print(basis)
#[(1,2,3),(1,5,6)]
2022-01-30 19:57:07 +0200 received badge  Scholar (source)
2022-01-30 13:44:45 +0200 asked a question orthogonalization and orthonormalization of vectors under integer mod

orthogonalization and orthonormalization of vectors under integer mod how can I get first orthogonal(Gram–Schmidt proces

2022-01-30 13:41:00 +0200 received badge  Supporter (source)
2022-01-30 13:40:40 +0200 answered a question Generating random vectors list which are linearly independent

thank you for all answers,I totally understand

2022-01-30 09:39:08 +0200 received badge  Student (source)
2022-01-28 22:11:13 +0200 asked a question Generating random vectors list which are linearly independent

Generating random vectors list which are linearly independent How can I get n(maybe 10) vectors that are linearly indepe