Cody
Given a polynomial equation coefficients in a vector p, you have to return its value at x.
Example:
For inputs p and x
p = [1 0 1] x = [1 4]
Output y is [1*1^2 + 1, 1*4^2 + 1] or
y = [2 17]
Sophie Germain prime
189 Solvers
Swap two numbers
239 Solvers
Concatenate two strings
211 Solvers
Rounding
341 Solvers
Square the input
171 Solvers
Positive Infinity
196 Solvers
Negative Infinity
178 Solvers
Polynomial Multiplication
84 Solvers
Roots
205 Solvers
Choose a web site to get translated content where available and see local events and offers. Based on your location, we recommend that you select: .
You can also select a web site from the following list:
Select the China site (in Chinese or English) for best site performance. Other MathWorks country sites are not optimized for visits from your location.
Contact your local office
Problem Tags