photo

Utku Palakci


2018 年からアクティブ

Followers: 0   Following: 0

統計

  • Thankful Level 2
  • Thankful Level 1

バッジを表示

Feeds

表示方法

質問


Plot in Bisection Method
%% Bisection Method % f(x) = 2sin(x) + 2cos(x) a = -1; b = 1; tol = 10^-3; iter = 0; fprintf('iter \t a \t ...

約6年 前 | 1 件の回答 | 0

1

回答

質問


Roots with Bisection and Newton Raphson methods
Hi, How can I write a single script which tries to find the roots of the following functions using both the Bisection and Newto...

約6年 前 | 0 件の回答 | 0

0

回答

質問


Interpolation with a smooth curve
How can I write a script that plots the data and then interpolates it with a smooth curve (plot the curve too). also find and p...

約6年 前 | 1 件の回答 | 1

1

回答

質問


3rd degree polynomial interpolation in functions
How can I find "y" at "x=28" with 3rd degree? x y 0 0 10 0.2 15 0.5 20 0.9 ...

約6年 前 | 1 件の回答 | 0

1

回答

質問


Determining the 4th degree polynomial
I need help about determine the 4th degree polynomial y(x) that passes through the following points: (0,−1), (1, 1), (3, 3), (5...

約6年 前 | 1 件の回答 | 0

1

回答