MaplePrimes Questions

I can define a discrete, finite universal set U, say the digits 1-5.

U:={1,2,3,4,5}

I can define a subset such as

X:={2,4}

Maple will compute the complement

U\X

but I cannot find any common textbook way of naming that complement that Maple will accept.  I cannot use a superscript c.  I cannot use a prime.  I cannot use an apostrophe.  I cannot use an overbar. Yes, I can type any of those using the various symbol...

Consider the differential equation $y^{\prime}=y-2$ with initial condition $y\left(0\right)=1$.

a) Use Euler's method with 4 steps of size 0.2 to estimate $y\left(0.8\right)$

I know how to do this by hand; however, I have maple 12 installed and was trying to figure out how to do this with Maple, and then make a graph showing each step of the function. Any suggestions. I have tried looking on mapleprimes, but it keeps pointing me to functions for newer versions of maplesoft, which I don't have....

I just started with maple 16 trying to complete an into assinment.  I am in a worksheet trying to just enter simple expresions 3+4 or 3*4 ect.  Whne i enter the operator + * using the keyboard, ther operators menu or pasting from notepad about 90%  of the time the previous number i typed disapears and the worksheet will no longer accept imput

I have tried reinstalling several times with no AV active even installed in safe mode same issue..

Maple...

Determine if

[ 9 ]                         { [ 3 ]  [ 1 ]  [ 4 ]  [ 1 ] [ 5 ] }

[ 8 ]                         { [ 2 ]  [ 6 ]  [ 5 ]  [ 3 ] [ 5 ] }

[ 3 ] E (curvy E) span  { [ 9 ], [ 7 ], [ 9 ], [ 3 ],[ 2 ] }

Hello,

I've written a code that I'd ultimately like to process in parallel over a grid of parameters, but before I can even think of doing that, I need to find a workaround for the memory allocation issues I'm having. Probably due to the way that it's written, Maple's built in garbage collection isn't working very well (if at all), and the code allocates another 100 MB or so every 10,000 iterations. Even if I content myself with running it for say 200,000 iterations,...

Hi, I have created over time a module with a number of procedures that are useful for me for certain calculations.

From time to time I am adding new stuff to it. Now I find that the thing has gotten long enough that (a) I need to do a lot of scrolling and (b) I forget where exactly certain procedures are in the file.

So I was trying to put in bookmarks that e.g. could carry the names of procedures, or sections of the whole thing. But Maple refuses to put more...

hi friends am trying code for 1d heat equation but my code is not giving me result which i needed...although its running but still am in doubt its not picking boundary conditions and initial condition in last loop of discritzed equation due to which my result are totally wrong.. am attaching worksheet please let me know where am wrong...will_see.mw

Could you please look at the following piace of code:

>assume(d::complex):
>z:=t=a/d:
>additionally(d≠0):
>z:=z*d;

The result of last command is

z:=d~t=d~*a/d~

that is not z:=d~t=a.

If I skip the command additionally(d≠0): then everything is good. However I need this command. Could you help to handle this problem?

amu^4+bmu^3+cmu^2+dmu+e=0

The unknown is mu

> int(abs(x), x = -1 .. 1);
                               1
> int(sign(x)*abs(x), x = -1 .. 1);
                               1
> int('sign(x)'*abs(x), x = -1 .. 1);

Hi is it possible to plot both x and y on the same graph versus t, I can't get anywhere with it but my maple skills aren't great.:

x := sqrt(1-10^14*sin(10^10*t)^2/(3*Pi*t^2))

y := 10^7*sin(10^10*t)/(t*sqrt(3*Pi))

I would uninstall maple but i get the following error:

java.lang.IllegalArgumentException: No product for ID=16000347-aaa2-0000-99a9-b0cb0eddf46e

                at ZeroGgv.<init>(DashoA10*..)

                at ZeroGf3.c(DashoA10*..)

               ...

   Let GL(2,Z) be the  group of all the matrices of dimension 2 over the integers with the determinant equal to +/-1.
   A matrix M in GL(2,Z) is called primitive if M is not equal to K^n for any K in GL(2,Z) and any positive integer n >= 2.
   Is the matrix M:= Matrix([[27,5],[11,2]]) primitive? How to determine it in Maple?

Edit. GL(2,Z) instead of UL(2,Z).

Hello

I am solving an equation that has two piecewise functions on it. It seems that Maple ignore the second piecewise. If I include it or remove it  I will get the same solution. I tried to fix the problem but still cannot figure out why Maple ignores it.

 

This is Maple code:

restart;

with(plots);

with(DEtools);

eq := diff(x(t), t) = -piecewise(abs(x(t))-.5 > 0, abs(x(t))-.5, 0)-piecewise(0 > x(t) and x(t) > 1, 0, x(t) > 1, 1);

Salut,

Il est clair que la multiplicité d'intersection des courbes C1:=x^2-y*(x+y^2) et C2:=x*(x+y^2) au point (0:0:1) est égale à 7 ; I(C1,C2,(0:0:1))=7.

Mais l'extension student[intercept] fournie que 4 solution :

 

> with(student):
>            
> C1:=x^2-y*(x+y^2):
> C2:=x*(x+y^2):
> intercept(C1=0,C2=0,[x,y]);

   [[x = 0, y = 0...

First 1605 1606 1607 1608 1609 1610 1611 Last Page 1607 of 2427