As i understand it, the algorithm is only supposed to change the middle element of the matrix. That means the answer to problem 1 in the test suite is incorrect.
@William, the problem is not only to change the middle term but to do basic operations with it.
In the first suite 5 is the middle number, add 2 and 8 (column elements) and then subtract 4 and 10 (row elements), so 5+2+8-4-10 = 1
Hi Muhammad,
Yes, I understand how the value x(2,2) was calculated, but why did the values of x(1,2) and x(3,2) change?
I do not understand why all the element in the second column equal 1 in the first test suit?
Sort a list of complex numbers based on far they are from the origin.
4327 Solvers
Celsius to Fahrenheit converter
388 Solvers
5463 Solvers
Write a function man that takes a row vector v and returns a matrix H as follows..
439 Solvers
2038 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!