sarah8479
sarah8479
21.07.2020 • 
Engineering

Problem 1 (paper) Use Gauss-Jordan elimination with partial pivoting to solve the following linear system. Show all steps. Represent all values as exact fractions, not decimal numbers. [2 1 1 4 2 1 3 1 1] [x1 x2 x3] = [8 13 10]
Problem 2 (paper) For the matrix-matrix
A = [2 3 2 4 7 6 6 11 13]
Calculate the LU decomposition A = LU where
L = [1 0 0 l21 1 0 l31 l32 1] and U = [u11 u12 u13 0 u22 u23 0 0 u33]
As follows. Mulitply out LU to get algebraic expressions for each component of A in terms of the components of L and U.

Solved
Show answers

Ask an AI advisor a question