Consider the following linear equations: 3i-2j+k-61=2 2i+j-51=1 2j-k-1=0 2j-4k+31-i=12 Which could be represented in pyt
Posted: Fri May 20, 2022 3:13 pm
Consider the following linear equations: 3i-2j+k-61=2 2i+j-51=1 2j-k-1=0 2j-4k+31-i=12 Which could be represented in python by the following coefficient matrix and answer vector: A -[[3,-2, 1,-6] [2, 1, 0,-5) [0, 2,-1,-1], [-1,2-4, 3]] b - (2, 1, 0, 12] Solve for i, j, k, and I. i k= 1 = =