Community Profile

photo

Kritika Singh

MathWorks

Last seen: 約2年 前 2021 年からアクティブ

Followers: 0   Following: 0

統計

All
  • Revival Level 2
  • First Answer
  • Solver

バッジを表示

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)...

3年弱 前

解決済み


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...

3年弱 前

解決済み


Times 2 - START HERE
Try out this test problem first. Given the variable x as your input, multiply it by two and put the result in y. Examples:...

3年弱 前