1
$\begingroup$

What I want to do is pretty straight forward: Entere something like this: HoldForm[Sum[la /. a -> b, {l, 0, N}]] and get something like this Σ lb Generally spoken, holding the sum but evaluating the expression inside the sum. Or a way to just hold one kind of function.

$\endgroup$
1
  • $\begingroup$ always better to give a concrete example of an input (the command you give), and what you want the output to be. This way there is less guessing. $\endgroup$ Commented Mar 8, 2023 at 23:16

1 Answer 1

3
$\begingroup$

Use Inactive[Sum][expr] This shuld do just fine.

$\endgroup$

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.