Re: What is causing this error message?
- To: mathgroup at smc.vnet.net
- Subject: [mg57633] Re: What is causing this error message?
- From: Bookreader <bookreader127 at yahoo.com>
- Date: Thu, 2 Jun 2005 05:17:39 -0400 (EDT)
- References: <d7k406$oqn$1@smc.vnet.net>
- Sender: owner-wri-mathgroup at wolfram.com
Thanks to all who answered. On Wed, 1 Jun 2005 10:51:50 +0000 (UTC), Bill Rowe <readnewsciv at earthlink.net> wrote: >On 5/31/05 at 5:00 AM, bookreader127 at yahoo.com (Bookreader) wrote: > >>NSolve[{x^3y + xy - 10 = 0, xy^2 - xy + 6 = 0}, {x, y}] > >>Set::write: Tag Plus in -10 + x y + x^3 y is Protected. MoreÃ? > >>Please tell me how to correct this. > >Use correct syntax. In particular, the "=" needs to be replaced with "==".