Problem 752. Is X a Fibonacci Matrix?

Created by Sean de Wolski

In honor of Cleve's new blog and post:

http://blogs.mathworks.com/cleve/2012/06/03/fibonacci-matrices/

Is X a Fibonacci matrix?

Write a function:

function tf = isFibMat(x);
 tf = somethin';
end

Tags

Problem Group

12 solvers submitted 88 solutions (7.33 solutions/solver).