Symbolic calculation problem
- To: mathgroup at smc.vnet.net
- Subject: [mg37774] Symbolic calculation problem
- From: Pasi Ylijukuri <poy at ees2.oulu.fi>
- Date: Tue, 12 Nov 2002 03:13:36 -0500 (EST)
- Organization: University of Oulu
- Sender: owner-wri-mathgroup at wolfram.com
I have problem to calculate exact answer.
Input:
{a, b} == Inverse[{{c, d}, {e, c}}.{{c, e}, {i, c}}].{c, e}
And output (I cant paste it here):
http://www.ee.oulu.fi/~poy/Math.jpg
So you can see the problem (It doesnt subtract all like:
-r/(s+w)+(r+t)/(s+w) have to be t/(s+w)).
Second proble:
How i do that in Mathematica 4.2:
{a,b}=={c,d}
{w1,w2}={x1*c+x2*d,x3*c+x4*d}
and then solve (place beore symblic calculations)
H=w1*a+w2*b
??