MaplePrimes Questions

Hey guys,

 

How do I find a max in a 3d plot? I've tried plottools[getdatat] but keep getting the error of

                     

"Error, index must evaluate to a name when indexing a module"

 

 

Thanks!

Hello,

I am trying to solve the following system of quasilinear PDEs for dependent variables pA(z,t), pB(z,t), pC(z,t) using Maple 14:

> system:= [

.15e-3*diff(pA(z,t),t)+.83e-1*diff(pA(z,t),z)+.47e-3/(1+.11e-6*pA(z,t)+.14e-4*pB(z,t)+.73e-4*pC(z,t))^2*((1+.14e-4*pB(z,t)+.73e-4*pC(z,t))*diff(pA(z,t),t)-.14e-4*pA(z,t)*diff(pB(z,t),t)-.73e-4*pA(z,t)*diff(pC(z,t),t)) = 0,

.15e-3*diff(pB(z,t),t)+.83e-1*diff(pB(z,t),z)+.90e-1/(1+.11e-6*pA(z,t)+.14e-4*pB(z,t...

Hello everyone,

I have a problem with the Brownian Motion (I'm using Maple 15).

Here is the code:

X:=BrownianMotion(0,0,1,t);

X1:=SamplePath(X(t),t=0..T,timesteps =T/d):

Mean(X1);

 

The last line give me a number different from zero, which is not true for a Brownian Motion as defined.

Could you please tell me where is the problem?

 

PS: I have the same problem with WienerProcess(sigma).

1.how to plot a equation include two complex variables?

e.g.,0.1501071588582623569e-19 * s1 ^ 2 - 0.1770422954406499377e-11 * s1 ^ 2 * s2 ^ 2 + 0.1526369514180028298e-19 * s2 ^ 2 - 0.8979700309848614490e-12 * s1 ^ 4 - 0.9507487955845430138e-12 * s2 ^ 4 + 0.4941234607542336257e-4 * s1 ^ 4 * s2 ^ 2 + 0.5029096170369867504e-4 * s1 ^ 2 * s2 ^ 4 + 0.1631266049971375518e-4 * s1 ^ 6 + 0.1557291987414385136e-4 * s2 ^ 6 - 0.3925287034197085366e3 * s1 ^ 6 * s2 ^ 2 - 0.5855115617172747465e3...

how to write a procedure in which the in put is any number and out put is odd or even integer? 

Hi,

I would be thankful if someone help me to generate primitive polynomials (of deferent degree if possible) defined over GF(2^16), i.e., the coefficients of the polynomials are in GF(2^16). Thanks in advance.

 

Hello!

I have to  solve following ODE set as a part of my MsC thesisr^2*Hr[r, r]+(r+(1/2)*r^3)*Hr[r]+(r^2-4)*Hr+2*R*(1-exp(-(1/4)*r^2))*Hi-(1/2)*R*r^2*exp(-(1/4)*r^2)*Sii-(1/8)*R*r^4*exp(-(1/4)*r^2) = 0

 

I would like download Maple 15.1. Please Help.

Hi all!

Please I'm having difficulties in specifying a repeat count for my format descriptor in Maple. For example,
If I want to repeat the format descriptor "%-+8.4f" ten times, is it compulsary that I write it explicitly as shown below?

fprintf(file, "\n%-+8.4f%-+8.4f%-+8.4f%-+8.4f%-+8.4f%-+8.4f%-+8.4f%-+8.4f%-+8.4f%-+8.4f",e[5],mp[5],zp[5],mt[5],zt[5],roc[5],ac[5],pnloc[5],fs[5],qcode[5]):

I know in Fortran, a descriptor such as "10F8.4" is possible....

Hi everyone!

Please can some one show me how to implement the "system" command on Maple 13-Windows OS to include the specicfication of the input and output file path? I would appreciate a useful response. Thank you...

I have asked a similar question before but it appears that the difficulty of what I need to do increases when the cases are simpler.

Essentially I want to check that an expression has been fully simplified. Suppose that:

A:=2(a+b);

B:=2a+2b;

 

Is there any way to test so that

evalb(A=B) returns false?

In my case, both A and B are obtained from MathContainers:

A:=GetProperty('MathContainer1','expression');

I hope this is the right place to ask, as the links for Maple Student Help were dead. I'm trying to assign a range of values to a name in order to solve questions about binomial distribution using variations of the function shown below:

Typically, plots on a Maple worksheet fill substantial portions of the printed page when they're printed out.  What I'd like to do is resize plots, prior to printing, such that they're smaller when printed.  I'd also like all plots on a worksheet to print out at the same size.  Note that simply highlighting a plot on the Maple worksheet and then pulling the corner to resize it, is not what I want to do:  I find it very difficult to anticipate the...

 

Hello.

I would like to do 2D pointplot, where each x,y come from GPS reading, and each point have a colour dependent on z, where z is same measurement taken in each position ...

Basically, I have the code

solve([E1, E2, E3, E4, E5, E6, E7, E8], [C1, C2, C3, C4, C5, C6, C7, C8])

and I want to store each of the solutions (C1,C2,C3...) as a different variable.

How would I go about doing that? (without simply copy and pasting the solutions after hitting ENTER)

 

I thought about using

{X1,X2,X3,X4,X5,X6,X7,X8} := solve([E1, E2, E3, E4, E5, E6, E7, E8], [C1, C2, C3, C4, C5, C6, C7, C8])

but it wouldn't go through.

First 1755 1756 1757 1758 1759 1760 1761 Last Page 1757 of 2434