필터 지우기
필터 지우기

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 (최근 30일)
  댓글 수: 3
Walter Roberson
Walter Roberson 2022년 7월 13일
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) = 

댓글을 달려면 로그인하십시오.

답변 (1개)

Amanjeet Pani
Amanjeet Pani 2022년 7월 13일
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

카테고리

Help CenterFile Exchange에서 Calculus에 대해 자세히 알아보기

태그

제품


릴리스

R2022a

Community Treasure Hunt

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

Start Hunting!

Translated by