MaplePrimes Questions

we were given three questions to do, i got the other two ones out grand but ive been trying to do this for hours and i still don't get it.   it is 

Write a function that produces the power set of a given nite set M, i.e. the set of all subsets.

Thusyour function has

Argument: a finite set M,

Returnvalue: the set of all subsets of M.

Examples: If PP is the procedure,PP({}) returns {{}},PP({a}) returns {{},{a}},PP({a,b}) returns {{},{a},{b},{a,b}},PP({a,b,c}) returns {{},{a},{b},{c},{a,b},{a,c},{b,c},{a,b,c}},PP({a,b,c,d}) returns{{},{a},{b},{c},{d},{a,b},{a,c},{a,d},{b,c},{b,d},{c,d},{a,b,c},{a,b,d},{a,c,d},{b,c,d},{a,b,c,d}}.

 

you will be rewarded with a lifetime supply of grattitude if you can help me out! thanks.

THis is part of the code I used in the geometry package:

with(geometry):

circle(c,50811.89143+x^2+y^2-61.91881776*x-446.5619114*y = 0);

line(l,1621.451347-0.1838809e-1*x-7.2593834*y = 0):                               

draw([c,l]);
intersection(X,c,l,[F1,F2]);

Hi,

I need help for the following,

Solve the equation :x=(2012-x)^1/2(2013-x)^1/2+(2013-x)^1/2(2014-x)^1/2+(2012-x)^1/2(2014-x)^1/2

Solve Differential Equation: y''-3y'-4=e^xsin4x

has anyone successfully installed maple 17 on a machine running ubuntu 13.04? 

Wolfram Alpha has a normalcdf() function, which with parameters reads: normalcdf(x1, x2, µ, σ). How would I go about acheiving the same in Maple?

I'm trying to display a cross product in a 3d plot, as an arrow.  I'm using LinearAlgebra[CrossProduct] and the arrow command from plots.  The arrow command takes vectors in angle brackets, but it won't take the output of CrossProduct.  

 

I'm also confused because there seem to be two different arrow commands, one in plots and one in plottools.  If you have read in both of these libraries which one will be used?  I can't seem to...

Hi,

Suppose i have 2 dimensional array of size (10,3), and what i need is to plot , first column with respect to second or third column. I dont know whehter it is possible or not. Please help me.

Thanx and regards

Sunit

I tried to install Maple 17 on my MacBook Pro 13" early 2011 w. Mountain Lion 10.8.5.
It always freezes, I can't press anything but the button animation is slowly blinking.

I'm stuck on the "Installation Setup".

Can someone help me solving this?

Hi,

I am trying to solve equation in the form of

We are writing object oriented packages, so we have various objects containing static export'ed methods, as recommended in Maple OO docs.  But if foo is an object, exports(foo) only shows the non-static exports, which is not very useful.  How can a user discover the static exports that are available for an object?

Thanks,

Tracy.

We are developing Maple packages for symmetries of DEs, the Maple packages are Maple-object-oriented, meaning that each package contains Maple objects and almost all methods are within objects (i.e. as static exports). Object and its methods are the main part of the package, package exports are mostly either Object-Names or Object-Constructor-Methods, so that our code has minimal footprint in the name space when loaded. 

We are now trying to write/organise Maple...

Good morning sir,

 

I request you to help me out to solve the equations by using Muller Method & Horner's method using Maple.

 

With thanks & regards

 

M.Anand

Hi all,

I am doing some rather complicated four-vector manipulations, which I would like to do with maple using the Physics package.  My problem is this: I can't figure out how to define a specific four-vector.  For example, one of my four-vectors is (p,0,0,p), while another is (p cos(theta), 0, p sin(theta), p).  Here's my attempt:

with(Physics);

Coordinates(X,quiet);

Define(P1[mu](p,0,0,p));

**Checking the components using e.g. P1[1...

First 1526 1527 1528 1529 1530 1531 1532 Last Page 1528 of 2427