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
Solution Comments
Show comments
Loading...
Problem Recent Solvers135
Suggested Problems
-
Circular Primes (based on Project Euler, problem 35)
652 Solvers
-
Determine the number of odd integers in a vector
828 Solvers
-
Given a matrix, swap the 2nd & 3rd columns
1265 Solvers
-
568 Solvers
-
469 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!
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.