Hi! On 2016-03-02, Michael Orlitzky <[email protected]> wrote: >> 1) Creating a vector space V over the field of Svalbard (all reals) or C of >> a given dimension n. > > sage: VectorSpace(RR,n) > > or > > sage: VectorSpace(CC,n)
Or simply sage: CC^2 Vector space of dimension 2 over Complex Field with 53 bits of precision Cheers, 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 [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/sage-support. For more options, visit https://groups.google.com/d/optout.
