MaplePrimes Questions

I have a message, "I Didn't See That Double Rainbow!" and i want to encrypt it by making all the characters UpperCase first and removing all punctuation. I used IsUpper to remove the punctuation. Now I want to separate my new scrambled message into BLOCKS OF 5 LETTERS SEPARATED BY SPACES. Any ideas on how to do that using the "printf" command?

 

with(StringTools):
Alphabet:="THEQUICKBROWNFXJMPSVLAZYDG";
        ...

Hi,

I am using the function simplify in order to simplify some big expressions I have. The poblem is:

I have the expression F=F(x1,x2,x3,......,xn)  and if I evaluate the two following expressions

expr1 = subs(x1=a, x2=b, x3 =c , .......,xn=d, F) = F1    (scalar)

expr2 = subs(x1=a, x2=b, x3 =c , .......,xn=d, simplify(F) ) = F2    (scalar)

Normally F1 and F2 are equal  ( F1=F2 ) but what I really get...

I've downloaded and installed Maple, but I can't activate it. Whevener I try and activate it from within the program, it freezes, and when I click Activate Maple on the Start screen nothing happens. I tried the offline activation service, copied the licence.dat file into the Maple license folder, but when I tried to open Maple it still said license file missing or invalid.

I'm using a license provided by my university, and I'm running Windows 8.

Hi when i'm trying to solve, i get the following warning: Warning, solutions may have been lost.

 

The equations i'm trying to solve are the following:

 

> P := 21000;

> v := 10/(60*1000);

> r := 983;

> Cp := 4181;

> Tl := 40;

> K1 := 124.27;

> K2 := 102.03;

> K3 := 7.23;

> K4 := 2.947;


> eqn1 := P = v*Cp*r*(Tf-Tr);

[I split this off as a separate Question, cleaned up the machine-generated Title, added the Tags, and cleaned out some excessive blank lines.---Carl Love as Moderator]

could anyone help me with my euler plot too!

> with(plots):with(DEtools):

 

Equations & Initial conditions

> de1:=D(x)(t)=a*x(t)-q*x(t)*y(t)-n*x(t)*z(t);

>

I'm interested in studying all of the 5-dimensional representations of a certain known Lie algebra. To do this naively, I want to find all of the solutions to a large system of equations, with a few inequations (e.g., a[1,1]<>a[2,2]).  I've noticed that calling SolveTools[PolynomialSystem] gives much better performance than solve(...).  Since the original system has no equations of degree higher than 2, I suspect that whatever preprocessing that solve(...) is...

unable to handle elliptic PDEs
 Does this error mean that I can/t solve my PDE system by Maple?

l1 := 2*(diff(ur(e, t), t))+(1+tanh((1/20)*e))*(diff(ui(e, t), `$`(e, 2)))+2*a*(ui(e, t)*ur(e, t)*ur(e, t)+(ui(e, t)*ui(e, t))*ui(e, t))+m*ui(e, t)*(diff(ur(e, t)^2, e))+m*ui(e, t)*(diff(ui(e, t)*ui(e, t), e)) = 0

l2 := -2*(diff(ui(e, t), t))+(1+tanh((1/20)*e))*(diff(ur(e, t), `$`(e, 2)))+2*a*(ur(e, t)^3+ur(e, t)*ui(e, t)^2)+m*ur(e, t)*(diff(ur(e, t)^2, e))+m*ur(e, t)*(diff(ui(e, t)^2, e)) = 0...

Hello

How does Maple create a graph from a 100000 elements vector (or a function that outputs that values)?

Does it plot some and reject others? plot all on top of each other? How can I change this behaviour?

How could I crate a graph where for every interval I see the max and min values, as in the trading "bar" charts?
(or any other idea to visualize that much info without needing to previously calculate intervals, mins and maxs myself)

How can I set  the boundary conditions? I need to specify diff(ui(e, t), e) and diff(ur(e,t),e) depending on e.  I write the rules:

> D1(e,t):=diff(ui(e,t),e);

 
> D12(e,t):=diff(ur(e,t),e);

 in order to use D1 and D12 in boundary conditions. 

I get error
> sol := pdsolve(sys, {D1(-500, t), D1(500, t) = 0, D12(-500, t) = 0, D12(500, t) = 0, ui(-500, t) = 0, ui(0, t) = 0, ui(500, t...

Hi, I have different parts of calculations, would be better if I use the function procedure.

May I know where I can find tutorials for it please? I have look through the user manual, but not many examples are given.

Thanks

Hi

Imagine I want to calculate this loop:

nn := nextprime(10^100); zz := 1;

for ii from 0 to 100000 do zz := mod(zz^2+1, nn) end do;

How can I avoid that Maple prints every iteration? I just want Maple to do it quietly, storing the value and get the last zz value  just by evaluating zz after the loop ends.

regards

 

"Welch-Satterthwaite formula":
With the package "ScientificErrorAnalysis" is easily calculated, the combined uncertainty of a mathematical model M = f (x1, x1, .. xn). But if I need to know the components of the calculation model uncertainty becomes very repetitive. For example to calculate the expanded uncertainty should be calculated uncertainty components model for using the Welch-Satterthwaite formula ". Which determines the effective degrees of freedom υeff:

Why does this not work?

restart:
with(Statistics):

P := Sample(RandomVariable(Normal(10, 10)), 500):
X := RandomVariable(EmpiricalDistribution(P)):

DensityPlot(X);

Hi

 

I would like to display mathematical expressions on a plot.

 

I am using the following command on the code edit region of Maple 15 worksheet, intending to show the maths on a plot.

t := plots:-textplot([x, y, typeset(a[0]=1)], align = above): #where x and y are the position

 plots[display]([p,t],labels=["X","Y"],font=["Times","Roman",20],labeldirections=[default,vertical],axis=[gridlines=10],caption=typeset(eta[12...

Hello all,

I would like to use Maple to simplify an expresion of this form:

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