フィルターのクリア

Write a MATLAB Function takes x as the argument and calculates "y" by using the relation: y=x/2+x^2/​4+x^3/8+x^​4/16+...

2 ビュー (過去 30 日間)
i am unable to do this question, pls help.
  2 件のコメント
James Tursa
James Tursa 2019 年 7 月 30 日
編集済み: James Tursa 2019 年 7 月 30 日
What have you done so far? What specific problems are you having with your code? Do you know how to write a MATLAB function file? See this link:
Taqi Zaidi
Taqi Zaidi 2019 年 7 月 30 日
I am having exam tomorrow, i was going through past papers and saw this question. I was unable to understand it, so i thought to take help from this forum.

サインインしてコメントする。

採用された回答

Alex Burbee
Alex Burbee 2019 年 7 月 30 日
function y = solveEQU(x)
y =
%type your equation you want to solve
end
  4 件のコメント
Walter Roberson
Walter Roberson 2019 年 7 月 30 日
Note that there is a closed form formula when abs(x) < 1

サインインしてコメントする。

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeGet Started with MATLAB についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by