MaplePrimes Questions

Hello everybody, I was wondering if one can find the minimal (or "irreducible") polynomial of a algebraic number. For example, x^3+6x+8 is irreducible. We do alias(theta = RootOf(x^3+6x+8) ); Then we are looking for the minimal polynomial of (theta^2)/2 for example.. How can we find this minimal polynomial? Is there a simple command in maple? Thanks in advance.

Dear All,

I am writing to invite every MaplePrimes member to join the new Maple Global Network group on LinkedIn, which you can find at this address:

http://www.linkedin.com/e/gis/846497

I have installed Maple 11 and activated it. Everthing seems to be ok but i can't evaluate what i enter,  in worksheet and Maple input mode  (it suprisingly automatically set to text ) i enter i.e

. x=3;

writes

x=3                 (1)

but when i enter

x+4; it

still writes

x+4                   (2)

Just for reference I'm woking on problem number 26 in "Schaum's Outline Series " for tensor Calculus.

It gives you a Schwarzchild metric and asks you to calculate the Einstein Tensor.  I'm using the example of doing this that's given in the "tensor" package help pages.  However I'm not getting quite the right answer.

In the metric given in the problem the [1,1] component is an exponential exp(phi) and the last component is also an exponential, -exp(psi).

Hi! My problem is the following: v := Vector([v1, v2]); m := Matrix([[m11, m12], [m21, m22]]); C := m.v; Then Maple returns with C in the following form: m11*beta+m12*r m21*beta+m22*r And I want Maple to return in the form: [m11 m12 * [v1 m21 m22] v2] Thanks!

I am trying to integrate a function numerically, but Maple doesn't give an answer:

restart;

ko:=2*Pi/v*f;v:=2.998*10^8;f:=2.525*10^9;

Lo:=29.379;Wo:=34.477;

evalf(eval(1/(120*Pi^2)*Int((sin(ko*W/2*cos(theta))/cos(theta))^2*sin(theta)^3*BesselJ(0,ko*L*sin(theta)),theta=0..Pi),[L=Lo,W=Wo]));

I have Maple 12.

Thanks for your comments in advance.

Hi,

I'll have to found the equation of equilibrium in terms of displacement for shell with double curvature. Well, I have 3 equations and 3 other equations that I must put in the others 3. Manually it's a suicide, ho can i do it with Maple and at the end semplify the differential equations? My problem is to say at Maple the dipendence of some function from other variable!

Thanks a lot!

 

Various transformations on the members of a list can be easily done using things like `+`(op(map(f, L))) for a list L and a function f (e.g., f:=x->x^2 to get sum of squares). How can we do such transformations on two or more lists using map? For example, how do we do most effectively squared sum of differences between the corresponding elements of two lists?

 

Hello, I'm trying to numerically integrate the attached integrand for x from zero to one with high precision. When I get to software floating point (15 digits or higher), the Maple server goes beserk allocating memory, and loses its connection to the Maple application. I have tried different methods (_Sinc, _Dexp, _CCquad, _Gquad) and in each case I have to terminate Maple. The "_d01" methods terminate without giving an answer.

Hi,

I have just another question. I would like to create a high resolution jpg file of a 3D plot, but I get only pictures in a very bad quality (even by using the plotpoints command).

How can I enhance the quality of exported picture files?

Thanks,

Dirk

Hi,

I have some numerical data (-> data2.txt) for a velocity profile (x- and y- coordinate with corresponding velocity). I would like to compare this data with a analytical function (3D plot -> Maple file).

Do anybody know, how

#1 to get the data - points in the 3D plot and

#2 how to determine the error between the data - points and the 3D plot?

Thanks,

Dirk

I am new to maple and trying to create an IDF curve (intensity duration frequency curve) for rainfall. The fomula is quite simple I=A*T^c, where I-= rainfall intensity, A is the average rainfall in a given period and T is time of concentration (10 min) and C is a coeffecient developed from 40 year annual rainfall data

Now what i need to do is for a strom return period of 2, 5,10,25, 50 and 100 year storms, plot the I value for each of these years (I have 6 A values and 6 ^c values) that corespond to each year 2,5,10,25,50, 100

To find total derivative of a any given function in form of f(x,y,z)  , should I simply take the Jacobian of the function? If so, why does that yield a total derivative. As i understand, the total derivative is given in form of df = (df/dx)dx + (df/dy)dy which is not the same as Jf = [(df/dx1)   (df/dx2)  ....   (df/dxn)]

My example here is h(x,y,z) = (x + y - z, sin(xyz) + e )

 

thx for any help

The question is“fsqFsHn sGGousG” is the result of applying a Caesar cipher to its original title. A 53-character alphabet
consisting of all the upper-case letters, a space, and all the lower-case letters
was used; consequently the space in the middle might or might not correspond to a
space in the title. Determine what the original title was.

this is what I wrote: (please help me correct it, thank you)

>Alphabet:="ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuvwxyz";

Hi,

I'm having some trouble with finding an algorithm to check  which interval , the element 'x' is part of.

for instance : say I want to know if x belongs in , A := [ a, b ] or B := [c,d] or..... 

How does one write the proper code for such a problem?

Thanks a lot in advance,

Yoeri.

 

First 2190 2191 2192 2193 2194 2195 2196 Last Page 2192 of 2429