Vector Spaces

Description

We can create vector spaces of a given dimension over a given set of numbers in Sage. We will create a 5 dimensional vector space over the rationals in our example cell.

Sage Cell

Code

V = VectorSpace(QQ, 5)
V

Options

none

Tags

CC:

Primary Tags: Linear Algebra: Abstract vector spaces

Secondary Tags: Abstract vector spaces: Definition and properties

Related Cells

Attribute

Permalink:

Author: R. Beezer

Date: 01 Mar 2020 21:39

Submitted by: Zane Corbiere

Unless otherwise stated, the content of this page is licensed under Creative Commons Attribution-ShareAlike 3.0 License