Question
In the attached image you can see a problem. It would be very helpful if the problem could be broken down and explained, especially the symbols used and what they mean.

Your help will be acknowledged


4.5 Example: Linear Least Squares Suppose we want to find the value of z that minimizes (4.21) Specialized linear algebra alg
0 0
Add a comment Improve this question Transcribed image text
Answer #1

So we have a function f(x) = 1/2 Norm(Ax-b)^2

This basically means that you want to minimize the length of the vector Ax-b, which is the same as finding the closest approximation to a solution of Ax=b. Even if this equation doesn't have a solution, we try to minimize the value of Ax-b to make it close to 0.

The algorithm given is one method of minimizing this function.

The tolerance delta is basically how small of an error you will be happy with. The smaller you set delta, the closer your approximation to the actual minimum. epsilon is the step size, which is how much distance you move everytime you iterate your loop

The given expression x(new) = x(old) - epsilon(....)

The vector in brackets is the direction in which f decreases the fastest. It is the gradient of f

Hope that helps. :)

Add a comment
Know the answer?
Add Answer to:
In the attached image you can see a problem. It would be very helpful if the problem could be bro...
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. Our experts will answer your question WITHIN MINUTES for Free.
Similar Homework Help Questions
ADVERTISEMENT
Free Homework Help App
Download From Google Play
Scan Your Homework
to Get Instant Free Answers
Need Online Homework Help?
Ask a Question
Get Answers For Free
Most questions answered within 3 hours.
ADVERTISEMENT
ADVERTISEMENT
ADVERTISEMENT