Is there a typo in x_1 for the particular solution in this answer?

s3a
Messages
814
Reaction score
8

Homework Statement


In question #1(b)'s answer, should x_1 = 4 (instead of -4)?

Homework Equations


PDF of problem #1(b):
https://www.dawsoncollege.qc.ca/pub...ms/201-nyc-05-computer_science-winter2011.pdf

Reduced row echelon form of the matrix I obtained from the given equations (in problem #1):
http://www.wolframalpha.com/input/?...ix+{{1,2,-2,3,2},{2,5,-3,4,5},{5,9,-8,11,12}}

The Attempt at a Solution


If t = 0, then it should be the case that x_3 = 1 + 2*0 = 0, x_2 = 0 and that x_1 = 4 + 0 = 4 ≠ -4.

Am I right and the answer is wrong?
 
Physics news on Phys.org
s3a said:

Homework Statement


In question #1(b)'s answer, should x_1 = 4 (instead of -4)?

Homework Equations


PDF of problem #1(b):
https://www.dawsoncollege.qc.ca/pub...ms/201-nyc-05-computer_science-winter2011.pdf

Reduced row echelon form of the matrix I obtained from the given equations (in problem #1):
http://www.wolframalpha.com/input/?i=reduced+row+echelon+form+of+matrix+{{1,2,-2,3,2},{2,5,-3,4,5},{5,9,-8,11,12}}

The Attempt at a Solution


If t = 0, then it should be the case that x_3 = 1 + 2*0 = 0, x_2 = 0 and that x_1 = 4 + 0 = 4 ≠ -4.

Am I right and the answer is wrong?
Yes.
That is surely a typo.

If t=0, then x1 = 4 .
 
  • Like
Likes s3a
Great, so it's not just me. Thanks. :)
 
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