Community Profile

photo

Thomas


The City College of New York

Active since 2012

Followers: 0   Following: 0

Message

Statistics

  • Thankful Level 1
  • First Answer

View badges

Feeds

View by

Question


Can symsum Create a Matrix of Functions Using a Vector of Summation Limits?
Right now I've been using a for loop to write out functions because I can't figure out how to write them all using the same syms...

11 years ago | 1 answer | 0

1

answer

Answered
Only close specific figures?
You can assign different handles to the individual figures: fig1 = figure; fig2 = figure; close(fig1)

11 years ago | 0

Question


Symbolic Sum of Gamma Function with Negative Integer Values
I'm trying to define a number of functions with multiple indices, one of which is used to sum factorial terms that may contain n...

11 years ago | 0 answers | 0

0

answers

Question


Integration of a Series Sum
I want to write a series sum in terms of a variable that I will integrate numerically: syms q fun = @(k) symsum(k*q,q,0,...

11 years ago | 1 answer | 0

1

answer