Adept Scientific - English
The world's best software for research, science and engineering.
flag arrow
clearclear
 

 Adept Store | register Join My Adept | Flags  
Adept Scientific | Amor Way | Letchworth Garden City | Herts | SG6 1ZA | Tel: +44 (0)1462 480055  
UKusdedksvnofi
Home
Products
Training
Consultancy
 Buy Online
Downloads
Education
Support
My Adept
International |  About Us |  Contact Us |  Press Room |  Jobs


The Next Steps

• Ask us a question
• Maple Product Tour
• Buy Maple Now
• View Maple Pricing
• Find out about Online Training
• Download a Brochure
• Request a Brochure
• Download a Demo
• Request a Demo
• Meet Our Team
• Read our RSS Feeds

Learn More

Maple Home
Maple 11 Professional
Maple 11 Academic
Maple 11 Student Use
Recorded Online Seminars
FREE Training Resources


MapleNet
Maple T.A.
MapleConnect
BlockImporter for Simulink
BlockBuilder for Simulink
Maple Toolboxes
Maple Rave Reviews
Maple Study Guides
Books about Maple
System Requirements

View Maple 10 in Action
Product Comparison Chart

Latest Information

New Features: Professional
New Features: Academic
The Maple Reporter
The Maple Reporter Online
Numerical Algorithms Group
(NAG)


Service & Support

Maple 10 Training Videos
MaplePrimes, blogs, forums
Elite Maintenance Program
Application Centre
Powertools
Maple User Group (MUG)
Join the Maple User Group
(MUG)

Search the Knowledge Base
Technical Support request

List Archives >  Maple User Group List Archive >  Archive by date >  This Month By Date >  This Month By Topic

[MUG] Problem with inequal

Search email archive for  

[MUG] Problem with inequal
Author: Dean Bernsten    Posted: Sat, 12 Oct 2002 19:43:58 -0700

>> From: Dean Bernsten "dbernsten"

Hi there!

Could anybody troubleshoot this? Thanks!

Dean

inequal( { 4*x+y^2 >= 1}, x=-5..5, y=-5..5,optionsfeasible=(color=grey),optionsexcluded=(color=white) );
Error, (in plots/inequal/clip) selecting function must return true or false

[MUG] Re: Problem with inequal
Author: Maple User Group    Posted: Fri, 18 Oct 2002 17:25:00 -0400

>> From: Maple User Group "maple_gr"

| >> From: Dean Bernsten "dbernsten"
| Could anybody troubleshoot this? Thanks!
|
| inequal( { 4*x+y^2 >= 1}, x=-5..5,
| y=-5..5,optionsfeasible=(color=grey),optionsexcluded=(color=white) );
| Error, (in plots/inequal/clip) selecting function must return true or
| false

-=*=-=*=-=*=-=*=-=*=-=*=-=*=-=*=-=*=-=*=-=*=-=*=-=*=-=*=-=*=-=*=-=*=-=*=-=*=-

From: "Robert J. Lopez" "Robert.J.Lopez"
To: "maple-list"
Subject: Problem with inequal
Date: Tue, 15 Oct 2002 14:09:01 -0500

My reading of the help file for the inequal command is that only linear
inequalities in 2 variables work.

RJL

Robert J. Lopez
Department of Mathematics
Rose-Hulman Institute of Technology
Terre Haute, IN 47803

812 877-8396 (office)
812 877-8883 (fax)

"Robert.J.Lopez"




-=*=-=*=-=*=-=*=-=*=-=*=-=*=-=*=-=*=-=*=-=*=-=*=-=*=-=*=-=*=-=*=-=*=-=*=-=*=-

Date: Tue, 15 Oct 2002 13:45:40 -0700 (PDT)
From: Robert Israel "israel"
To: "maple-list"
Subject: Problem with inequal


"inequal" is for systems of linear inequalities; yours is nonlinear.
You might try "inequalities" from my Maple Advisor Database,
http://www.math.ubc.ca/~israel/advisor

Robert Israel "israel"
Department of Mathematics http://www.math.ubc.ca/~israel
University of British Columbia
Vancouver, BC, Canada V6T 1Z2


