Horner's algorithm
Mostrar comentarios más antiguos
I'm having trouble using Horner's algortihm. I'm supposed to use a 'for' loop for this algorithm to find the expansion of x-sinx. So far I have:
n=input('\nEnter polynomial max Degree:');
fprintf('\nEnter the coefficients from lowest to highest:');
But I don't know where to go from there. I'm new to matlab and coding so I'm kinda lost. Please help. Thank you!
1 comentario
Jan
el 30 de En. de 2019
What is your question?
Respuestas (1)
Jan
el 30 de En. de 2019
0 votos
To learn the basics, read the Getting Started chapters in the documentation. Read Matlab's Onramp also: https://matlabacademy.mathworks.com/ .
See also: How to ask a good question
Categorías
Más información sobre Text Files en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!