Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 265
Default Very difficult mathematical-iteration problem for engineers!!!!!!

Hi all.
I have a difficult mathematical problem to solve, please look at the
following data:
1 2 3 4
5 6
Isobuthane MTBE C5 C4
objective
A Density 0.775 0.78 0.89 0.8
0.79
B Sulfur 0.001 0.02 0 0.01
0.001
C MON 82 87 86 83
85

The excel table is like this one but with other 5 components (Caol,
Isobutilen, n-pentane, €¦€¦) and other 6 variables (viscosity, RON, cl point,€¦
) having 10 linear equations and 10 unknowns which is solvable, I solve for
all the equations applying ={mmult(minv(data coefficient),data)} (as a range
enter), but I got negative results (which was obvious) , but I can not take
out some material that was not there in the first place!!!.
My goal is to obtain the best problem solution, meaning that all material
amounts are positive and that they stick to the objective value the best they
can (I actually have limits for the objective values which could be iterated
to find the best solution).
Two premises are very important:
1) The materials used can be from 1 to 10 (I can eliminate n materials but
then I also need to eliminate n properties to have a" n x n" matrix), those
eliminated properties must be consider in the solution, meaning that I need
to have THE BEST SOLUTION whit them and without them.
2) No negative material amount can exist in the solution.
I'm aware that this is impossible to solve mathematically, but there MUST be
a way to solve it by iteration techniques.
Please note that I'm looking for the best possible solution and not the
mathematical only one solution.
There is another equation (material general balance) which is a+b+c+d+€¦.=
15000 (being 15000 the amount of materials' mix to be obtained, also is
flexible)
Any suggestions will be appreciated!
Thanks for your help

  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 9,101
Default Very difficult mathematical-iteration problem for engineers!!!!!!

I don't consider this a very difficult task. I've writen lots of programs
that perform iterative and recursive algorithms. There isn't enough info for
me to be able to post a solution. Why don't you e-mail me the file. Make
sure there are a few examples of the calculations you are perfroming.

I can write a program which will go through all combinations and put them on
a worksheet. As long as ther are less than 64536 combinations (number of
rows in excel 2003) there shouldn't be much of a problem. If there are more
combinations, then I use more than one worksheet.

joel dot warburg at itt dot com

"filo666" wrote:

Hi all.
I have a difficult mathematical problem to solve, please look at the
following data:
1 2 3 4
5 6
Isobuthane MTBE C5 C4
objective
A Density 0.775 0.78 0.89 0.8
0.79
B Sulfur 0.001 0.02 0 0.01
0.001
C MON 82 87 86 83
85

The excel table is like this one but with other 5 components (Caol,
Isobutilen, n-pentane, €¦€¦) and other 6 variables (viscosity, RON, cl point,€¦
) having 10 linear equations and 10 unknowns which is solvable, I solve for
all the equations applying ={mmult(minv(data coefficient),data)} (as a range
enter), but I got negative results (which was obvious) , but I can not take
out some material that was not there in the first place!!!.
My goal is to obtain the best problem solution, meaning that all material
amounts are positive and that they stick to the objective value the best they
can (I actually have limits for the objective values which could be iterated
to find the best solution).
Two premises are very important:
1) The materials used can be from 1 to 10 (I can eliminate n materials but
then I also need to eliminate n properties to have a" n x n" matrix), those
eliminated properties must be consider in the solution, meaning that I need
to have THE BEST SOLUTION whit them and without them.
2) No negative material amount can exist in the solution.
I'm aware that this is impossible to solve mathematically, but there MUST be
a way to solve it by iteration techniques.
Please note that I'm looking for the best possible solution and not the
mathematical only one solution.
There is another equation (material general balance) which is a+b+c+d+€¦.=
15000 (being 15000 the amount of materials' mix to be obtained, also is
flexible)
Any suggestions will be appreciated!
Thanks for your help

  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 265
Default Very difficult mathematical-iteration problem for engineers!!!

Thanks Joel, please check your e-mail.

"Joel" wrote:

I don't consider this a very difficult task. I've writen lots of programs
that perform iterative and recursive algorithms. There isn't enough info for
me to be able to post a solution. Why don't you e-mail me the file. Make
sure there are a few examples of the calculations you are perfroming.

I can write a program which will go through all combinations and put them on
a worksheet. As long as ther are less than 64536 combinations (number of
rows in excel 2003) there shouldn't be much of a problem. If there are more
combinations, then I use more than one worksheet.

joel dot warburg at itt dot com

"filo666" wrote:

Hi all.
I have a difficult mathematical problem to solve, please look at the
following data:
1 2 3 4
5 6
Isobuthane MTBE C5 C4
objective
A Density 0.775 0.78 0.89 0.8
0.79
B Sulfur 0.001 0.02 0 0.01
0.001
C MON 82 87 86 83
85

The excel table is like this one but with other 5 components (Caol,
Isobutilen, n-pentane, €¦€¦) and other 6 variables (viscosity, RON, cl point,€¦
) having 10 linear equations and 10 unknowns which is solvable, I solve for
all the equations applying ={mmult(minv(data coefficient),data)} (as a range
enter), but I got negative results (which was obvious) , but I can not take
out some material that was not there in the first place!!!.
My goal is to obtain the best problem solution, meaning that all material
amounts are positive and that they stick to the objective value the best they
can (I actually have limits for the objective values which could be iterated
to find the best solution).
Two premises are very important:
1) The materials used can be from 1 to 10 (I can eliminate n materials but
then I also need to eliminate n properties to have a" n x n" matrix), those
eliminated properties must be consider in the solution, meaning that I need
to have THE BEST SOLUTION whit them and without them.
2) No negative material amount can exist in the solution.
I'm aware that this is impossible to solve mathematically, but there MUST be
a way to solve it by iteration techniques.
Please note that I'm looking for the best possible solution and not the
mathematical only one solution.
There is another equation (material general balance) which is a+b+c+d+€¦.=
15000 (being 15000 the amount of materials' mix to be obtained, also is
flexible)
Any suggestions will be appreciated!
Thanks for your help

Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Simple iteration problem. Help [email protected] Excel Programming 1 May 30th 08 12:01 PM
[VBA] loop, problem of 101'st iteration God Itself Excel Programming 6 October 26th 07 10:44 AM
Mathematical Problem Lynlea Excel Worksheet Functions 3 October 27th 06 01:43 PM
Iteration problem (Excel 2002) Stefan Kasserra Excel Worksheet Functions 1 July 17th 06 11:38 PM
Simple iteration problem [email protected] Excel Programming 4 June 10th 06 06:14 PM


All times are GMT +1. The time now is 12:14 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"