MathGroup Archive 2001

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

Search the Archive

help: how do you solve a less-or-equal equation

  • To: mathgroup at smc.vnet.net
  • Subject: [mg31001] help: how do you solve a less-or-equal equation
  • From: kroosu at tref.nl (Okke)
  • Date: Mon, 1 Oct 2001 02:44:26 -0400 (EDT)
  • Sender: owner-wri-mathgroup at wolfram.com

hello,
i'm trying the mathematica demo by doing some basic mathematics.

at the moment i'm having problems with a less-or-equal equation.
Solve[a <= b,x] (with a and b as functions of x) gives an error,
saying it's not a well-formed equation.
appearently Solve cant handle the less-than sign.
how do you solve an equation like this in mathematica?

and can i assign the value to the variable automaticly?

tia,
-- 
Okke <kroosu at tref.nl>


  • Prev by Date: help: rewriting a fraction a/b==c/d + e/f
  • Next by Date: Cauchy problem PDE NDSolve
  • Previous by thread: Re: help: rewriting a fraction a/b==c/d + e/f
  • Next by thread: Re: help: how do you solve a less-or-equal equation