 |
|
List Archives > 
Maple User Group List Archive > 
Archive by date > 
This Month By Date > 
This Month By Topic
[MUG] solving inequality
| [MUG] solving inequality |
|
Author: M A Suzen
Posted: Mon, 28 Oct 2002 14:36:30 +0100
|
>> From: M A Suzen "mehmet.suzen"
Hello All,
Are there any workaround to get a solution for below in equality
in terms of n? solve seems is not able to solve it.
Cheers,
Mehmet
> restart:
>
ineqn:=n*ln(n)-(1-alpha)*n*ln((1-alpha)*n)-n*alpha*ln(n*alpha)+ln(B)>=-4(1-
alpha)*n*ln(2):
> B:=2^((3-2*alpha)*n)-2^(4*(1-alpha)*n):
> e:=evala(ineqn):
> c:=simplify(e,symbolic):
> assume(alpha,real):solve(c,n);
|
[View Complete Thread]
Previous by date: [MUG] Set And List Problem, UKC Account
Next by date: [MUG] filter transformations -- basic algebraic manipulations, Ben Nevile
Previous thread: [MUG] Maple 8 under Debian GNU/Linux, Curtis Vinson
Next thread: [MUG] filter transformations -- basic algebraic manipulations, Ben Nevile
|
|
|