photo

Pablo Garcia


Last seen: 대략 2년 전 2018년부터 활동

Followers: 0   Following: 0

통계학

  • Thankful Level 1

배지 보기

Feeds

보기 기준

질문


Can someone help me write this into a series?
S=2*r^3 + 4*r^5 + 6*r^7+ 8*r^9 + ... + (2n)*r^(2n+1)

대략 6년 전 | 답변 수: 3 | 0

3

답변

질문


how to have variables from one file automatically read into another file
I have variables in file1.m that I want to be automatically transferred to an equation in file2.m. Ive tried using the load tool...

대략 6년 전 | 답변 수: 1 | 0

1

답변

질문


How to write this summation series?
S=2*r^3 + 4*r^5 + 6*r^7+ 8*r^9 + ... + (2n)*r^(2n+1). Display the sum in the main script with 3 decimal places.

대략 6년 전 | 답변 수: 1 | 0

1

답변

질문


does anyone know how to rewrite this statement to a switch/case statement? thanks
n=input('Please enter a positive or negative integer: '); if n < -2 || n > 5 disp(n/2) else if n <= 3 ...

대략 6년 전 | 답변 수: 0 | 0

0

답변

질문


does anyone know how to rewrite this into switch/case statements
n=input('Please enter a positive or negative integer: '); if n < -2 || n > 5 disp(n/2) else if n <= 3 ...

대략 6년 전 | 답변 수: 1 | 0

1

답변