Question

In: Math

In each case, check that { v1,...vn} is a basis for R^n, and express the given...

In each case, check that { v1,...vn} is a basis for R^n, and express the given vector b as a linear combination of the basis vectors.

(a). v1=(2,3), v2=(3,5). b=(3,4)

(b) v1=(1,0,3), v2=(1,2,2), v3=(1,3,2). b=(1,1,2)

(c) v1=(1,0,1), v2=(1,1,2), v3=(1,1,1). b=(3,0,1)

Solutions

Expert Solution

              (a). Let A be the matrix with v1,v2 and b as columns. Then A =

2

3

3

3

5

4

To determine whether { v1,v2} is a basis for R2 and whether b can be expressed as a linear combination of v1,v2, we will reduce A to its RREF as under:

Multiply the 1st row by ½

Add -3 times the 1st row to the 2nd row

Multiply the 2nd row by 2

Add -3/2 times the 2nd row to the 1st row

Then the RREF of A is

1

0

3

0

1

-1

It implies that { v1,v2} is a basis for R2 and b = 3v1-v2.

        (b). Let A be the matrix with v1,v2,v3 and b as columns. Then A =

1

1

1

1

0

2

3

1

3

2

2

2

To determine whether { v1,v2,v3} is a basis for R3 and whether b can be expressed as a linear combination of v1,v2,v3 we will reduce A to its RREF, which is

1

0

0

0

0

1

0

2

0

0

1

-1

It implies that { v1,v2,v3} is a basis for R3 and b = 0v1+2v2-v3.

         (c ). Let A be the matrix with v1,v2,v3 and b as columns. Then A =

1

1

1

3

0

1

1

0

1

2

1

1

To determine whether { v1,v2,v3} is a basis for R3 and whether b can be expressed as a linear combination of v1,v2,v3 we will reduce A to its RREF, which is

1

0

0

3

0

1

0

-2

0

0

1

2

It implies that { v1,v2,v3} is a basis for R3 and b = 3v1-2v2+2v3.


Related Solutions

Let W be an inner product space and v1, . . . , vn a basis...
Let W be an inner product space and v1, . . . , vn a basis of V . Show that <S, T> = <Sv1, T v1> + . . . + <Svn, T vn> for S, T ∈ L(V, W) is an inner product on L(V, W).
1. Let v1, . . . , vn be nonzero vectors such that each vi+1 has...
1. Let v1, . . . , vn be nonzero vectors such that each vi+1 has more leading 0s than vi . Show that vectors v1, . . . , vn are linearly independent.
True or False. 1. If the set {v1,v2} is a basis of R^2, then the set...
True or False. 1. If the set {v1,v2} is a basis of R^2, then the set {v1,v1+v2} is also a basis of R^2. 2.If W be a vector space and V1,V2 are subspaces of W, then V1 u V2 is also a subspace of W. V1 u V2 denotes the union of V1 and V2, i.e. the set of vectors which belong to either V1 or V2 (or to both). 3.If W be a vector space and V1,V2 are subspaces...
Check in each case whether the given function can serve as the probability distribution of an...
Check in each case whether the given function can serve as the probability distribution of an appropriate random variable. (a) f(x) = (2 x)/4 for x = 0, 1, 2; (b) f(x) = x - 2/9 for x = 1, 2, 3, 4, 5, 6; (c) f(x) = x^2 - 6x + 9/10 for x = 1, 2, 3, 4, 5; (d) f(x) = x^2 - 6x + 8/5 for x = 1, 2, 3, 4, 5.
Prove 1. For each u ∈ R n there is a v ∈ R n such...
Prove 1. For each u ∈ R n there is a v ∈ R n such that u + v= 0 2. For all u, v ∈ R n and a ∈ R, a(u + v) = au + av 3. For all u ∈ R n and a, b ∈ R, (a + b)u = au + bu 4.  For all u ∈ R n , 1u=u
ATestforPrimalityisthefollowing: Given an integer n > 1, to test whether n is prime check to see...
ATestforPrimalityisthefollowing: Given an integer n > 1, to test whether n is prime check to see if it is divisible by a prime number less than or equal to it’s square root. If it is not divisible by an of these numbers then it is prime. We will show that this is a valid test. prove ∀n, r, s ∈ N+, r s ≤ n → (r ≤ √n ∨ s ≤ √n) b) Prove ∀ n ∈ N+ ,...
Let W be a subspace of R^n and suppose that v1,v2,w1,w2,w3 are vectors in W. Suppose...
Let W be a subspace of R^n and suppose that v1,v2,w1,w2,w3 are vectors in W. Suppose that v1; v2 are linearly independent and that w1;w2;w3 span W. (a) If dimW = 3 prove that there is a vector in W that is not equal to a linear combination of v1 and v2. (b) If w3 is a linear combination of w1 and w2 prove that w1 and w2 span W. (c) If w3 is a linear combination of w1 and...
     i What values would be stored in the given variables in each case? a.          int n =...
     i What values would be stored in the given variables in each case? a.          int n = 12 % 5; b.          double x = 15 % 11 + 5.3 - 5 / (2.5 - 0.3); c.   float y = 2 / (3.5 + static_cast<int>(3.5)); d.   bool z = (6 – 7 <= 2 * 1) && (5 + 4 >= 3) || (6 + 2 != 17 – 3 * 10);
Consider the element uniqueness problem: check whether all the elements in a given array of n...
Consider the element uniqueness problem: check whether all the elements in a given array of n elements are distinct answer in pseudo code places
Find the matrix A representing the follow transformations T. In each case, check that Av =...
Find the matrix A representing the follow transformations T. In each case, check that Av = T(v) T(T(x,y,z)) where T(x,y,z)=(x-3y+4z, 6x-2z, 8x-y-4z)
ADVERTISEMENT
ADVERTISEMENT
ADVERTISEMENT