photo

Asli Merdan


Active since 2018

Followers: 0   Following: 0

Statistics

  • Thankful Level 2
  • Thankful Level 1

View badges

Feeds

View by

Question


Multiple variables in for loop
Hello, I want to get each error value(E) for 3 a's. How can I do it ? (I don't know how to pre-allocate) a=[11,51,101] T...

6 years ago | 2 answers | 0

2

answers

Question


Plotting in a Loop
Sum=0; for n=1:12341234 x=((-1)^(n-1))*(1/(2*n-1)); PiMe= Sum + 4*x; RAbs=abs(PiMe-pi); ...

6 years ago | 1 answer | 0

1

answer

Question


Chebyshev polynomials of the first kind
Hello everyone. I've been writing Chebyshev code but I have problem. function pol=cheby(n,x) toplam=0; if(n==0) ...

6 years ago | 1 answer | 1

1

answer