MaplePrimes Questions

I get a data of string type from .txt file,but i want to use the data from string type to float tpye in my program,In fact ,i had tried in many methods,convert,sscanf,type etc.but, i coundnt solve this problem until now.if u know,please tell me how can i do.

example:

x:="0.01"⇒x=0.01

Assuming I have an expression, 'F', I would like to extract from it a factor, 'a', so the expression is displayed as

a*(F/a)

where F/a is a simplified (or expanded or any other displayed form) expression.

As an example:

F:=1 + Q*x2 + P*x3

a:=x2 / L2

then this will be displayed

x2 / L2 * ( L2 / x2 + Q*L2 + P*L2*x)

This doesn't seem to work in Maple 13 and 14.  However it works in Maple 12.
All I get is a static animation plot.

with(plots):
animate(pointplot3d,[[[1,2,3],[4,5,3],[2,2,2]],color=blue,orientation=[45,A]],A=45..315);


What am I doing wrong?

Hi

I started my university project 5 months ago and working with maple from that time.

I used maple help to solve my problem but for this one I could not.

I have equation system with 4 equations and variables are for example x y z w .

The problem is I  have  xy  x^2  x^3  yw   in my equations so maple with solve could not solve that.

On the other hand,the equation are parametric and non numeric...

Hi, can someone tell me how to approach converting an expression is z to one in powers of z^-1?

For example, express f(z) = z/(z-1) as 1/(1-z^-1) ?

 

Thanks

I have a inserted code-edit region in Maple-14.
The first line says restart: and then I have some data.

When I collapse the code edit region is says restart: beside the icon.
I dont understand why Maplesoft has not fixed such a "leak" ?

For me such small things are highly important because when you
use maple on a daily basis such small inconsistencies will give grow you a cancer.

Another thing, why cant I programmaticaly load a matrix with data into a code

I had my traditional right-hand-side dock pannel in Maple 14 which
includes Greek, Components etc. Then I selected components
and droped it on the righ-hand side of the screen, which gave me
a dock on the right-hand-side of the screen.

Now the problem is when you want to remove such a right-hand side dock.
The arrows are extremely small which means that it is extremly difficult to
see them yet alone click on them. Most of the time when you have your mouse on them

I am wondering if the export to pdf function has been improved in maple 14?

When I used such a function in Maple 13 the result was extremly ugly ie the
pdf did not show up as it looked on the screen ie in Maple. Some tables were
split on new rows, some table text did not show up at all, table orphance, text orphance, etc etc.

I would actually prefer that such a function "export to pdf" is removed than having such a
flawed function included in Maple....

There's a bug when using colorstyle=HUE.  Maple isn't displaying the proper number color values.

restart;
with(plots):

a:=Matrix(1..4,1..4,rand(1..4)):

listdensityplot(a)

listdensityplot(a,colorstyle=HUE)

The colorstyle=HUE only shows 3 colors (value 1 = value 4) but it seems ok in the greyscale plot (4 different values, 4 different shades).  Seems to me like the HUE scale is n-1 number of values short. 

Looks like a bug? 

Why is the same density plot displayed differently between 2d and 3d?  I am using the transform command from plottools so I suspect that's the way it works, however I prefer the way it looks in 2d.  Is there a way to keep it the looking the same in 3d? 

Maybe it will be fixed in an update?  Maybe an alternate way exists?  Take a look

Hello.

I have a recurrence function that is defined as:

f2m+1(r) = (2m+1)*f2m(r)/a - r2m+1*exp(-a*r)/a
f1( r) = -(1+a*r)*exp(-a*r)/a2

I tried to solve this...

This first example command

solve({(x-1)/(2*(x-2)) = 2/(x^2-4)+2*(1/2)}, {x})

will be x=-1.

The second example command

solve({(x-1)/(2*(x-2)) = 2/(x^2-4)+1/2}, {x})

won't give me any answer. I know that there is no solution (in sense x=2 for example) for the second math problem.

How can I tell mapple to show me that x=2 ? (even if it's not inside the definition sum R)

Or, if the simplyfication of the equation would be something like x = x + 2 ...

Hi, all,

I am wondering whether Maple have the capacity to compute boolean operations containing variables. 

For example, I want to compute (a1*b0)xor(a0*b1), is there a way to do that. I know Maple has "Xor" command to compute the xor of two given numbers. Is there a way to do that over variables?

 

thanks a lot 

Gepo

Hello, I am solving an ODE numerically with maple. The output is an array of the form, for example: sol(0) = [t = 0., z(t) = 0., diff(z(t), t) = 0.] Now, I can access the three sections like: sol(0)[2] = z(t) = 0. But I just want the number. How do I access just the 0, in this case?

Hi,

I've recently started creating questions using MapleTA, and at the moment I've hit a stumbling block.

For a particular question, the students need to enter a formula. When I input the answer in decimal form, the question is graded correctly; when I put it in fractional form, it's not. I've used the simplify command in every perturbation I know, but I can't get it to work.

More details:

Algorithm

First 1966 1967 1968 1969 1970 1971 1972 Last Page 1968 of 2434