hanswurst

368 Reputation

4 Badges

15 years, 179 days

MaplePrimes Activity


These are questions asked by hanswurst

Hi there,

I try to plot several graphics and print them out as follows:

for i from 1 to n do
  p:=polygonplot(...):
  disply(p);
end for:

but nothing is being diplayed. Doing that just once does the job but I need those plots for large n...

I want to make my Maple12-procedure faster by creating two threads instead of two:

Hi!

I already asked this, but I still am not sure how to perform it, so here I'm again :-). I already read http://www.maplesoft.com/support/help/view.aspx?path=Define_external

Say I've got that mat_mult-Funktion like in the example in that link written down in a file called "code.c".

What now? Do I have to compile it? (Do I really need a .dll?)

Thx in advance for your patience!

I'm trying to plot multiple feasible reagions of an linear program (which are defined by H] and H2, see below) into a single (!) plot using plots[inequal] as follows:

1 2 3 4 5 6 Page 5 of 6