Maple Questions and Posts

These are Posts and Questions associated with the product, Maple

In 2D Math of maple 15, when I type a operation  then I press Enter, It show the result below. But I want it to show the result next to the operation behind the equal sign. How should I do ?

for example:

instead of show :

7+9;

16

I want it to show this :

7 + 9 = 16

Help me!

Thank you

I want to be able to check my work and see if I have indeed got the correct mapping.

Say I want to find the image of a circle |z| = 3 in the complex plane under the mapping: w = 6/z

How would I do this?

Thanks

Hello!

 

1)Dr:=[[1,5],[2,6],[3,4],[4,5],[5,7],[6,8],[7,4],[8,6],[9,5],[10,7]]:

2)Y:=proc(i) Dr[i,2] end;ty:=proc(i) Dr[i,1] end;

3)P[X](omega)=(1/2)*{(Sum(Y(j)*cos(omega*(ty(j)-1/(2*omega*tan((Sum(sin(2*omega*ty(j)),j=1..N[0]))/(Sum(cos(2*omega*ty(j)),j=1..N[0]))))))^2,j=1..N[0]))/(Sum(cos(omega*(ty(j)-1/(2*omega*tan((Sum(sin(2*omega*ty(j)),j = 1..N[0]))/(Sum(cos(2*omega*ty(j)),j=1..N[0]))))))^2,j= 1..N[0]))+(Sum(Y(j)*sin(omega*(ty(j)-1/(2*omega*tan((Sum(sin(2*omega*ty(j...

Dear Maple users

I am experiencing a strange problem with my clipboard. I am using Ducument Mode and when I am trying to copy part of my document using Ctrl+C and place it in the same document using Ctrl+V, then sometimes things are not being copied properly as can be seen on my image below. It is as though the clipboard doesn't pick up the fomatting. When I restart my computer things works fine until a certain point when it stops working. I hope someone can...

Hello, everbody!

 

1)Dr:=[[1,5],[2,6],[4,7]];

2)Y:=proc(i) Dr[i,2] end proc

3)ty:=proc(i) Dr[i,1] end proc

4)P[X](omega) = (1/2)*{(Sum(Y(j)*cos(omega*(ty(j)-1/(2*omega*tan((Sum(sin(2*omega*ty(j)), j = 1 .. N[0]));

1, 2, and 3 are known. I want to count 4, but I don`t know how I have to do this. Please help me.

 

Thanks...

These are my first steps with the maple software and there is the following problem to answer.


a) I have to define a sequence L who is dividing a interval between [0,2*pi] in 20 sub intervals.

    The output of the different values should be in decimal numbers.

how can i solve pdes of the following form in maple

[tex] tc(t,x)\frac{\partial a(t,x)}{\partial t} - ta(t,x)\frac{\partial c(t,x)}{\partial t} = a(t,x)c(t,x) + t(a(t,x))^2 and be able to find both functions a(t,x) and b(t,x)

can you help me about multiplication :

when I type a multiplication in Maple 15, Can I skip the multiplication sign between two variable?

for example : instead of type  x*y , could I type xy ?

i want to write a program to simulate a walk of a drunken sailor who walks out of a bar at the centre of a city. the city has a regular pattern of 24\24 square blocks. the sailor doesnt know where he is going and how to exist teh city. the question is how many blocks will he have to walk to exit the city?

let him start at the centre of the city and assume that he exists the city when he reaches either north, east, south or western borders. it can happen that he wlks...

Dear members,

I would like to generate a tree (the simplest "stage tree"that I have in mind is in the attached file) ad to work with it. For that I need to  "replicate" [the stage tree which starts in O (with some value R)] after the nodes x2, y2, z2. The nodes x1, y1, z1 are terminal (with values f(R), g(R), h(R) ).

I found soemthing on the posts on mapleprimes, but it is only bor "binarytrees".

How may I proceed?.

 

I really...

Given:

f:=proc(a) x->modp(a*x,256); end proc:

Determine for which values of a in Z[256] the functions f(a) are onto.

I know that I need to use evalb to check if the image and coDomain are the same. I just cannot get it to work.

How do you allow negative distances but not negative cycles.  Thanks!

I can get the tangent line by using "Tangent"  Then what about the normal plane

 

Tangent(t->{t, t^2, t^3}, t = 2)

Hello.

I need to filter a 2D Matrix based on the values in one of its columns.

Let's have a 2D Matrix like this one:

[1, 2]
[-2, 3]
[3, 18]

Now let's suppose we want to remove all rows with a negative number in the first column (second row in our example).

One possible solution would be to iterate over the whole Matrix in a for-loop removing rows one-by-one, but I was hoping for something more elegant (and hopefully faster).

I need to make a procdeure which checks whether a list L is a palindrome or not. Any help would be appreciated.

First 1602 1603 1604 1605 1606 1607 1608 Last Page 1604 of 2234