Community Profile

photo

Ethan Gomez


Last seen: 2 years ago Active since 2021

Followers: 0   Following: 0

Statistics

Feeds

View by

Question


How would I get this started (kinda stumped)? I know I need to use a for loop but I am rusty on those.
It is desired to compute the sum of the first 100 terms of the series 14𝑘3 −20𝑘2 +3𝑘,𝑘 = 1,2,3,4

2 years ago | 1 answer | 0

1

answer

Question


Why won't my function graph?
x = linspace(0,10,100); y = 3*exp(-x/3)*sin(pi*x); plot(x, y) xlabel('Time in Seconds') ylabel('Voltage over time'...

2 years ago | 1 answer | 0

1

answer