7 lines
132 B
Plaintext
7 lines
132 B
Plaintext
|
|
function AlphaP=FormAlphaP(Init_L,deltL,Init_U,deltU)
|
||
|
|
ti=deltL(delt)
|
||
|
|
t1=-Init_L./deltL';
|
||
|
|
t2=-Init_U./deltU';
|
||
|
|
t3=[t1,t2];
|
||
|
|
t4=t3()
|
||
|
|
end
|