Message Boards Message Boards

0
|
4664 Views
|
1 Reply
|
0 Total Likes
View groups...
Share
Share this post:
GROUPS:

Function to maximize a value

Posted 11 years ago
How can I find the max value for P3 there satisfy:

A1 := 100 d1 + 100 d2 + 100 d3
A2 := 200 d1 + 100 d2 + 0 d3
A3 := 100 d1 + 0 d2 + 200 d3

Input:Maximize[A1 == 100, A2 == 100, A3 == P3, P3]
Output:Maximize[100*d1 + 100*d2 + 100*d3 == 100, 200*d1 + 100*d2 == 100, 100*d1 + 200*d3 == P3, P3]


I am a rookie in Mathematica...
Maximize[{P3,A1==100,A2==100,A3==P3},P3]
POSTED BY: Frank Kampas
Reply to this discussion
Community posts can be styled and formatted using the Markdown syntax.
Reply Preview
Attachments
Remove
or Discard

Group Abstract Group Abstract