Ask your own question, for FREE!
Computer Science 6 Online
OpenStudy (anonymous):

39.* a. Use MATLAB to solve the following equations for x, y, and z as functions of the parameter c. 6x + 3y + z = 13c x - 5y - 2z = 11c 7x + 3y - 5z = 10c Plot the solutions for x, y, and z versus c on the same plot, for -10<= c <=10.

OpenStudy (anonymous):

A = [6 3 1; 1 -5 -2; 7 3 -5]; B = [13 11 10]; result = A \ B' ; plot(result, 'r') I don't know what your 'c' is.

OpenStudy (anonymous):

C is a parameter... hence i dont how to solve linear equations with parameters

OpenStudy (anonymous):

they just gave me this domain: -10<= c <=10.

Can't find your answer? Make a FREE account and ask your own questions, OR help others and earn volunteer hours!

Join our real-time social learning platform and learn together with your friends!
Can't find your answer? Make a FREE account and ask your own questions, OR help others and earn volunteer hours!

Join our real-time social learning platform and learn together with your friends!