- #1
Wesleytf
- 32
- 0
NM-Solved(How to plot points from a "Maximize[ ]" output)
Hello all,
I'm working with some data sets and I want to make a bar-type graph out of the numbers that result after a series of equations ending in a maximize function. My trouble is that the output of the function gives something like
How can I reference these numbers without having to manually enter them? I want to make a list plot out of them where each value corresponds to x coordinates 1, 2..., so I need them in a list {1, -3, 2, 3, 4}. Any ideas?
edit: I think I can solve this by flipping the equation and using linear programming. No need to reply, but thanks for looking.
Hello all,
I'm working with some data sets and I want to make a bar-type graph out of the numbers that result after a series of equations ending in a maximize function. My trouble is that the output of the function gives something like
Code:
{21.0133, {b -> 1, c -> -3., d -> 2., e -> 3, f -> 4}}
How can I reference these numbers without having to manually enter them? I want to make a list plot out of them where each value corresponds to x coordinates 1, 2..., so I need them in a list {1, -3, 2, 3, 4}. Any ideas?
edit: I think I can solve this by flipping the equation and using linear programming. No need to reply, but thanks for looking.
Last edited: