|
[Date Index]
[Thread Index]
[Author Index]
Re: minimal power
- To: mathgroup at smc.vnet.net
- Subject: [mg50254] Re: [mg50227] minimal power
- From: "David Park" <djmp at earthlink.net>
- Date: Mon, 23 Aug 2004 06:34:17 -0400 (EDT)
- Sender: owner-wri-mathgroup at wolfram.com
Nodar,
S = A t^(-5/2) + B t^(-3/2) + C t^(-1/2) + D t^(1/2) + F t^(3/2);
Exponent[S, t, Min]
-(5/2)
Check out Exponent in Help.
David Park
djmp at earthlink.net
http://home.earthlink.net/~djmp/
From: Nodar Shubitidze [mailto:shubi at nusun.jinr.ru]
To: mathgroup at smc.vnet.net
Hi !
I have for example following expression:
S = A t^(-5/2) + B t^(-3/2) + C t^(-1/2) + D t^(1/2) + F t^(3/2);
Eith command "Exponent[S,t]" I can receive maximal power of S.
Why I may calculate minimal power of S ?
With best regards
Nodar Shubitidze
Joint Institute for Nuclear Research
Dubna, RUSSIA
Prev by Date:
Re: minimal power
Next by Date:
Re: GCD of a list of polynomial coefficient
Previous by thread:
Re: minimal power
Next by thread:
Re: minimal power
|