<p>I want to use solve() to work out a system of equations (not necessarily all linear), and then get the value of an expression, not just a specific variable.</p>
<p>For example,
I already have:
solve([sin(a)=m,cos(t)=y,m+y=c,a+t=2,a+4*m=2],a)|a>0,m>0,t>0,y>0,c>0
but I don't really care what a equals; I just want the value of a+m+a+t+y+c.</p>
<p>Tips? I am so desperate for the answer right now.
First correct answer gets a free e-cookie.</p>