Joshua Lepinski
unread,Jul 27, 2012, 11:50:32 PM7/27/12Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to byu-cs-3...@googlegroups.com
So coming down to the end of the day my implementation is giving me
v=35473.2 c[ 0 ] g [ 84 ] s[ 0 ] p[ 0 ]
I know the result is not correct since the online one gives me
Optimal Solution: p = 54592; w = 0, x = 0, y = 0, z = 64
my matrices are looking like this as I enter the pivot phase
I know I should be able to pull up what we did in class and figure it out what my problem is but I just can't remember how to do it.
Do you think I should turn it in now and lose out on those points or should I come talk to someone on Monday and try to get things figured out then?
There seem to be a lot riding on the right answer for this lab, and I'm just kind of burnt out right now.
I think I'm going to come in early on Monday and ask for help going over the math again.
Start
[ 0 ] [ 0 ] [ 0 ] [ 0 ] [ 0 ] [ 0 ] [ 0 ] [ 0 ] [ 0 ]
[ 0 ] [ 0 ] [ 0 ] [ 0 ] [ 0 ] [ 0 ] [ 0 ] [ 0 ] [ 0 ]
[ 0 ] [ 0 ] [ 0 ] [ 0 ] [ 0 ] [ 0 ] [ 0 ] [ 0 ] [ 0 ]
[ 0 ] [ 0 ] [ 0 ] [ 0 ] [ 0 ] [ 0 ] [ 0 ] [ 0 ] [ 0 ]
[ 0.1 ] [ 0.5 ] [ 0.333 ] [ 1 ] [ 0 ] [ 0 ] [ 0 ] [ 0 ] [ 0 ]
[ 30 ] [ 15 ] [ 19 ] [ 12 ] [ 0 ] [ 0 ] [ 0 ] [ 0 ] [ 0 ]
[ 1000 ] [ 6000 ] [ 4100 ] [ 9100 ] [ 0 ] [ 0 ] [ 0 ] [ 0 ] [ 0 ]
[ 50 ] [ 20 ] [ 21 ] [ 10 ] [ 0 ] [ 0 ] [ 0 ] [ 0 ] [ 0 ]
[ 4 ] [ 6 ] [ 19 ] [ 30 ] [ 0 ] [ 0 ] [ 0 ] [ 0 ] [ 0 ]
c: [ 10.2 ] [ 422.3 ] [ 6.91 ] [ 853 ] [ 0 ] [ 0 ] [ 0 ] [ 0 ]
N: [ 0 ] [ 1 ] [ 2 ]
L: [ 8 ]
E: [ 3 ]
B: [ 4 ] [ 5 ] [ 6 ] [ 7 ]
b: [ 0 ] [ 0 ] [ 0 ] [ 0 ] [ 2000 ] [ 1000 ] [ 1000000 ] [ 640 ]
Round 2
[ 0 ] [ 0 ] [ 0 ] [ 0 ] [ 0 ] [ 0 ] [ 0 ] [ 0 ] [ 0 ]
[ 0 ] [ 0 ] [ 0 ] [ 0 ] [ 0 ] [ 0 ] [ 0 ] [ 0 ] [ 0 ]
[ 0 ] [ 0 ] [ 0 ] [ 0 ] [ 0 ] [ 0 ] [ 0 ] [ 0 ] [ 0 ]
[ 0.133333333333333 ] [ 0.2 ] [ 0.633333333333333 ] [ 0 ] [ 0 ] [ 0 ] [ 0 ] [ 0 ] [ 0.0333333333333333 ]
[ -0.0333333333333333 ] [ 0.3 ] [ -0.300333333333333 ] [ 1 ] [ 0 ] [ 0 ] [ 0 ] [ 0 ] [ -0.0333333333333333 ]
[ 28.4 ] [ 12.6 ] [ 11.4 ] [ 12 ] [ 0 ] [ 0 ] [ 0 ] [ 0 ] [ -0.4 ]
[ -213.333333333333 ] [ 4180 ] [ -1663.33333333333 ] [ 9100 ] [ 0 ] [ 0 ] [ 0 ] [ 0 ] [ -303.333333333333 ]
[ 48.6666666666667 ] [ 18 ] [ 14.6666666666667 ] [ 10 ] [ 0 ] [ 0 ] [ 0 ] [ 0 ] [ -0.333333333333333 ]
[ 4 ] [ 6 ] [ 19 ] [ 30 ] [ 0 ] [ 0 ] [ 0 ] [ 0 ] [ 0 ]
c: [ -103.533333333333 ] [ 251.7 ] [ -533.323333333333 ] [ 853 ] [ 0 ] [ 0 ] [ 0 ] [ 0 ]
N: [ 0 ] [ 2 ] [ 8 ]
L: [ 3 ]
E: [ 1 ]
B: [ 4 ] [ 5 ] [ 6 ] [ 7 ]
b: [ 0 ] [ 0 ] [ 0 ] [ 16.8 ] [ 1983.2 ] [ 798.4 ] [ 847120 ] [ 472 ]