Proper format for writing basis in linear algebra

Dell
Messages
555
Reaction score
0
if i am asked to find a basis for a vector subspace, am i meant to jus write one possible option, for example

basis: (8,0,0)(0,6,0)(0,0,2)

or am i supposed to write the whole span

basis: sp{(8,0,0)(0,6,0)(0,0,2)}

or am i meant to write it with parameters

basis: a(8,0,0) + b(0,6,0) + c(0,0,2)

or am i meant to write it in its simplist form

basis: (1,0,0)(0,1,0)(0,0,1)


and how about when i am asked to present all possible basises
 
Physics news on Phys.org
The basis is a set which consists of three vectors, so I would write:
B = { (8,0,0), (0,6,0), (0,0,2) }
just like you would write set of three numbers like S = {1, 6, 12}.
If you want to give a normalized basis (or that is asked of you), you can write
\hat B = { (1, 0, 0), (0, 1, 0), (0, 0, 1) }

The vector space V which is spanned by that basis is denoted by
V = sp(an) B = sp( { (8,0,0), (0,6,0), (0,0,2) } )
which means that you can write an arbitrary vector v in V as a linear combination
a(8,0,0) + b(0,6,0) + c(0,0,2)

Is that clear?
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top