Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Math 6643, Numerical Linear Algebra HW 1, Due on Wednesday, September 20 Notice: For the computational problems, you must design your own ways, such as

Math 6643, Numerical Linear Algebra HW 1, Due on Wednesday, September 20 Notice: For the computational problems, you must design your own ways, such as using tables and plots etc, to present the results you obtain. And you must show the procedure you take, and explain the results you get, and draw conclusions if you have any. Computer code is not considered as an explanation. Please upload your code in T-square, and return your HW in class on or before the Due date. Problem 1: Prove if A is a lower triangular matrix with nonzero diagonal entries, then A1 is also lower triangular. Problem 2: If kAk is an induced matrix norm for m m matrix A, show that (A) kAk, where (A) is the spectral radius of A. Problem 3: Suppose A is a 202 202 matrix with kAk2 = 100 and kAkF = 101, give the sharpest possible lower bound on the 2-norm condition number (A). Problem 4: Perform the following numerical experiments for random square matrices. Here, we define a random matrix to be a m m matrix whose entries are independent random numbers from real normal distribution with mean zero and stan dard deviation m. In each of the following items, you must repeat the experiment for at least 100 different random matrices to collect the statistical information. (1) Compute the pnorm, with p = 1, 2, and infinite norm, for the random matrices with sizes m = 100, 200, 300, . For each of the random matrices, compute the ratios between 1-norm and 2-norm if your GT ID# is an even number, or 2-norm and infinite norm if your GT ID# is an odd number. Find out how those quantities behave as m . (2) Compute the 1-norm condition number for the random matrices with size m = 100, 200, 300, , and find out its behavior as m . Problem 5: Write your own code for the naive Gaussian Elimination, and Gaussian Elimination with partial pivoting. Apply both algorithms to the following problem: Discretize one-dimensional equation \u001a u00 + u = 3x 21 x [0, 1] u(0) = 0, u(1) = 2 by centered difference scheme with n interior mesh points. Here is the constant. Perform the following experiments for = 0 and = 2 respectively. Form the linear system A~x = ~b. Solve the discrete linear system by your GE code for n = 200, 400, 800, 1000, 2000, 4000 and larger if your computer allows. Plot the results and calculate the cpu time. Comments on your results. Hint: you must find ways to demonstrate how the computation cost is associated the size of the system, and how to compare the numerical solutions with the exact solution if you can find it. If you can't find the exact solution, what is your remedy to perform the comparison

Step by Step Solution

There are 3 Steps involved in it

Step: 1

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

College Algebra Graphs and Models

Authors: Marvin L. Bittinger, Judith A. Beecher, David J. Ellenbogen, Judith A. Penna

5th edition

321845404, 978-0321791009, 321791002, 978-0321783950, 321783956, 978-0321845405

More Books

Students also viewed these Mathematics questions