Consider the following equality:
For a given value of n (i.e., num in the problem statement), determine the values of a's and b that satisfy the equality above. The answer should be put in a vector where the first "num" entries are the values of a's and the last entry is b. There is no unique answer to each of the problems; however, you answer will be checked against the requirement.
Solution Stats
Problem Comments
1 Comment
Solution Comments
Show comments
Loading...
Problem Recent Solvers20
Suggested Problems
-
7238 Solvers
-
Least common multiple of many numbers
255 Solvers
-
What is the distance from point P(x,y) to the line Ax + By + C = 0?
554 Solvers
-
Get the elements of diagonal and antidiagonal for any m-by-n matrix
512 Solvers
-
Convert Two Character String into a Binary Vector
232 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!
Test suite should make sure that the output vector has the correct length.