Purchase Solution

Hubert Matrices

Not what you're looking for?

Ask Custom Question

C) The famous Hubert matrices are given by Hij= 1/(i +j - 1). The n x n Hilbert matrix Hn is easily produced in MATLAB using hilb(n). Assume the true solution of H,x = b for a given n is x = [1.. .. , 1]^T. Hence the righthand side b is simply the row sums of H, and b is easily computed in MATLAB using b=sum(hilb(n) 9'. Use your codes mylu.m and lusolve.m to solve the system Hnx = b for i. = 5, 10, 15, 20. For each n, using the oo ? norm, compute the relative error and the relative residual. Discuss what is happening here. You may find it useful to look at the cond command in MATLAB.

(You do not have to use MATLAB to deal with this problem.)

Attachments
Purchase this Solution

Solution Summary

Hubert Matrices are investigated.

Purchase this Solution


Free BrainMass Quizzes
Geometry - Real Life Application Problems

Understanding of how geometry applies to in real-world contexts

Solving quadratic inequalities

This quiz test you on how well you are familiar with solving quadratic inequalities.

Multiplying Complex Numbers

This is a short quiz to check your understanding of multiplication of complex numbers in rectangular form.

Graphs and Functions

This quiz helps you easily identify a function and test your understanding of ranges, domains , function inverses and transformations.

Know Your Linear Equations

Each question is a choice-summary multiple choice question that will present you with a linear equation and then make 4 statements about that equation. You must determine which of the 4 statements are true (if any) in regards to the equation.