[sage-support] Re: about vector subspace

2016-03-26 Thread Simon King
Hi Alexandr, On 2016-03-26, Александр Шевченко wrote: > I have next problem, when I write next strings. > > V = VectorSpace(F,n)S = V.subspace(basis) > > > but basis!=S.basis() > > However, I need to basis has not changed. Do you know "tab completion"? It

[sage-support] Re: about vector subspace

2016-03-26 Thread John H Palmieri
On Saturday, March 26, 2016 at 7:13:57 AM UTC-7, Александр Шевченко wrote: > > Hello. > > I have next problem, when I write next strings. > > V = VectorSpace(F,n)S = V.subspace(basis) > > Does "S = V.subspace_with_basis(basis)" do what you want? -- John -- You received this message because