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
Problem Comments
- 
		3 Comments
 
		Matthew Eicholtz
    	on 10 Oct 2016
	
	
  	Test suite needs to be fixed.
		Jamil Kasan
    	on 11 Oct 2016
	
	
  	yeah, you're right. I'll edit later after office, thanks
		Alfonso Nieto-Castanon
    	on 24 Oct 2016
	
	
  	only wrong solutions accepted by testsuite (on the other hand, +1 if this was in fact the intention, that was original!)
Solution Comments
Show commentsProblem Recent Solvers51
Suggested Problems
- 
         
Implement simple rotation cypher
1087 Solvers
 - 
         
Are all the three given point in the same line?
590 Solvers
 - 
         
         
806 Solvers
 - 
         
         
422 Solvers
 - 
         
Sum of odd numbers in a matrix
603 Solvers
 
More from this Author43
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!