MaplePrimes Questions

How do I restart label in same page of maple worksheet mode. I wanted to label equation in consecutive sections numeric numbers, such as change the labels from 49.11...49.1.5 to 49.2.1.

Download 7845_notes.pdf
View file details

Hi,

I am trying to go through an example in my notes.

p:=2038074743;
q:=1190494759;
n:=p*q;

x:=141213562373095048;

y:=Power(x,2) mod n;

 

then I do the following,

Power(y,(p+1)/4) mod p;

 

how to find an expansion of: (we may assume m::posint)

(sum(a^k*b[k], k = 1 .. infinity))^m

for example: the trinomial theor...

(a+b+c)^m = sum((m,k1)*(m-k1,k2)*(m-k1-k2,k3)*c1^(k1)*c2^k2*c3^k3,k1+k2+k3=m)

 

here (m,k1) is the binomial coefficeitn

how to expand the following expression;

((1/6)*e*(6*(D(f))(gamma)+3*((D@@2)(f))(gamma)*e+((D@@3)(f))(gamma)*e^2))^m

 

Hi all, I am working on a maple project and I attempted to use the ODE analyzer assistant. The problem now is that every time I restart and run my project, the assistant pops up without me physically calling it. I don't see why this happens, its quite frustrating. Anyway to turn it off? Thanks!
There any command within the DETools package, with which to avoid the following steps:
 

> diff(Q(t), t) = eta*(T(t)-theta)*s/l;

d eta (T(t) - theta) s

--- Q(t) = --------------------

dt l

> diff(Q(t), t) = -c*m*(diff(T(t), t));

d / d \

--- Q(t) = -c m |--- T(t)|

dt \ dt /

> rhs(diff(Q(t), t) = eta*(T(t)-theta)*s/l) = rhs(diff(Q(t), t) = -c*m*(diff(T(t), t)));

eta (T(t) - theta) s / d \

Especially in old books (but not only there) the authors prefer the notion
of 'argument' ( = polar coordinates and using the angle).

Sometimes it comes to something like 

                | arg(-z) | < Pi and | arg(1 - z) | < Pi

which I prefer to have in terms of interval notation 'z in ... ' or its
complement  'not (z in .. )'.

I do not even know how to get | arg(z) | < Pi  <==> z is not a negative Real. 

How can I do it in Maple?
Can you guys explain me the steps to put the commands, formulas in the post comments. I can not find the form that they are legible.

I tried with:

Maple Tag
Writing in Word and use: Paste from Word.
Exporting the Web worksheet, then copy and paste.
Do not just find a way to let me
comment on the way that a lot of you do.
 
Gracias
Hermes

1. how to replace in the expression:

I'm trying to do an integral like this:

F(y) = int(x^-3 delta(1-y/x^1/2),x=1..2)

any advice?

Thanks

I spent the last 2 hours searching in the Help commands for the command that returns the length or size of a given ordered array or list.

e.g. I have Thing:=[3,7,6,5]:

I want the function that returns the value 4 for the size of Thing.

I am really surprised that such an operation is so difficult and hard to compute that it is never in any of the Help menus.

Hello,

I am working on a homework assignment for a Maple class and am hung up on creating adjacent lists within a list.  I know that I need to use the seq command with a i=1..(end) condition, but that code only creates the list, not the lists within the lists..

Here is the actual problem statement:

Consider the list

monthList := [ january, february, march, april, may, june, july, august, september, october, november december ];

Hi

I'd like to add to my density plots, a vertical bar in one of the sides of the grid,which contains the colour range used in the plot, and the numerical values associated with the colours (eg http://casimirinstitute.net/coherence/density_plot.gif)

How can I do that?

Additionally, can I plot in the same grid an one-dimensional function of one of the variable?

 

Thanks

S.

I would like to do a nested sequence (or for loop) but the number of iterations is not necessarily fixed: I tried doing the following: nestedseq:=proc(numtimes,middle) return cat(seq(`seq(`,i=1..numtimes),middle,seq(`,j[i]=[1,2,3]) `,i=1..numtimes)); end proc; But then I get a string with the desired command but I cannot evaluate it. Is there a better way to do these iterated sequences? Thanks a lot,

I want to isolate T1, a variable with literal subinidice.Like the other variables

`#msub(mi("m"),mn("1"))`*(`#msub(mi("T"),mn("1"))`-T)*`#msub(mi("C"),mi("p"))` = -`#msub(mi("m"),mn("2"))`*(`#msub(mi("T"),mn("2"))`-T)*`#msub(mi("C"),mi("p"))`I

used the command "solver", "Isolate Expression for" And by choosing `#msub(mi("T"),mn("1"))` , maple returns nothing.

First 2074 2075 2076 2077 2078 2079 2080 Last Page 2076 of 2433