MaplePrimes Questions

Darts.mw

I think it was Acer who did the coding for a similar previous problem. I modified it to find the components of a set which sum to 150.

Why is it that it doesn't find all the solutions with {assume=nonnegint}. eg i have to run a additional pgm {assume=binary} to catch all solutions.

1. is there a procedure to catch all?

2. is there a way i can put the list and the desired sum in the input: eg SSP(...

http://en.wikipedia.org/wiki/Hodge_theory
H(M) = ker(d_k) / im(d_k-1)
 
would like to see the example of calculation of H(M) above

I have been severely mystified by the following:
                                                                                                                      
I have...

why the command does not work: _EnvHorizontalName := x;_EnvVerticalName := y?

And a few lines later asks me the name of the axes

restart;
with(plots); with(plottools);

The circle S with center at the origin and radius 2 is given by the equation x2 + y2 = 4
The circle S have two tangents passing through the point (4, 1). Find the equation for each of them.
x^2+y^2 = 4;

subs(y(x) = y, solve(diff(subs(y = y(x), x^2+y^2 = 4), x), diff(y(x), x)));

Maybe I'm missing something but I thought boys surface was one surface and when I plot it in maple it appears to have two surfaces.


Assume; we have a set of elements like A:={2, 3, 6,24,7,5,25,100,124,32,...} with #A=20 and moreover, we know that some of these elements satisfy an equation, for example a^k=b^2 for some positive integers k ( a  and b are in A).

For example if a=2 be in A and b=64 be also in A, then k=6. I have written some loops including for and if, but I have exhausted. I see, I can’t arrange and link these functions together properly.

testing.mw

Hi all,

Basically, I want to substitute everthing in m using the s .

More or less, I am doing a reparameterization.

I have looked into subs command, but it does not quite does what I want.

It seems to me the Maple wont be substituting exp(-mu) to s1 ( or exp(mu) to 1/s1 ) if the exp has some other powers in it, such as exp(mu+tau).

Any ideas?

Thanks.

Casper

I am experimenting with the new AS3 flash questions and everything works as expected except that I cannot load external swf files using a xml file. I have a parent swf file that behaves well, except that this parent swf cannot load the external swf files. It works flawlessly on my own website (which even does not have a cross-domain.xml file in the root directory).

Is there a restriction in Maple T.A. that prevents loading xml files by a swf (and/or loading external swf's in general)?

I would like to know if it is possible to declare some variables in one parameter box (i would call it independ parameters) and other with parameters that depends on the first ones:

L=5

m=2

k=arctan(m/L)

 

(for exemple)

 

THanks

The circle S with center at the origin and radius 2 is given by the equation x2 + y2 = 4
The circle S have two

We have a task her that I hope someone can help us with.

The task is to build a steel frame to a tent.  The frame consists of four legs with X length and a rectangle on the top with sides Y and Z.  The lengths are measured in meters.
The volume V=X*Y*Z of the tent has to be 32 m3.  The task is to create the tent so that the total length L of the pipe is minimized to the shortest.

L=4x+2y+2z

Thx for all fast help :D

   ...

I am trying to get the real and imaginary part of a complex expression but it appears that the evalc(Im(F)) does not work. My guess is that i have to manipulate the expression before i use the evalc, but the simplify command for example did not give a result either. My funstion is F:=1+2*zs*I-w^2/ws^2-w^2/ws^2*ks*(1+2*zs*I)*(K3*(1+2*z3*I)-H*K2(1+2*z2*I)+H*(H*K1*(1+2*z1*I)-K2*(1+2*z2*I)))/(K1*(1+2*z1*I)*K3*(1+2*z3*I)-K2^2*(1+2*z2*I)^2);

As you see I have imaginary I...

In the name God,

Hello all,

I'm a maple16-x64 user.

I am to solve a nonlinear 3-equation-system (Vector RO) for which I have It's exact solution up to 90 digits(Vector valued;)

http://bayanbox.ir/blog/hossayni/codes/RO.m?download

http://bayanbox.ir/blog/hossayni/codes/valued.m?download 

I'm using Latex to write sketching questions. Although it works well for me, and it is quite easy, there are a couple of things I want to do and couldn't:

1 - having the axes with different lenghts: the sketch area is always shown as a square, even when the axes have different lengths. I want to have a longer x axis, keeping the units proportional in both axes.

2 - having an image in the background of the skecth area.

 

Hello.

 

I used MapleSim to obtain system's equation by "Equation Extraction."

In the equation, there is a strange command displayed as "preopt" and I have no idea know what this command does.

This command appears in piecewise that contains roots.

I used helps (both Maple's help and the help on the website) and googles but still don't get any idea.

 

Can anyone tell me what "preopt" command is?

First 1662 1663 1664 1665 1666 1667 1668 Last Page 1664 of 2434