Hi, I hope this is going in the proper place, its essentially maximizing a matrix so here goes:
Given the independant variables a, b, c, d, and e, and the system
[ 1 1 0 5 1 | A ]
[ 0 3 0 1 1 | B ]
[ 4 1 1 0 1 | C ]
[ 1 0 3 1 0 | D ]
I want to find the a, b, c, d, and e that will...