Clear Filters
Clear Filters

How to solve the system of simultaneous linear equation using QR decomposition?

5 views (last 30 days)
I was playing with the polyfit() function in the surface fitting toolbox to fit a surface to my data, which states that its solves the linear equations using QR decomposition(using Matlab backslash(\) operator).
Is there any mathematical formulation of how these equations are solved using this technique on paper? I am curious to know "top to bottom" theoretical formulation of this method. I just want to understand the maths behind this approach.
Thanks!!

Accepted Answer

Torsten
Torsten on 17 Jan 2017
  1 Comment
Parth
Parth on 18 Jan 2017
I really appreciate your answer. In literature I found 3 different methods of QR decomposition and they might have their own benefits. which one is implemented in Matlab qr() function?
Using Houholder Reflection s? Using Gram-Schmidt Process or its modified version? Here in document you suggested 2 different methods are explained.
Thanks

Sign in to comment.

More Answers (0)

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!