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


Groups > comp.soft-sys.math.mathematica > #3330 > unrolled thread

Re: How can I write the input code for a comparison

Started byDrMajorBob <btreat1@austin.rr.com>
First post2011-06-26 21:39 +0000
Last post2011-06-26 21:39 +0000
Articles 1 — 1 participant

Back to article view | Back to comp.soft-sys.math.mathematica

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  Re: How can I write the input code for a comparison DrMajorBob <btreat1@austin.rr.com> - 2011-06-26 21:39 +0000

#3330 — Re: How can I write the input code for a comparison

FromDrMajorBob <btreat1@austin.rr.com>
Date2011-06-26 21:39 +0000
SubjectRe: How can I write the input code for a comparison
Message-ID<iu88ug$7cs$1@smc.vnet.net>
m > n is not always true, since:

m = (6 + 4 R + B^2 R - 5 R^2 - R^3 + R^4 + B (R^2 + R - 2));
n = (6 + 4 r + k^2 r - 5 r^2 - r^3 + r^4 +
    k (r^2 + r - 2)); condition = {0 < r < R < 1, 0 < k < B < 1};

FindInstance[Flatten@{m < n, condition}, {r, R, k, B}, Reals]

{{r -> 1/64, R -> 283/16384, k -> 1/4, B -> 513/1024}}

Bobby

On Sat, 25 Jun 2011 04:28:00 -0500, Nan <nzxos@yahoo.com> wrote:

> Sorry for the notation misusage problem in my previous post, it should  
> be:
>
> I need to compare M with N
> M=(6+4R+B^2 R-5R^2-R^3+R^4+B(R^2+R-2))
> N=(6+4r+k^2 r-5r^2-r^3+r^4+k(r^2+r-2)),
> where 0 < r < R < 1, 0 < k < B < 1.
>
> Notice that M and N have same form of functions but with different  
> variables. Actually I need to prove that they have certain relationship,  
> say M>N. How can I do that by Mathematica? Can I use MinValue or  
> FindMinvalue? That is, if the minimum value of M - N >0, then M > N. How  
> can I write the input command so that I can include the constraint?  
> Please help! Thanks a lot!
>


-- 
DrMajorBob@yahoo.com

[toc] | [standalone]


Back to top | Article view | comp.soft-sys.math.mathematica


csiph-web