You are not logged in.
Pages: 1
Be the numbers
.If find the minimum of the sum .Offline
Please check the problem. I think you will need to declare that a1, a2, a3,...a100 >=0.
In mathematics, you don't understand things. You just get used to them.
If it ain't broke, fix it until it is.
Always satisfy the Prime Directive of getting the right answer above all else.
Offline
Last edited by thickhead (2017-01-19 16:16:20)
{1}Vasudhaiva Kutumakam.{The whole Universe is a family.}
(2)Yatra naaryasthu poojyanthe Ramanthe tatra Devataha
{Gods rejoice at those places where ladies are respected.}
Offline
How did you get it thickhead?
Offline
You do not think you need to declare those as >= 0?
It is obvious to see that
is not a minimum.For instance:
pick a1 = 10 and a3 = 10 with all the others being 0. This gives 20 for a1 + a2 + a3 +...+ then
In mathematics, you don't understand things. You just get used to them.
If it ain't broke, fix it until it is.
Always satisfy the Prime Directive of getting the right answer above all else.
Offline
But a1>=a2.=a3
{1}Vasudhaiva Kutumakam.{The whole Universe is a family.}
(2)Yatra naaryasthu poojyanthe Ramanthe tatra Devataha
{Gods rejoice at those places where ladies are respected.}
Offline
That does seem to change things, thanks for noticing that.
In mathematics, you don't understand things. You just get used to them.
If it ain't broke, fix it until it is.
Always satisfy the Prime Directive of getting the right answer above all else.
Offline
This might be your homework problem.Answer having already been given, full solution can not be provided.but just the hints,keep as many non zero terms as possible with as little (possibly zero )gap between them as possible.
{1}Vasudhaiva Kutumakam.{The whole Universe is a family.}
(2)Yatra naaryasthu poojyanthe Ramanthe tatra Devataha
{Gods rejoice at those places where ladies are respected.}
Offline
Pages: 1