Consider a given Matrix
A=[a b c; d e f; g h i]
then return a row vector T such that it contains all the Elements of Matrix A except the Elements on the diagonal.
So
T=[b c d f g h]
Reverse the Words (not letters) of a String
243 Solvers
Find the dimensions of a matrix
267 Solvers
Solving Quadratic Equations (Version 1)
361 Solvers
281 Solvers
242 Solvers
Problem Tags