MaplePrimes Questions

In a study to determine relationship between presence of I.H.D and smoking, the appropriate
Statistical test is:
(a) z-test (b) Paired‘t’ test (c) Chi-square test (d) None of the above

2. Of the 140 children, 20 lived in owner occupied houses, 70 lived in council houses and 50 lived in
private rented accommodation. Type of accommodation is a categorical variable. Appropriate graphical
presentation will be
(a) Line chart (b) Simple Bar chart (c) Histogram (d) Frequency Polygon

1) whichone of the following is used to representing qualitative data?

a) histogram, b) polygon, c) pie chart, d) line chart

Hello. I tried to plot simple functions in MAPLE 16 and received this message:

Error, (in plot) unknown optional arguments [true]. I am not sure what the problem is and would appreciate any help. I have included an example below. Thanks.

 

> with(linalg); with(plots);
> plot(cos((1/2)*x)+sin(2*x), x = 0 .. 4*Pi);
Error, (in plot) unknown optional arguments [true]
>

#hi guys i have a new challenge. and i need your help again, my problem is to map a  piecewise function and #evaluate  with a matriz. thus 

A := LinearAlgebra:-RandomMatrix(2, 3);
B := piecewise(a+b < x, a.x+b^2, a+b < x and x < a^2+b, x^2.b+a.x);

A := convert(A, listlist):

#this is my last try to do that.

LL := map(((proc (a, b) ->( a+b < x, (a.x+b^2)/(a+b), a+b < x and x < a^2+b, x^2.b+a)@op), %):

#i...

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?

First 1692 1693 1694 1695 1696 1697 1698 Last Page 1694 of 2430