MathGroup Archive 2002

[Date Index] [Thread Index] [Author Index]

Search the Archive

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


??



  • Prev by Date: How to convert a matrix into a graph?
  • Next by Date: Export: Where is exported file?
  • Previous by thread: Re: How to convert a matrix into a graph?
  • Next by thread: Re: Symbolic calculation problem