-=*=-=*=-=*=-=*=-=*=-=*=-=*=-=*=-=*=-=*=-=*=-=*=-=*=-=*=-=*=-=*=-=*=-=*=-=*=-

From: Douglas Wilhelm Harder "douglas"
Subject: Problem with inequal
To: "maple-list"
Date: Tue, 15 Oct 2002 17:09:34 -0400 (EDT)

>From the help page:

- The inequalities are linear inequalities in two unknown variables.

The message could be better though...

Cheers,

Douglas
--
Douglas Wilhelm Harder -: 3- -.- =.- -: -3 .* =. -:- :- . -: .= -:- * -:- -.
Department of Electrical and Computer Engineering http://ece.uwaterloo.ca/
University of Waterloo http://cheetah.vlsi.uwaterloo.ca/~dwharder/
.___ DC 2703 519-885-1211 x7023 http://links.uwaterloo.ca/
\ ."""". .-----._____.-----._______.-----._____.-----._____.--
\____/ --10-- http://www.scg.uwaterloo.ca/ http://mapleapps.com/


-=*=-=*=-=*=-=*=-=*=-=*=-=*=-=*=-=*=-=*=-=*=-=*=-=*=-=*=-=*=-=*=-=*=-=*=-=*=-

Date: Thu, 17 Oct 2002 12:51:51 -0400 (EDT)
From: Carl Devore "devore"
To: "maple-list"
Subject: Problem with inequal


inequal only works on linear inequalities. If nonlinear inequalities were
allowed, just determining the number of regions would be a challenge, let
alone shading some of the (generally nonconvex) regions.

You can get the desired plot as
plots[display](
plot(expand([-1,1]*sqrt(1-4*x)), x= -5..5, color= white, filled= true)
,plot([-5,5], x= -5..5, color= grey, filled= true)
);



-=*=-=*=-=*=-=*=-=*=-=*=-=*=-=*=-=*=-=*=-=*=-=*=-=*=-=*=-=*=-=*=-=*=-=*=-=*=-

From: "Peter Weigand" "peter.weigand"
To: "maple-list"
Date: Fri, 18 Oct 2002 13:04:19 +0200
Subject: Problem with inequal

Dear Dean,
inequal plots regions defined by linear(!!) inequalities (see Maple help)

Peter
On 12 Oct 2002 at 19:43, Dean Bernsten wrote:


-----------------------------------------------------
Dr. Peter Weigand,
Chemnitz University of Technology
Faculty of Mathematics
Mail :D-09107 Chemnitz, Germany
Phone: +49 0371 531 2655
Fax : +49 0371 531 4947
E-mail: "weigand"
_____________________________________________________

Previous by date: [MUG] Symbol display problem, Maple
Next by date: [MUG] Simplex Bug (?), PierLuigi Zezza
Previous thread: [MUG] Maple List mailings resuming, Maple User Group
Next thread: [MUG] Simplex Bug (?), PierLuigi Zezza



Ready to buy?

Maple - single user licence
Add to shopping basket
$ 1,895.00
Upgrade to Maple 12 from v11
Add to shopping basket
$ 995.00
Upgrade to Maple 12 from v10 & below
Add to shopping basket
$ 1,395.00

Featured Downloads

Maple White Paper: Technical Knowledge - An Asset You Can Afford to Lose?
Maple in Electronics Application Pack
Maple in Robotics & Aerospace Application Pack
Maple in Finance Application Pack

Product Reviews

"Without the Maple software, we would have to spend weeks generating the equations of motion for every experiment. Then the chances that we did it right would basically be near zero. There would always be a mistake somewhere. It is very difficult to set up a dynamic motion model by hand."
- Jean-Claude PiedBeouf, Ph.D Manager of Robotics, Canadian Space Agency

"Its very good - highly accurate and easy to use. The speed of Maple allows me to change equations and quickly reintegrate them into the application, so more possibilities can be explored to achieve the precise effect desired."
Shawn Neely, Senior R & D Director for PDI/Dreamworks
adept

Top of the Page

Our Privacy and Terms and Conditions Statement
All Trademarks Recognised. Copyright © 2007, Adept Scientific plc.
Site designed and maintained by Adeptise

Adept Scientific | Amor Way | Letchworth Garden City | Herts | SG6 1ZA | Tel: +44 (0)1462 480055