photo

Sardor Butunboev


Last seen: nästan 3 år ago Active since 2021

Followers: 0   Following: 0

Statistics

  • Thankful Level 2
  • Thankful Level 1

View badges

Feeds

View by

Question


Function Approximation and Interpolation
Given: f(x) = exp(-x^2) on the interval [-1; 1]. Need to: Approximate f(x) by a 9-degree monomial basis polynomial interpolant...

nästan 3 år ago | 1 answer | 0

1

answer

Question


Implementation of grid search for a function
I am trying to run a grid search and find x*. but it gives me "Not enough input arguments". funktion = @(x) sqrt(x) + 2*sqrt(1-...

nästan 3 år ago | 0 answers | 0

0

answers

Question


Writing a math equation.
I want to write a math equation sin(1+x) and plot it. 1. I did it in this way: funktion = @(x) sin(1+x); fplot(funktion,[0 pi...

nästan 3 år ago | 2 answers | 0

2

answers