Community Profile

photo

Osman Ballhysa


Last seen: 10 månader ago Active since 2021

Statistics

  • Thankful Level 2
  • Thankful Level 1

View badges

Content Feed

View by

Question


error: Out of memory. The likely cause is an infinite recursion within the program.
function y = my_sin(x,n) if n<=0 %if y=0/neg. Numer -->y=0 y = 0; elseif n~= floor(n) %if y= ...

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

1

answer

Question


how do i solve this summation ?
how can i solve this summation ? everybody here on the community seems to hate symsum, so what´s the alternative . Please he...

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

2

answers

Question


symsum gauß, how to calculate sum of series ?
Hello everyone, so this is what i was working on , function y = sin(x,n) if n<=0 %if y=0/neg. Numer...

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

1

answer

Question


Sum of even numbers
this is what i was trying function s = test(n) if n <= 0 %for n<= 0 the result would be 0 s = 0; elseif % if n is a de...

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

2

answers

Question


how to filter out decimals
function s = Fnkt(n) syms k x s = symsum(k,k,0,n); if s<=0 s = 0; end Can somebody help me figure out, how do i filter ...

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

1

answer