Question: ( Using Octave ) program a function that takes a series of equations as input in the form of matrices and solves for the unknowns
Using Octave program a function that takes a series of equations as input in the form of matrices and solves for the unknowns using Gaussian elimination. Your function will accept two inputs: matrix A representing the coefficients of the equations, and vector bthe constants. It returns the vector of solutions. Lets call it GsolveAb Provide a test file called Pm that uses this function and compares the accuracy and runtimes of Gsolve vs Ab
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
