Maple Questions and Posts

These are Posts and Questions associated with the product, Maple

> A := {x=0, y=0}:

> B := {x=0, -y=0};

> {A} union {B};

{{x=0, y=0},{x=0, -y=0}}

How to get Maple to realise that A and B are actually the same so that "{A} union {B}" would return "{{x=0, y=0}}" instead of above?

 

Thanks in advance.

Mapleprimes takes unusually longer to load than used to.  And some people complain about being emailed 3 x's I'm not sure it's fixed but I've noticed my page actually loading 3 times before it actually comes up.  I'm on dial up so I can notice things people on high speed won't notice.

One other thing possibly very important to the web program designers of this site.  If I load the mapleprimes web page and say stay offline, it does this 3 times. ...


 

 It seems I can't add a response to this message, so I added some detail to it.

Consider f, the partial sums of the convergent series related to

How to join expressions in the set, for example to convert the set {y=0, x>-1, x<1} to {y=0, -1< x <1}?

Thank you in advance.

Hi all,

when drawing a geometry.line object by using geometry.draw, the default for each axis is -10..10, so that I cannot see in the plot, for example, the line y=11;

How can I extend this range?

 

Best regards

Ouba

I want to plot a bunch of straight lines with positive slope in one colour, and I want to plot a single line of negative slope in another colour.

I hope my code is self-explanatory:

restart; with (plots):
myEqns:=NULL:
for i from 1 to 5 do;
 myEqns:=myEqns,y-x=i;
od:
myEqns:=[myEqns];
 [y - x = 1, y - x = 2, y - x = 3, y - x = 4, y - x = 5]
implicitplot([op(myEqns), y+x=0], x=-10..10, y=-10..10, colour=[red,blue]); 

I'm trying to have Maple work through ideas involving the Fundamental Theorem of Calculus, and am encountering a problem with the programming of Maple.

I begin by defining a function like:

F(x) := int(x^2,x)  (or equivalently, F:= x -> int(x^2,x)  )

Then I ask Maple to evaluate F(2).  I expect to get 8/3 but instead I get this error message:

Error, (in int) integration range or variable must be specified in the second argument, got 2

even if I use a simple x^2+y^2 plot I get these funny gaps at the botom of the plot. I have looked through the FAQ files and can't seem to find a solution to it... is there one ?? from what I have seen so far there does not seem to be an easy solution. with a graph like the type above to change to coords=spherical or cylindrical does not show the same graph due to that change.

Hi,

I tried to implement an small example sheet for using the RSA algorithmen with small numbers. Unfortunatly, I get confused by my own program and have difficulties to figure out what I am doing wrong. My message can be decoded with both keys, the public and private key what is obviously not correct.

below is my code with some comments:

restart: with (numtheory):
p := 13; # my first prime number
q := 23; # my second one

n := p*q;

I am of interest about using StateSpace(de, invars

Hi all,

How can I plot, say, y1=x+4, 0<x<5 and y2=2x+1, 0<x<10 on the same plot area?

Thank you,

Ozgur

This is my situation, please help me.

Cargando  MathematicalFunctions

Cargando  PDEtools

> with(DEtools);
> restart; m[1] := 1; m[2] := 1; l[1] := 1; l[2] := 1; g := 9.8; w := 1; ec1 := (((1/3)*m[1]+m[2]+w)*l[1]^2+((1/3)*m[2]+w)*l[2]^2+(2*((1/2)*m[2]+w))*l[1]*l[2]*cos(beta(t)))*(diff(alpha(t), t, t))+(((1/3)*m[2]+w)*l[2]^2+((1/2)*m[2]+w)*cos(beta(t)))*(diff(beta(t), t, t))-(2*((1/2)*m[2]+w))*l[1]*l[2]*sin(beta(t))*(diff(alpha(t), t))*(diff(beta(t), t))-((1/2)*m[2...

Hi,

How to load Maple-NAG connector to execut this example ?

Is it an additional program to install ?

n := 4:
nnz := 11:
la := 22:
lfill := 1:
dtol := 0:
pstrat := "Nag_SparseNsym_CompletePiv":
milu := "Nag_SparseNsym_UnModFact":
a := Vector[row](la,[1.0,1.0,-1.0,2.0,2.0,3.0,-2.0,1.0,-2.0,1.0,1.0],datatype=float[8]):
irow := Vector[row](22,[1,1,2,2,2,3,3,4,4,4,4],datatype=integer[kernelopts('wordsize')/8]):
icol := Vector[row...

Maple is such a useful and wonderful sorftware, but,

coud you make the classic worksheet compatible with 64bits?

There are packages (grtensor) that do not run on the new worksheet.

 

 

I am pleased to announce that Maple 15 will be available on April 13. We are very proud of this new release of Maple, which has been twelve months in the making, and I...

First 1710 1711 1712 1713 1714 1715 1716 Last Page 1712 of 2224