Demonstration 1.
We can test membership using the word/command in
. Try vectors with different numers of slots, and perhaps include the complex number 2 + 3\*I
as an entry.
📚 The CoCalc Library - books, templates and other resources
Important: to view this notebook properly you will need to execute the cell above, which assumes you have an Internet connection. It should already be selected, or place your cursor anywhere above to select. Then press the "Run" button in the menu bar above (the right-pointing arrowhead), or press Shift-Enter on your keyboard.
ParseError: KaTeX parse error: \newcommand{\lt} attempting to redefine \lt; use \renewcommand
It is easy in Sage to make a reasonable facsimile of We just restrict our attention to rational entries rather than complex entries. This vector space contains vectors with 4 slots, each filled with a rational number.
We can test membership using the word/command in
. Try vectors with different numers of slots, and perhaps include the complex number 2 + 3\*I
as an entry.
These are the coefficient matrix and vector of constants from yesterday's big system that led to a colored matrix in reduced row-echelon form.
The .right\_kernel()
method will give the vectors of the vector form of the solutions to a homogeneous system when used with the basis='pivot'
option.
Rows of the “basis matrix” are vectors in yesterday's linear combination (with scalars ). This is a spanning set for the null space of the matrix See Theorem VFSLS and Theorem SSNS.
Theorem PSPHS can explain how to use a single solution to the non-homogeneous system and the spanning set of the null space of the coefficient matrix to arrive at all solutions to the system. Here is a single solution to the system.
Notice that this vector is the solution when we set each free variable to zero, which is the “other” vector from yesterday that is not part of the linear combination.
Example ABS from FCLA.
Make a “random” linear combination of the five vectors and test for membership (which will be trivially true, repeatedly). Remember to use the \*
operator for vector scalar multiplication.
But not any old vector is in
It should make sense that arbitrary linear combinations are in the span. How did we manufacture a vector not in the span? Stay tuned.
This work is Copyright 2016–2019 by Robert A. Beezer. It is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License.