Problem 43296. Refresh your system of equations

Given square matrix, and solution vector, find the values of the variables

Example:

xyz = [1 -1 2; 0 2 5; 4 0 -3]; //x-y+2z; 2y+5x; 4x-3z abc = [21; 21; 21] y_correct = [ 9 -2 5 ];

Solution Stats

51.04% Correct | 48.96% Incorrect
Last Solution submitted on Oct 06, 2023

Problem Comments

Solution Comments

Show comments

Problem Recent Solvers49

Suggested Problems

More from this Author43

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!