matlab maclaren series e^x function using maclaren series

11 visualizaciones (últimos 30 días)
Shemar thompson
Shemar thompson el 7 de Abr. de 2022
Comentada: Steven Lord el 7 de Abr. de 2022
  • execute the e^x function using the Maclaren series.
  • program should give the best estimate of e^0.5 to 3 significant figures.
  • program should use the εa < εs tolerance condition, to know after how many terms/approximations to terminate.
  • program should output the number of terms/approximations that it took to determine an acceptable result.
  • program should also output the approximated value for each iteration.
  • program should also output the εa %
  • the output should be in tabular form – it can be outputted to a file and/or the command window.
  1 comentario
Steven Lord
Steven Lord el 7 de Abr. de 2022
This sounds like a homework assignment. If it is, show us the code you've written to try to solve the problem and ask a specific question about where you're having difficulty and we may be able to provide some guidance.
If you aren't sure where to start because you're not familiar with how to write MATLAB code, I suggest you start with the free MATLAB Onramp tutorial (https://www.mathworks.com/support/learn-with-matlab-tutorials.html) to quickly learn the essentials of MATLAB.
If you aren't sure where to start because you're not familiar with the mathematics you'll need to solve the problem, I recommend asking your professor and/or teaching assistant for help.

Iniciar sesión para comentar.

Respuestas (0)

Categorías

Más información sobre Mathematics en Help Center y File Exchange.

Etiquetas

Productos


Versión

R2021a

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by