Problem 48040. Find the Pattern 5
Find the pattern for the following sequence:
pat(1) = 2.0000
pat(3) = 1.1667
pat(4) = 0.9167
Create a function which satisfies the pattern shown above.
Solution Stats
Problem Comments
-
1 Comment
Rafael S.T. Vieira
on 30 Oct 2022
These questions need to be improved since a 2nd order polynomial fits perfectly to this data, for instance, and yet is different from the correct answer. The user must know that infinitely many functions can pass through no matter how many points they provide. Therefore, there must be a TIP for the pattern we need to find.
Solution Comments
Show commentsProblem Recent Solvers93
Suggested Problems
-
Sort a list of complex numbers based on far they are from the origin.
5661 Solvers
-
2428 Solvers
-
How long do each of the stages of the rocket take to burn?
309 Solvers
-
5070 Solvers
-
特定の値がベクトル内に含まれているかを確認するコードを書こう
314 Solvers
More from this Author180
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!