MaplePrimes Questions

I have a test server up for MapleTA 8.  Where is the option to show a student's name on the questions?



restart; with(Student[NumericalAnalysis]); with(PDEtools, casesplit, declare); x := .5; a := 1; b := .5; d := 1; Q := 2; omega := .4; h1 := 1+a*cos(x); h2 := -d-b*cos(x+omega); F := Q-1-d; de := diff(alpha*f(y), y, y, y, y)+G*(diff(theta(y), y, y))+B*(diff(phi(y), y, y))+6*beta*(diff(f(y), y, y))*(diff(f(y), y, y, y))^2+3*beta*(diff(f(y), y, y, y, y))*(diff(f(y), y, y))^2 = 0, diff(theta(y), y, y)+Nb*(diff(theta(y), y))*(diff(phi(y), y))+Nt*(diff(theta(y), y))^2 = 0, diff(phi(y...

Hi 

I have a big maple sheet on 1000+ lines writing in 2D math in maple 16 that does som calculations on data sets. The sheet can do calculations on 1 data set at the time so I would like to reuse this sheet i a loop. So far I have not found a solution to get a do loop to work over several lines/inputs in a way similar to:

> for i from 1 to 10 do
> exp1
> exp2 
....
> exp1000+
> od:
Does anyone know how this can be done? 

Program:

restart;

printlevel:=3:

for a from 3 to 30 do

   for b from 23 to 30 do

       for k from b to 30 do

         for d from 4 to 30 do

            for e from 10 to 30 do

  big:=max(sqrt(a^2+b^2), sqrt(k^2+d^2), b+k,e,d+e-a):

  small:=min(sqrt(a^2+b^2), sqrt(k^2+d^2), b+k,e,d+e-a):

I have a somewhat time-consuming numerical integration which is needed for many different parameters so I'd like to parallelize the various integrations. Threads:-Seq should be just the ticket for this; so I write:

respr128:=[Threads:-Seq(evalf(Int(S(ener,Ecrit)*rangeexp(amp,depth/4,t0[128]),ener=0.001..10*Ecrit,method=_d01ajc,epsilon=1.0e-5)),depth=1..36)];

The functions S and rangeexp are defined thus:

S:=(omega,omega_c)->(9*sqrt(3)/(8*Pi)*omega/omega_c...

restart; b := 20; de1 := diff(f(eta), eta, eta, eta)+f(eta)*(diff(f(eta), eta, eta))+1-(diff(f(eta), eta))^2+k*(f(eta)^2*(diff(f(eta), eta))-2*f(eta)*(diff(f(eta), eta))*(diff(f(eta), eta, eta))) = 0, diff(theta(eta), eta, eta)+Pr*f(eta)*(diff(theta(eta), eta)) = 0, f(0) = 0, (D(f))(0) = 1, theta(0) = 1, (D(f))(b) = 0, theta(b) = 0; d1 := subs(Pr = .5, k = 1, [de1]); d2 := subs(Pr = 1, k = 1, [de1]); d3 := subs(Pr = 1.5, k = 1, [de1]); d4 := subs(Pr = 2, k = 1, [de1]); da1 := dsolve(d1, numeric...

In MapleTA, how can I carry a value that is calculated/entered in one question over to another question?

As far as I know all variables in MapleTA (such as $v) are local variables (defined within the question) and not global variables (shared by multiple questions).

Hi maplers

I was wondering if it is possible to change default document template and startup code?

/Delkrak

I am facing the problem below

                 i have a sequence qn: n=0 to ∞

                 another sequence is defined as pn=qn-1 , n=1 to ∞

                  ...

How to construct the decomposition-field of the polynomial x^4 + x + 2 over GF(11,1), where GF(11,1)
is Z[11] = Z mod 11 (see ?GF for more info), in Maple?

I want to solve a diff eqn, but it is giving absurd answer.

> ode := diff(f(x), x, x) = (Phi(x)-lambda)*f(x);
d / d \
--- |--- f(x)| = (Phi(x) - lambda) f(x)
dx \ dx /
> dsolve(ode);
/ / / d / d \\\ \
f(x) = DESol|{ (-Phi(x) + lambda) _Y(x) + |--- |--- _Y(x)|| }, {_Y(x)}|

restart;
b := 7; de1 := diff(f(eta), eta, eta, eta)-M^2*(diff(f(eta), eta))-(diff(f(eta), eta))^2+m1*f(eta)*(diff(f(eta), eta, eta)) = 0, diff(theta(eta), eta, eta)+m1*Pr*f(eta)*(diff(theta(eta), eta)) = 0, f(0) = S, (D(f))(0) = -1, (D(theta))(0) = -1, (D(f))(b) = 0, theta(b) = 0; d1 := subs(m1 = 1, S = 1.75, Pr = 0.7, M = 2, [de1]); d2 := subs(m1 = 1, S = 1.80, Pr = 0.7, M = 2, [de1]); d3 := subs(m1 = 1, S = 1.85, Pr = 0.7, M = 2, [de1]); d4 := subs(m1 = 1, S = 1.90, Pr = 0.7, M = 2, [de1...

hi

 

I have two sets of data namely x[i] and y[i], at first i want to pass a spline from all points (points are in 2d x-y diagram) and then extract some point from that. how can i write the suitable code  in maple? 

thanks

Hi There,

 

Wondering if anyone was able to assist...

 

I'm trying to differentiate the following equation with respect to Qin:

 

f(T,Qin,Qp1,Qp2)=T(Qin-Qp1)*(Qp2-Qin)/(Qp2-Qp1)

 

I have tried using the diff command but with no luck, Maple is returning D(T)(Qin-Qp1)*(Qp2-Qin)/(Qp2-Qp1)-T(Qin-Qp1)/(Qp2-Qp1) which is not complete. 

 

Any assistance would be much appreciated.

http://www.file-extensions.org/imgs/app-picture/3023/maple.gif

I want to make an application like the picture in Maple 16. Cuold you help me how to make it ?

Do you have any applications about physics nn maple 16?

First 1691 1692 1693 1694 1695 1696 1697 Last Page 1693 of 2428