Answered step by step
Verified Expert Solution
Question
1 Approved Answer
1. Solve the following systems of linear equations using naive Gaussian elimination method and modified Gaussian elimination method with partial pivoting and compare the component
1. Solve the following systems of linear equations using naive Gaussian elimination method and modified Gaussian elimination method with partial pivoting and compare the component wise error involved in its solutions. a. 0.729x +0.81y +0.92 = 0.6867, x +y +2 = 0.8338, 1.331x +1.21y +1.12 = 1. b. x1 x2 +3x3 = 2, 3x1 3x2 +x3 = 1, x1 +x2 = 3. 2. Solve the system, 0.001x1 +x2 = 1, x1 +x2 = 2, i) using Gaussian elimination with partial pivoting with infinite precision, ii) using naive Gaussian elimination with 2-digit rounding, and iii) using modified Gaussian elimination method with partial pivoting, using 2- digit rounding. 3. Use Gauss-Jordon method to find the inverse of the matrix for the system of linear equations x1 1/2 x2 + 1/3 x3 = 1, 1/2 x1 1/3 x2 + 1/4 x3 = 2, 1/3 x1 1/4 x2 + 1/5 )3 = 3, with four-digit rounding. 4. Three matrices are defined as 6 ] I) \"\"'lii :l Mia's 3] mail a. Perform all possible multiplications that can be computed between pairs of these matrices. b. Justify why the remaining pairs cannot be multiplied. 5. Given the system of equations 3x2+7x3=4 x1+2x2x3=0 5x12x2=3 3. Compute the determinant. b. Use Cramer's rule to solve for the x's. c. Use Gauss elimination with partial pivoting to solve for the x's. As part of the computation, calculate the determinant in order to verify the value computed in (a). d. Substitute your results back into the original equations to check your solution. 6. Apply gauss Jordan method to solve the system of equations: x+y+22=4 3x+y-32=-4 2x3y-52=-5 4 1 2 7. Consider the system of equation of the form AX=B, where A = (2 3 1) 1 2 2 x 7 X = (y) and B = (3). Find by using Gauss-jordan method. 2 7 a. A1 b. The numerical solution of the given system
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started