統計
All
Feeds
解決済み
Fibonacci-Sum of Squares
Given the Fibonacci sequence defined by the following recursive relation, * F(n) = F(n-1) + F(n-2) * where F(1) = 1 and F(1)...
7年弱 前
解決済み
Fibonacci sequence
Calculate the nth Fibonacci number. Given n, return f where f = fib(n) and f(1) = 1, f(2) = 1, f(3) = 2, ... Examples: Inpu...
7年弱 前
解決済み
Interpolator
You have a two vectors, a and b. They are monotonic and the same length. Given a value, va, where va is between a(1) and a(end...
7年弱 前
回答済み
How I can Plots this function
Hey, This should help you. function x = question(t) if t >=0 x = 3*exp(-2*t); else x = 0; e...
How I can Plots this function
Hey, This should help you. function x = question(t) if t >=0 x = 3*exp(-2*t); else x = 0; e...
7年弱 前 | 0

