Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.soft-sys.math.mathematica > #16601

Re: Solving Equations with 3 variables and many parameters

Path csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!news.glorb.com!peer03.iad.highwinds-media.com!news.highwinds-media.com!feed-me.highwinds-media.com!nx01.iad01.newshosting.com!newshosting.com!newspump.sol.net!posts.news.twtelecom.net!nnrp3.twtelecom.net!not-for-mail
From Murray Eisenberg <murray@math.umass.edu>
Newsgroups comp.soft-sys.math.mathematica
Subject Re: Solving Equations with 3 variables and many parameters
Date Mon, 3 Mar 2014 02:29:49 +0000 (UTC)
Sender steve@smc.vnet.net
Approved Steven M. Christensen <steve@smc.vnet.net>, Moderator
Message-ID <lf0pet$4k5$1@smc.vnet.net> (permalink)
References <20140302060452.5EAEC69E6@smc.vnet.net>
Lines 44
Organization Time-Warner Telecom
NNTP-Posting-Date 03 Mar 2014 02:35:25 GMT
NNTP-Posting-Host 2bd0375e.news.twtelecom.net
X-Trace DXC=n]3^kNTQgeKN>O;:SV[lhFC_A=>8kQj6M;[h;PUXBgbDOGiKPcXTlbGEFiONJ7[GoFPZQnicd>DMJ
X-Complaints-To abuse@twtelecom.net
X-Received-Bytes 2355
X-Received-Body-CRC 874814155
Xref csiph.com comp.soft-sys.math.mathematica:16601

Show key headers only | View raw


Neither the first expression where you claim that Solve worked nor the 
second where you said "It doesn't understand how to interpret the word 
'Solve'" cannot be evaluated because you have the same error in each: 
the single equal sign (an abbreviation for Set, i.e., assign a value) 
needs to be a double equal sign. One uses the double equal sign for 
forming equations.

I don't even know what you mean when you say that "It doesn't understand 
how to interpret the word 'Solve'". In each case, before the correction, 
you'll get an Infinite Recursion error message.

With that correction, both will work just fine.

On Mar 2, 2014, at 1:04 AM, drascher <rascher@usfca.edu> wrote:

> Hello,
>
> I am able to get Mathematica to solve:
>
> Solve[{P1=(a[1]+C*b[11]+b[12]*P2)/(2*b[11]), P2=(a[2]+C*b[22]+b[21]*P1)/(2*b[22])}, {P1, P2}]
>
> but it won't solve the following (which is one more variable P3 and its equation):
>
> Solve[{P1=(a[1]+C*b[11]+b[12]*P2+b[13]*P3)/(2*b[11]), P2=(a[2]+C*b[22]+b[21]*P1+b[23]*P3)/(2*b[22]), P3=(a[3]+C*b[33]+b[31]*P1+b[32]*P2)/(2*b[33])}, {P1, P2, P3}]
>
> It says that it doesn't understand how to interpret the word "Solve" even though it does it for the first eqn.
>
> Any help is appreciated.
>


Murray Eisenberg                                murray@math.umass.edu
Mathematics & Statistics Dept.      
Lederle Graduate Research Tower      phone 240 246-7240 (H)
University of Massachusetts               
710 North Pleasant Street                
Amherst, MA 01003-9305






Back to comp.soft-sys.math.mathematica | Previous | Next | Find similar


Thread

Re: Solving Equations with 3 variables and many parameters Murray Eisenberg <murray@math.umass.edu> - 2014-03-03 02:29 +0000

csiph-web