我来我网
https://5come5.cn
 
您尚未 登录  注册 | 菠菜 | 软件站 | 音乐站 | 邮箱1 | 邮箱2 | 风格选择 | 更多 » 
 

本页主题: 2007数学实验考试讨论楼 显示签名 | 打印 | 加为IE收藏 | 收藏主题 | 上一主题 | 下一主题

神剑擒龙



性别: 帅哥 状态: 该用户目前不在线
等级: 希望之光
发贴: 1801
威望: 0
浮云: 3
在线等级:
注册时间: 2006-09-19
最后登陆: 2024-09-04

5come5帮你背单词 [ dynasty /'dinəsti/ n. 朝代,王朝 ]


2007数学实验考试讨论楼

禁止一切无关回复,欢迎积极讨论。要题的请看附近几帖GG们发的


[ 此贴被神剑擒龙在2007-07-10 10:57重新编辑 ]
本帖最近评分记录:
  • 浮云:3 (by cobbler) | 理由: 引发讨论
  • 顶端 Posted: 2007-07-10 10:49 | [楼 主]
    jjc357





    性别: 帅哥 状态: 该用户目前不在线
    头衔: 1010幕後黑手@
    等级: 荣誉会员
    家族: 懶人主義小組
    发贴: 9380
    威望: 1
    浮云: 88
    在线等级:
    注册时间: 2006-11-28
    最后登陆: 2015-11-03

    5come5帮你背单词 [ salad /'sæləd/ n. 色拉(西餐中的一种凉拦菜) ]


    Quote:
    引用第77楼solo独奏于2007-07-10 23:14发表的:
    Aeq=[];beq=[];
    e0=[0,0];e1=[inf,inf];        
    [x,fval]=linprog(c,A,b,Aeq,beq,e0,e1)
    问一下Aeq,beq,e0,e1后四个参数是什么东西>>??

    linprog solves linear programming problems. x = linprog(f,A,b) solves min f'*x such that A*x <= b. x = linprog(f,A,b,Aeq,beq) solves the problem above while additionally satisfying the equality constraints Aeq*x = beq. Set A=[] and b=[] if no inequalities exist. x = linprog(f,A,b,Aeq,beq,lb,ub) defines a set of lower and upper bounds on the design variables, x, so that the solution is always in the range lb <= x <= ub. Set Aeq=[] and beq=[] if no equalities exist. x = linprog(f,A,b,Aeq,beq,lb,ub,x0) sets the starting point to x0. This option is only available with the medium-scale algorithm (the LargeScale parameter is set to 'off' using optimset). The default large-scale algorithm ignores any starting point. x = linprog(f,A,b,Aeq,beq,lb,ub,x0,options) minimizes with the optimization parameters specified in the structure options. Use optimset to set these parameters. [x,fval] = linprog(...) returns the value of the objective function fun at the solution x: fval = f'*x. [x,lambda,exitflag] = linprog(...) returns a value exitflag that describes the exit condition. [x,lambda,exitflag,output] = linprog(...) returns a structure output that contains information about the optimization. [x,fval,exitflag,output,lambda] = linprog(...) returns a structure lambda whose fields contain the Lagrange multipliers at the solution x.
    顶端 Posted: 2007-07-11 00:25 | [1 楼]
    我来我网·5come5 Forum » 考试·毕业设计

    Total 0.009994(s) query 6, Time now is:11-23 23:28, Gzip enabled
    Powered by PHPWind v5.3, Localized by 5come5 Tech Team, 黔ICP备16009856号