Vector Spans
Description
We can use Sage to find the span of a given set of vectors with the .span() method.
Sage Cell
Code
V = QQ^3
v1 = vector([2, 3, 5])
v2 = vector([7, 11, 13])
S = V.span([v1, v2])
print(S)
Options
none
Tags
Primary Tags:
Secondary Tags:
A list of possible tags can be found at The WeBWorK Open Problem Library. For linear algebra tags see the Curated Courses Project.
Related Cells
Any related cells go here. Provide a link to the page containing the information about the cell.
Attribute
Permalink:
Author:
Date: 02 Mar 2020 15:47
Submitted by: Zane Corbiere