Problem 2550. Evaluating a polynomial
Solution Stats
Problem Comments
Solution Comments
-
2 Comments
Sebastian Ciuban
on 21 Nov 2014
function y = equation(x)
syms f z
f=3*z^5-z^3+8*z-3
y=subs(f,x)
end
why is not working?
David Verrelli
on 16 Mar 2018
syms requires the Symbolic Math Toolbox, which is not available on Cody.
Problem Recent Solvers340
Suggested Problems
-
277 Solvers
-
Find the maximum number of decimal places in a set of numbers
1916 Solvers
-
Fahrenheit to Celsius converter
482 Solvers
-
408 Solvers
-
Write a code that will follow the equation y = x * (x + x) * x.
291 Solvers
More from this Author1
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!