Question

find all scalars c if any exists such that the vector [-3, 3] is a linear...

find all scalars c if any exists such that the vector [-3, 3] is a linear combination of the vector [-3,5] and [6,c]]

Homework Answers

Answer #1

Linear combination of vector [-3,5] and [6,c] is [-3,3]

a[-3,5] +b [6,c] = [-3,3]

-3a + 6b = -3

a - 2b = 1....(1)

5a + bc = 3...(2)

note that if 1/5 = -2/c, then equation has no solution

so for c =-10, the linear combination is not possible.  

Equation (2) - Equation (1) * 5

b(c+10) = -2

b = -2/(c+10)

(proves again that if c = -10, then equation doesn't have any solution)

so for every real value of c, except -10, vectors can be written as linear combination.

Know the answer?
Your Answer:

Post as a guest

Your Name:

What's your source?

Earn Coins

Coins can be redeemed for fabulous gifts.

Not the answer you're looking for?
Ask your own homework help question
Similar Questions
Write each vector as a linear combination of the vectors in S. (Use s1 and s2,...
Write each vector as a linear combination of the vectors in S. (Use s1 and s2, respectively, for the vectors in the set. If not possible, enter IMPOSSIBLE.) S = {(1, 2, −2), (2, −1, 1)} (a)    z = (−5, −5, 5) z = ? (b)    v = (−2, −6, 6) v = ? (c)    w = (−1, −17, 17) w = ? Show that the set is linearly dependent by finding a nontrivial linear combination of vectors in the set whose sum...
find any vectors which are orthogonal to the vector <2,5,-3>
find any vectors which are orthogonal to the vector <2,5,-3>
Use Mathematica to determine if vector b= {3,-7,-3} can be written as a linear combination of...
Use Mathematica to determine if vector b= {3,-7,-3} can be written as a linear combination of the column vectors of .{1,-4,2},{0,3,5},{-2,8,-4} State specifically how you know you can or cannot. (Interpret your work!)
Find all values of c ∈ C such that the linear transformation T ∈ L(C^3) given...
Find all values of c ∈ C such that the linear transformation T ∈ L(C^3) given by T(z1,z2,z3)=(z1 +2z2 +2z3, −z2 +cz3, z3) is diagonalizable. For those values of c, find a basis of C^3 such that the matrix of T corresponding to that basis is diagonal.
(a) Let T be any linear transformation from R2 to R2 and v be any vector...
(a) Let T be any linear transformation from R2 to R2 and v be any vector in R2 such that T(2v) = T(3v) = 0. Determine whether the following is true or false, and explain why: (i) v = 0, (ii) T(v) = 0. (b) Find the matrix associated to the geometric transformation on R2 that first reflects over the y-axis and then contracts in the y-direction by a factor of 1/3 and expands in the x direction by a...
4. Prove the Following: a. Prove that if V is a vector space with subspace W...
4. Prove the Following: a. Prove that if V is a vector space with subspace W ⊂ V, and if U ⊂ W is a subspace of the vector space W, then U is also a subspace of V b. Given span of a finite collection of vectors {v1, . . . , vn} ⊂ V as follows: Span(v1, . . . , vn) := {a1v1 + · · · + anvn : ai are scalars in the scalar field}...
Find the matrix of the linear transformation which reflects every vector across the y-axis and then...
Find the matrix of the linear transformation which reflects every vector across the y-axis and then rotates every vector through the angle π/3.
Let V = Pn(R), the vector space of all polynomials of degree at most n. And...
Let V = Pn(R), the vector space of all polynomials of degree at most n. And let T : V → V be a linear transformation. Prove that there exists a non-zero linear transformation S : V → V such that T ◦ S = 0 (that is, T(S(v)) = 0 for all v ∈ V) if and only if there exists a non-zero vector v ∈ V such that T(v) = 0. Hint: For the backwards direction, consider building...
A) Find a vector that measures 3 in the direction of the vector 2i + 3j...
A) Find a vector that measures 3 in the direction of the vector 2i + 3j - k B) Given the vectors a = 2i + 3j - k and b = -2i + 3j + k. Find 2a 3 b and |a-b| C) Find the vector that goes from point P (2, -1,4) to point Q (3, -2,6)
For C++ : find the largest repeating number in a vector. Check : {3 , 4,...
For C++ : find the largest repeating number in a vector. Check : {3 , 4, 16, 2, 3, 16, 98, 4, 2,}