Borrar filtros
Borrar filtros

pls help me here I cant understand how to code this two using MATLAB. In line in power series. pls help 2 and 3

1 visualización (últimos 30 días)
  3 comentarios
Walter Roberson
Walter Roberson el 13 de Jul. de 2022
syms x
f(x) = log10(x^2/(1+x))
f(x) = 
s9 = series(f, x, 9)
s9(x) = 
s11 = series(f, x, 11)
s11(x) = 

Iniciar sesión para comentar.

Respuestas (1)

Amanjeet Pani
Amanjeet Pani el 13 de Jul. de 2022
As i understand the problem's main aim lies in expanding the function into power series
for that we can use series() in matlab. u can look for the documentation here
additionally u can go through this page for documentation on using various power series function in matlab

Etiquetas

Productos


Versión

R2022a

Community Treasure Hunt

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

Start Hunting!

Translated by