MaplePrimes Questions

When I use limit like this:limit(LommelS1(4.04, 3.04, z)/z^5.04, z = 0).The maplesoft shows:Float(infinity).How can I deal with this???,Please help me

Hi,

     I'm trying to estimate a very diffcult integral with Maple. Here it is

restart;
chi:=Pi/2-theta:
epsilon:=0.001: 

Vsi:=-(1/sqrt( 1+epsilon - cos(chi)*cos(phi-Pi/3)) + 1/sqrt( 1 +epsilon- cos(chi)*cos(phi-Pi))+ 1/sqrt(1+epsilon-cos(chi)*cos(phi+Pi/3)));

evalf((Int(Vsi*SphericalY(3,2,theta,phi)*conjugate(SphericalY(2,1,theta,phi))*sin(theta), [theta=0..Pi,phi=0..2*Pi])));

I ultimatly want epsilon->0,...

How does one view the Maple code that controls embedded components in a worksheet? I've looked at every menu on the toolbar and every context menu I could find, but nothing seems to fit.

I got the following error message when trying to execute a maple code:

 

"invalid character in short integer encoding 69 E"

 

I can't find anything about it in the maple documentation, does anyone have any idea what it means?

Thanks.

actually i dont know how a expression which has rootof transform to a expression without rootof !

for example how to express w explicitly in term of m !

thank you for your help

 

ee.mw

Hello guys ,

I found critical points for a 3-D dynamical system (x,y,z) and m which in general is not constant (m(z/y) is a function of z.y, when i calculate eigenvalue for every critical point ,the maple assume m constant . how i find eigenvalues for general m which is not constant and is a function of z/y .

Thank You

ww.mw

Dear Maple experts,

 

I have a function f  depending on three variables a,b,c i.e.   f(a,b,c).

I have to find the df/da (differentiation  with respect to a) and then solve for variable a in terms of variables b and c to make the f(a,b,c) into f(b,c). 

However, I am not able to find the symbolic relation from df/da to represent variable a interms of variables b and c because the solve(df/da, a) is...

A beam of neutrons bombards a reactor's wall. Consider the motion of the neutrons as a random walk on the (x,y) plane.

The neutrons then have to comply with the following conditions:

  1. Only four directions of motion are possible (left, right, up or down).

in following coding
final equations Exp1 ,Exp2, Exp3, Exp4 depends on X2 and X3, but in these equations I have introduced certain equations which are also depending on X2 and X3,like fccL[Ni, Si] etc, but that dependend variable is counted as different variable while plotting the function or evaluating it Help me please 

> restart;> NULL;> ;>
R := 8.314;>
G1[1] := piecewise(298 <= T and T < 1358, -7770.458+130.485235*T-24.112392*T*ln(T...

Hello all.

            I want to execute a particular section of my legthy code, after certain lines I want that let Maple not execute further. It could be a possibility that after those ceratin line I may execute my code further. I dont want to comment those lines as some later stage I may use them again. Is there any command which can fulfill my purpose.

Many thanks in advance.

construct a vector with entries of symmetric real parts and anti-symatric imaginary parts,such as v:=<1+2I,5+3I,9+4I,9-4I,5-3I,1-2I>;DiscreteTransforms[FourierTransform](v);By property of fourier transform,the result should be real numbers,but it is not this. Imaginary parts not vanish

Hi all,

I am running xmaple via linux, version 17.

This is on a Unbuntu OS X64 with i7 940X, and 4G RAM.

 

Casper

Hi,

Could someone check, what it is wrong?.

I have tried to use fsolve inside module in startup code.

 

I will be appreciated.

 

wzel

test.mw

Hi, how can I make a prodecure in Maple 16 that takes a function as a paremter and then manipulates with it?

e.g

Test := proc(f)
return f(10):
end proc 

And I can then run Test(f(x)) and get f(10) back?

Thanks 

First 1587 1588 1589 1590 1591 1592 1593 Last Page 1589 of 2430