How can i write MacLaurin Sequence for 1/1+x2

조회 수: 1 (최근 30일)
Muhammad Abdan Syakuro
Muhammad Abdan Syakuro 2019년 10월 25일
댓글: John D'Errico 2019년 10월 25일
Hello, i'm new in matlab and i need to know how to write in matlab code with
this questions of math
Screenshot_6.png
thank you, i hope i get the answer
  댓글 수: 2
James Tursa
James Tursa 2019년 10월 25일
What have you done so far? What specific problems are you having with your code?
Muhammad Abdan Syakuro
Muhammad Abdan Syakuro 2019년 10월 25일
so the task is to implement that math to code in matlab..

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

답변 (1개)

James Tursa
James Tursa 2019년 10월 25일
An outline of your code could look something like this:
x = _____; % you fill in the blank here, or get an input from the user
n = _____; % you fill in the blank here, or get an input from the user
mysum = 0
for k=0:n
mysum = mysum + _____; % you fill in the blank here
end
  댓글 수: 2
Muhammad Abdan Syakuro
Muhammad Abdan Syakuro 2019년 10월 25일
i think this is not the answer of implement that math
John D'Errico
John D'Errico 2019년 10월 25일
James did not do your homework for you, as he knows he should not. Instead, he gave you a good start. Now it is your job to finish your homwork. Fill in the blanks. Think about how to do the rest, as that is how you will learn, not by being given the answer on a platter.

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

카테고리

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

Community Treasure Hunt

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

Start Hunting!

Translated by