作者JieJuen (David)
看板Office
标题Re: [算表] excel规划求解
时间Mon Nov 5 23:09:35 2007
x1 x2 x3 x4
200 1E-06 200 100 420
min 0.5 1.2 0.6 2
Subject -0.3 -0.3 0.7 -0.3 50
to -0.2 -0.2 -0.2 0.8 -1E-06
2 -1 400
-1 1 0
1 1 1 1 500
这是用我的式子
系统找到唯一解
"规划求解找到一解,可满足所有的限制式及最佳状况。"
min为420
--------
用原po的式子
"规画求解找不到合适的解"
也许课本错了?
看看我题目有无抄错
x1 x2 x3 x4
139. 5.22E+01 139.13 100 415.65
min 0.5 1.2 0.6 2
Subject 0.7 -0.3 -0.3 -0.4 4.27001E-07
to -0.2 -0.2 -0.3 0.8 9.76002E-08
2 -1 226.0869604
-1 1 -2.84217E-14
1 1 1 1 430.4347863
课本的式子可能有笔误
移项移错?
30%的mix (x1+x2+x3+x4)*0.3
must be soybeans表x3>=以上
20%mix (x1+x2+x3+x4)*0.2
must be vitamin表x4>=以上
移项到左边,还有第二种答案吗?
anyway,供参考^^
※ 引述《JieJuen (David)》之铭言:
: ※ 引述《browine (ich?)》之铭言:
: : 软体:Microsoft office
: : 版本:2003
: : the southfork feed company makes a feed mix from ingredients-oats
: : ,corn,soybeans,and a vitamin supplement.The company has 300 pounds of
: : oats,400 pounds of corn,200 pounds of soybeans,and 100 pounds of vitamin
: : supplement available for the mix.The company has the following requirement
: : for mix:
: : 1.at least 30% of the mix must be soybeans.
: : 2.at least 20% of the mix must be the vitamin supplement.
: : 3.the ratio of corn to oats cannot exceed 2 to 1.
: : 4.the amount of oats cannot exceed the amount of soybeans.
: : 5.the mix must be at least 500 pounds.
: : a pound of oats costs$0.5;a pound of corn,$1.2;a pound of soybeans,$0.6;and a
: : pound of vitamin supplement,$2.The feed company wants to know the number of
: : pounds of each ingredient to put in the mix in order to minimize cost.
: : 题目我写的出来目标函数跟限制式
: : X1=oats的数量
: : x2=corn的数量
: : x3=soybeans的数量
: : x4=vitamin supplement的数量
: : 目标函数
: : min Z=0.5X1+1.2X2+0.6X3+2X4
: : 限制式
: : 1.x1<=300
: : 2.x2<=400
: : 3.x3<=200
: : 4.x4<=100
: : 5.0.7x1-0.3x2-0.3x3-0.4x4>=0
: : 6.-0.2x1-0.2x2-0.3x3+0.8x4>=0
: 抱歉我还没用过规划求解
: 也好久没做这样的题目了
: 因此想请问5.6.二式为何不是
: 0.7x3-(x1+x2+x4)*0.3>=0
: 0.8x4-(x1+x2+x3)*0.2>=0
: : 7.x2<=2x1
: : 8.x1<=x3
: : 9.x1+x2+x3+x4>=500
: : 我也会跑excel的规划求解
: : 但是我不会填储存格orz(两个变量的我会到了多变量我就挂了)
: 多变量的其实也就是两个array相乘对吧
: 我没做过不敢保证,但观念上就像是
: {-0.3,-0.3,0.7,-0.3}*{x1,x2,x3,x4}
: : 5,6,7,9我不知道怎麽填到储存格
: : 有没有人会教一下...
: : 谢谢
: google EXCEL 规划求解
: 第一篇
: http://yes.nctu.edu.tw/Lecture/PC/Office/Excel/Tutor/Solution/Example/Exam1/Index.htm
: 缩 http://kuso.cc/2U4I
: 不知有无帮助^^"
--
※ 发信站: 批踢踢实业坊(ptt.cc)
◆ From: 218.164.50.116
2F:推 browine:谢谢你..我去试试 11/06 19:03