Milestone (2) Now, let us move to a similar problem. We need to find the vector X that satisfies the following condition
Posted: Sat May 14, 2022 7:00 pm
Milestone (2) Now, let us move to a similar problem. We need to find the vector X that satisfies the following condition/equation:- f(x) = (||AX - BID2 = 0, where A and B are matrices of sizes, nXn and nX1 respectively. The requirements will be as follows:- 1. Your program can read the matrices A and B for any value of n greater than 1. 2- You cannot adopt or copy any library function from any open source codes available. You must develop and implement your own solution. 3. You must demonstrate testing cases with A and B known priory as well as the solution X. You may compare with MATLAB solution results. At least 5 cases are required with n > 10. 4. You may use random number generators to create the testing matrices.