Re: Solve without vars
- To: mathgroup at smc.vnet.net
- Subject: [mg130364] Re: Solve without vars
- From: debguy <johnandsara2 at cox.net>
- Date: Thu, 4 Apr 2013 22:33:36 -0400 (EDT)
- Delivered-to: l-mathgroup@mail-archive0.wolfram.com
- Delivered-to: l-mathgroup@wolfram.com
- Delivered-to: mathgroup-newout@smc.vnet.net
- Delivered-to: mathgroup-newsend@smc.vnet.net
- References: <kjipr5$3kq$1@smc.vnet.net>
test if these are the same (all Symbols assumed variables, i think): Solve[a x + y == 7 && b x - y == 1, {}] Solve[a x + y == 7 && b x - y == 1]
- Follow-Ups:
- Re: Solve without vars
- From: Andrzej Kozlowski <akozlowski@gmail.com>
- Re: Solve without vars