Community Profile

photo

sourestdeeds


2016 年からアクティブ

Followers: 0   Following: 0

統計

  • Thankful Level 1

バッジを表示

Feeds

表示方法

質問


Plotting a line using a FOR loop
x = 0.75; y = 0; for n = 0 : 11 k = ( ( (-1).^n .* factorial(2.*n) ) / ( (1-2.*n )... ...

7年以上 前 | 2 件の回答 | 0

2

回答

質問


Saving data in a loop as a vector
I have a binomial expansion which requests the user to input an x value between (-1,1). I am trying to save the term by term o...

7年以上 前 | 1 件の回答 | 0

1

回答

質問


How can i add a prime counting function to this?
function [ p, c ] = sieve( N ) % Sieve Of Erastothenes Test - [ p, c ] = si...

7年以上 前 | 1 件の回答 | 0

1

回答