Maple 17 Questions and Posts

These are Posts and Questions associated with the product, Maple 17

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.

Hi all,

I am running xmaple via linux, version 17.

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

 

Casper

Hello, I'm currently trying to solve this set of ODE's, but the way I have formulated the problem seems to be hard to process. Is there any simpler way of doing this, because it takes Maple a few minutes to solve 10 steps and I need more than a 100.Thank you in advance!l := 1.34*.75;Omega[p] := sqrt(g/l);v := .75;f[p] := .35*v^3-1.59*v^2+2.93*v;bmin := 0.157e-1;ci0 := y1(0) = 0, (D(y1))(0) = v;u0 := 0+v/Omega[p]+(-1)^0*bmin;p1 := diff(y1(t), t, t)+Omega[p]^2*(u0-y1(t)) = 0;k[1...

Hi all,

For research purposes, I have symbolic matrices of dimentions up to 100 x 50 (and above) with certain number of parameters. Then giving random value to those paramters, I want the numerical rank of the matrices.

 

Maple 17 does not seem to work well with symbolic ranks, where expentials are involved.

And more to it, both

Student[MultivariateCalculus][Jacobian]

and

VectorCalculus[Jacobian]

does not seem to work. ...


Dear Mapleprimes

I am working on getting the right angles for my gears to fit together. My problem is that my fsolve (at the bottom of the page) does not seem to work. Can you help me by telling me what I am doing wrong.

Hi, I was about to calculate the limit

 

limit(sin(x)+sin(y),{x=0,y=0})

 

and Maple 17 returns the same expression, with no answer.

 

What I am doing wrong?

In an atomic physics calculation involving the quantum theory of angular momentum, there appear polynomials whose coefficients involve square roots of positive integers, for example

sqrt(6)-sqrt(2)*sqrt(3) 

Maple does not cancel such an expression to zero because the code allows for the possibility that a square root can be positive or negative.  In the physics context all these square roots are positive.  Is there some simple way to induce Maple...

Hi,

 

> seq(seq(p[j,c],j=2..3),c=1..3)=seq(seq(1/(1+exp(-(mu+cat(tau,j)+cat(eta,c)+mix[j,c]))),j=2..3),c=1..3);

Basically, I want to use these expressions in subs.

How do I tell Maple to make the substitution of "lhs=rhs"?

(in the form of {p[2,1]=something,p[3,1]=something,p[2,2]=something,p[2,2]=something,p[2,3]=something,p[3,3]=something,})

I can then use subs() to replace them in my desired expression.

Casper

Hi all,

I just learned about the with(Threads) package and I wanted to do a bit testing and see if it's 'faster' or more 'efficient'.

Test.pdf

 

This was done on a i7 940X (QuardCore) laptop.

I dont really see how it is better in a sense?

Or am I using Seq for the wrong purpose?

 

Casper

Hi all,

I have been trying to improve my code to speed up a bit.

Here is the toy example:

######################

restart:

myfunc:=proc(phi,p,CH)
 # dummy code
 # dummy code
 # dummy code
 # dummy code
end proc;

a:=myfunc(phi,p1,CH1)
b:=myfunc(phi,p2,CH1)
c:=myfunc(phi,p3,CH1)

ANS1:=w1*a+w2*b+(1-w1-w2)*b

a:=myfunc(phi,p1,CH2)
b:=myfunc(phi,p2,CH2)
c:=myfunc(phi,p3,CH2)

I have bracket matching turned on but donot get the rectangular yellow box around matching brackets as shown in the attached picture. Can anyone help me how to turn this feature on for both input and output?

When I was going through the process to purchase Maple 17 Student Edition it said something about a refund with valid confirmation of being a student. I was just wondering how much the refund is for.

Can somebody explain me this:

I created a null tetrad, but Maple's GRQuery returns false.  Here is the code:

Hello! I have the task to calculate the two angles of an 3d linkage. now in step 11 i have these two equations:

I have to solve these for phi, that is the angle I'm looking for. But the solution for phi should be indepented of psi. alpha and beta are variables. Everything else are known constant values.
What I tried: I solved Gl7 for psi (step 12...

First 57 58 59 60 61 Page 59 of 61