- 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 1 (22.1 KiB) Viewed 26 times
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
-
- Site Admin
- Posts: 899603
- Joined: Mon Aug 02, 2021 8:13 am
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
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 = =