Hi Alexandr,

On 2016-03-26, Александр Шевченко <shevchenko.alexander.1...@gmail.com> 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 is rather practical. If you start to
type V.subsp and then hit the tab key, Sage (and Python) will show you
all available methods of V stat start with "subsp". Here, you will
obtain "subspace", "subspaces" and "subspace_with_basis".

And according to the documentation of "subspace_with_basis", it seems to
do what you need.

Best regards,
Simon

-- 
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 sage-support+unsubscr...@googlegroups.com.
To post to this group, send email to sage-support@googlegroups.com.
Visit this group at https://groups.google.com/group/sage-support.
For more options, visit https://groups.google.com/d/optout.

Reply via email to