MaplePrimes Questions

I've got a really serious problem about maple 12.It happened after I installed maple 12 software. The installation was successful,i activated the software successfully as well,but when i want to run the program.. the error message pop up... it said that "could not create java virtual machine".
I've tried everything i can to deal with this problem like restart the system,re-download and re-install the software,even re-install the java... which all turned out to be failed.I'm really looking forward to your help.

Dear all,

 I want to plot  one figure,  the codes in Maple 11 is as follows

I'm using a Mac Pro with Leopard, Maple12, and try to

use "define_external" to use a shared library I created (just a simple trial for now) but get the error:

> define_external('try_it', 'FORTRAN' , 'x'::float[8] , 'y'::float[8] , LIB="try/try_it.so");
Error, external linking: error loading external library try/try_it_ifort.so: dlopen(try/try_it.so, 129): no suitable image found.  Did find:
    try/try_it.so: mach-o, but wrong architecture
 

I compiled the library with:

Hey guys,

I have a quick question about solving for variables = infinity.  When I code in

solve(infinity=x,x);

the output returns as blank.  Does anyone know why this is?  When I do

the output returns x=infinity and y=infinity.  But when I do

solve({y=0,x=infinity});

Hi,

I'm trying to solve a system of 3 equations with 3 unknowns using fsolve(). The (very long) equations depend on a parameter d. For some values of d, fsolve finds a solution, for other values of d it doesn't, although I can specify a quite narrow range in which there should be a solution. Is there any way to force fsolve() to try harder? It returns unevaluated after about 5 min and I wouldn't mind if it searched for several hours...

Since I've been helped so many times on this forum, I wanted to "give back" something to the forum.  I remember several months ago someone on this forum had a coupled system of differential equations to solve: an autonomous systems of ODEs that looked like it came from chemical kinetics, something like:

dx/dt = (5*x + y)/(2*x+3*y+5)

dy/dt = 2*x*y/(7*x+6*y+1)

 

Dear all,

A few months ago I posed a question on drying of moist particles. Since then my study continued but has never finished.

In short:

Can someone help me with figuring out what the following error means:

"Error, (in F) final value in for loop must be numeric or character"
 

I've obviously done something wrong but have no clue where to start!!

This comes up when i'm trying to plot a graph using the following code:

Hey Everyone,

I'm a Calculus III student and first let me say i love maple because it really helps to visualize things, however, i'm having trouble plotting an equation.  I'm doing a 2nd degree taylor function for sin(x*y) which is:

z = 1 - (pi/8)(x-1)-(pi/2)(x-1)(y-(pi/2))-(1/2)(y-(pi/2))

And it says that it cannot plot the equation.

 

I've also noticed that the plot of sin(x*y) is different from the plot of sin(x(y)).

 

 

Thanks!

I have a function when expressed in polar coordinates such that a trig function resides inside a trig function.  In calculus 101 we all learned that integrating the product or quotient of 2 or more trig functions requires integration by parts but I have never run across the case where a trig function is a function of another trig function.  Any one have any references I should consult on to learn how to handle this?

I want to plot a graph of the following sequence

x[n]=p*x[n-1]+q*x[n-2] where x[0]=0 and x[1]=1. Also p & q are independ random variables with values +1 or -1.

This is what i've done so far

restart:
> with(Statistics):
> x[0]:=0: x[1]:= 1:
> for n from 2 to 10 do
> S:=Sample(Bernoulli(0.5),2):
> p:=S[1]: q:=S[2]:
> x[n]:=p*x[k-1]+q*x[k-2]: od;
 

But the output is not tallying up the x[n]'s. Also i just realised my code selects +1 or 0 for p & q......

Hi everyone!

Say I have a simple expression in command line Maple that would become a float as soon as it is executed, e.g., 2^(.5). Is there any way I can keep this in symbolic representation by somehow suppressing the seemingly-automatic conversion to a full float? What I'm really looking for is something that would allow me to do this:

input: u := 2^(.5): convert(u,rational);

output: 2^(1/2)

Thanks for your time!

Is there any way to show the page limits in my document!?!? simple question

I would really need it!!!

 

Thanks a lot!

Can somebody please help me with this. I cannot figure out how to make this work? I keep getting the following error: Error, (in treach) cannot determine if this expression is true or false: 17

in maple 11, i have two problems with simplification of powers of "negative" variables.

 

problem i: A^(1/2) *A^2 <> A^(-3/2)*A^4

the two following expressions should be equal but differ by a minus sign:

 

First 2200 2201 2202 2203 2204 2205 2206 Last Page 2202 of 2429