Maple Questions and Posts

These are Posts and Questions associated with the product, Maple

hellow!

my maple 11 recently isn't working, i mean with double click not only is not working,

but also after i removed it, setup also is not working.

whats the problem? is it of virus?

 

diff(u(z),z,z)=g*S/Az        (Barotropic pressure gradient vs friction equation)      where S=Diff(eta(x)) or surface slope

bc=Az*D(u)(z)=0,Az*D(u)(-H)=tau/(Az*rho)=Cb*u^2(z)/Az

how can I solve and plot the for different depth z=-20 to 0

and Az=0.0010,Cb=0.0025,S=-0.000001

 

 So how can I find the u(z)

and plot the graph of u(z) (velocity) against z (depth)

 

 

 

 

 

 


Helo,

I woud like to read commands from a text file, that contains both expressions in Maple syntax  and  other  things too.
The following example is a simplified version of my problem.

The first example works as expected, it gives a vector of random data :

parse("Statistics:-Sample(Statistics:-RandomVariable(Normal(0, 1)),100)",statement) ;

The following line doesn't work for me (Maple 12), i. e Maple doesn't evaluate the Sample command.

I've just created a very long document.  Without having to scour the entire document to see what expression I've assigned to a certain variable how can I recall my original expression after I've assigned values to the variables in it?

It would like to decide the following integral, however with the function int I did not obtain. The integral is the following one

 

int((exp(1/sqrt(2/delta)^2)/((t+delta*mu/(delta+1))^2*(2*sqrt(2/delta)*sqrt(2*pi*delta*mu/(delta+1)))*t^(3/2))*(t+delta*mu/(delta+1)))*exp(-(t*(delta+1)/(delta*mu)+delta*mu/((delta+1)*t))/(2*sqrt(2/delta)^2)), t = 0 .. infinity)

 

with delta>0 , mu>0.

 

I am thankful anticipatedly

 

Manoel Neto

<p>I running Maple 12. I don't see what could be wrong with the specified initial values for this nonlinear fit problem. Note error when initial vlaues are specified, and no error without initial values.
Hi, I'm really new to maple and I'm trying to learn how to do few basic things. I have sequential files 1740.tmp, 1741.tmp, .... 1770.tmp. and each file contains 12 float numbers: 0.400 0.324 0.232 . . . 0.342 what I've done so far is the following: L := [seq(i, i = 1740 .. 1770)] filename := cat("/Users/humadih/test/", L, ".tmp") > Y := readdata(filename, 1) and it's giving me this error: Error, (in readdata) expecting a file name or descriptor I can get rid of this error message if I put one file name like: > Y := readdata("/Users/name/test/1741.tmp", 1)

I am trying to solve a problem of liquid-liquid equilibrium based on the gibbs free energy equation:

DGdef := DG/RT = sum(n[i]*ln(phi[i]), i = 1 .. nc)+sum(sum(X[i, j]*n[i]*phi[j], j = i+1 .. nc), i = 1 .. nc)

DGdef1 := subs(n[i] = phi[i]*V/v[i], DGdef)

DG := eval(rhs(DGdef1), nc = 3)

Somebody named Alec have gave me this programme after he modified my old programme.

I am having trouble trying to perform some of the computations listed in the Maple Advanced Engineering Mathematics E-book.  I directly copy and paste the text into my worksheet but Maple does not compute the answer as shown in the e-book.  It simply rewrites what I copied in a different format.  For example I'll write:

simplify(CrossProduct('A' , 'E') ) ;

Instead of computing the answer it just rewrites my input in a differnent way like this:

=CrossProduct((cos(p)-psin(p),-2sin(p)-pcos(p))

Dear Experts,

I want to solve 2 workssheets with NPL Solve with Maple 12.

But how is it done? In worksheet 1 I always get this error. Unless I have solved this worksheet one err I can not continue wrking on worksheet two.

Thnaks for help

Walter

can someone please tell me why maple says that x=root(x^2+1)/x=.5root(2+root(2)) please someone help, or even better that why does arcsin(1/x)=arctan(x)=>x=-root(-2+root(20))/(-1+root(5))???????

Hi,

I want to solve the following inequation: solve( -a + sqrt(a^2 - 4*x) < 0, [x]) assuming a>0

the result from maple is: x < 0, (1/4) a^2 < x

which is wrong!

anybody can tell me why?

Thank you,

CN

Hi, I am defining a matrix this way: m := Matrix(2, 3): But I don't want zero value to be assigned by default to its elements, instead I want to have them as just m[i,j] and not zero. Please tell me how I can do that. Thanx,
Is it possible to print a hyperlink to the worksheet (programatically, not by clicking menu)? In Maple 13 worksheets are errors and warnings displayed as hyperlinks to web.
First 1926 1927 1928 1929 1930 1931 1932 Last Page 1928 of 2223