write a function to calculate f(n)=f(1-1)+f(1-2) where f1=(1),f2=(2)

1 次查看(过去 30 天)
write a function to calculate f(n)=f(1-1)+f(1-2) where f1=(1),f2=(2)

回答(1 个)

Walter Roberson
Walter Roberson 2019-12-8
f(1-1) is f(0) and f(1-2) is f(-1) . The sum of the two would be constant, so f(n) would have to be constant. That is inconsistent with f1 being different than f2. The equation is therefore inconsistent, and no such function can be written.

类别

Help CenterFile Exchange 中查找有关 Get Started with MATLAB 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by