Problem 161. Wilf-Zeilberger pairs
Take as inputs two functions F and G, and two scalar values n and k. Test whether the functions are candidates to be a Wilf-Zeilberger pair ( http://mathworld.wolfram.com/Wilf-ZeilbergerPair.html ), based the test values of n and k. (It's not a very stringent test!) Return logical true if F and G might be a WZ pair, and false if they cannot be.
Solution Stats
Problem Comments
Solution Comments
Show commentsProblem Recent Solvers66
Suggested Problems
-
Create a function handle that reverses the input arguments of another function handle
155 Solvers
-
What is the distance from point P(x,y) to the line Ax + By + C = 0?
547 Solvers
-
305 Solvers
-
How many trades represent all the profit?
607 Solvers
-
282 Solvers
More from this Author23
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!