How to use solve and sum together



To my biggest surprise i discovered that even if the following
works well:
sum(1)
solve('1 + x = 0')
the combination below does not!
solve ('sum(1) + x = 0')

1. Why?
2. How do i compute such things?

--

Vänligen
Konrad
---------------------------------------------------

Sleep - thing used by ineffective people
as a substitute for coffee

Ambition - a poor excuse for not having
enough sense to be lazy

---------------------------------------------------

.



Relevant Pages