MrMarc

3158 Reputation

18 Badges

16 years, 205 days

MaplePrimes Activity


These are Posts that have been published by MrMarc

I have come across this previously but I never had the energy to report it.
The problem is that there exist a bug in Vector[row] when n>10.

For example run the below code:

restart:
with(LinearAlgebra):
a1 := Vector[row]([seq(w[i], i = 1 .. 5)]);
a2 := Vector[column]([seq(w[i], i = 1 .. 5)]);

a3 := Vector[row]([seq(w[i], i = 1 .. 20)]);
a4 := Vector[column]([seq(w[i], i = 1 .. 20)]);

a1.a2;
a3.a4;

   ...


This is the Affine Scaling Algorithm outlined by:

Linear and nonlinear programming with Maple: an interactive, applications ...
Paul E. Fishback,Paul F. Fishback

I think I will continue posting some good questions from
Fridays Killer Questions 7city Learning:

Question:

There was a hit-and-run incident involving a taxi in a city in which 85% of the taxis
are green and the remaining 15% are blue. There was a witness to the crime who
says that the hit-and-run taxi was blue. Unfortunately this witness is only correct
80%...

Question:

Let say you have a revolver with six chambers. There are two bullets in the gun. The bullets are
located in two chambers next to each other. You now want to play Russian roulette. You spin
the barrel so that you don’t know where the bullets are and then pull the trigger. We assume
that you don’t kill yourself with this first attempt. Now assuming that you want to maximize
the chance of not killing yourself is it...

Herbert A. Millington
Chair - Search Committee
412A Clarkson Hall, Whitson University
College Hill, MA 34109

Dear Professor Millington,

Thank you for your letter of March 16. After careful consideration, I regret to inform you that I am unable to accept your refusal to offer me an assistant professor position in your department.

This year I have been particularly fortunate in receiving an unusually large number of rejection letters. With...

3 4 5 6 7 8 Page 5 of 8