Inflection points are points along the graph curve of a function, where the curvature of the curve changes from concave to convex, or vice versa. Consider the following the following binomial product function:
where the coefficient
are given by the vector,
. Write a function that outputs an array of the x-coordinates all of the inflections of
.
For example, if
:
The plot of the function shows 2 inflection points:
Therefore, the function output in this case should be:
. Please present the output rounded to 4 decimal places and sorted ascending.
--------------
NOTE: As an added challenge, some MATLAB built-in functions are disabled.
Solution Stats
Solution Comments
Show comments
Loading...
Problem Recent Solvers4
Suggested Problems
-
Sum of first n terms of a harmonic progression
520 Solvers
-
Determine Whether an array is empty
815 Solvers
-
Matrix rotation as per given angle
120 Solvers
-
58 Solvers
-
Count number of words in string
188 Solvers
More from this Author116
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!