Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

2.1. Annxn Hilbert matrix, A, is defined by aij=1/(i+j-1) for i, j = 1, 2, ..., n Find the inverse of A and the

 

2.1. Annxn Hilbert matrix, A, is defined by aij=1/(i+j-1) for i, j = 1, 2, ..., n Find the inverse of A and the inverse of ATA for n = 5. Then, noting that (ATA)=A (A-1)T find the inverse of ATA using this result for values of n = 3, 4, ..., 6. Compare the accuracy of the two results by using the inverse Hilbert function invhilb to find the exact inverse using (ATA)-1=A-(A-1). Hint: Compute norm(PR) and norm(QR) where P = (ATA)- and Q=A-(A-1)T and R is the exact value of Q. 2.2. Find the condition number of ATA where A is an n x n Hilbert matrix, defined in Problem 2.1, for n=3, 4, ..., 6. How do these results relate to the results of Problem 2.1?

Step by Step Solution

There are 3 Steps involved in it

Step: 1

Solution to 21 and 22 Hilbert Matrix Inverse and Condition Number 21 Inverse of A AA and AT A1 Findi... blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Linear Algebra A Modern Introduction

Authors: David Poole

4th edition

1285463242, 978-1285982830, 1285982835, 978-1285463247

More Books

Students also viewed these Programming questions

Question

Find the angle between the vectors [- 1, 1, 2] and [2, 1, - 1].

Answered: 1 week ago