Maple Questions and Posts

These are Posts and Questions associated with the product, Maple



I am trying to transform this expression:

 

sin(sqrt(K)*t/sqrt(M))

into this expression

sin(omega[n]*t)

using the equation:

Hi,

How does one raise or lower indices of tensors when one is using the atlas package. Do we have to create a table and then use the inbuilt maple command raise/lower to do this or can one do this within the atlas package.

thanks

i'm trying to run the following procedure:

> restart; with(LinearAlgebra);
> test:=proc(alpha, beta);
print(`output redirected...`); # input placeholder
Error, unterminated procedure
         testAssignTypesetting:-mambiguous(

           procApplyFunction(αcomma β),

           Typesetting:-merror...

Every so often when I press return, the cursor will not move to another line.  I have to use an arrow key to move it to the next line to continue wit hthe execution.  This is extremely annoying.  Any idea why maple is beaving like that?

I can get the whole document executed when I use the !!! comand but the cursor ften stays in some command line in the middle of the document instead of the last line.

Also when I have a line of text in between...

Hello,

I'm looking for a way to fit a function to measured data points. The special thing about it is that each data point has an individual error in x- und y- direction, and I would like the fitting command to consider these individual errors. I'm aware of the Statistics[NonlinearFit] command, but there I only can assign one weight per data point - not one for each degree of freedom.

I'm a physics student, and in the moment this is my major problem for using...

This is not really the next part in my randomness series, but more of an aside.  I used Maple's embedded components to use the Lotto649 drawing data from my last post to create a historical lottery simulator.  Basically, you fill in your prefered numbers, and it simulates you playing the lottery in every draw since 1982.

Is there a way to plot a graph in a fliped way.

I tried to do this using Vectors. But this is not so easy.

plot(Vector(70,x->sin(x/10),Vector(70, x->x+1/10));

plot(sin(x),x=0..7)

>f:=x->(1/sqrt(1+x^3));  I typed this function into Maple, but I keep getting: Error, missing operator or ';'. I'm not sure what I'm missing!

Dear primers,

i read in a list of data (which are called roi), then i would like to fit these data (done in this case by a spline function) and compute the values for y=0.3.
for some reason, maple (i am using maple14) gives me only one value instead of two.

i would be happy if somebody could give me a hint how i get both values.

fsolveSpline.mw

How does one select rows of a Matrix with say column three having values less than 4?

If for example,   

a:=Matrix(1..5,1..5,rand(1..10)):

One way that I know of is to first convert the Matrix to a listlist

b:=convert(a,listlist):
and then you can use
c:=select(b->b[3]<4,b)
then
d:=convert(c,Matrix)

Is there a way to that without all the conversions?

Hello,

I was following the Getting Started tutorial wher it shows how to do a Taylor series expansion about z=2, for a 4th degree poly.  Maple returns

error, unable to parse 'mverbatim'

Further in the tutorial it asks me to type (x+2y)^3 when upon pressing enter, it returns the same error.

What can be done to correct this error?

 

Thanks,

Cary M.

Is it possible to construct a fairly complex Punnet square inheritance matrix in Maple 13?

Suggestions and examples or urls would be appreciated.

Cheers

Bryan

I was wondering how to find the distance between 2 points on Maple 13. For example points (-1,3) and (4,-2).

the problem is as follows:

if((a>0) and (b>0) then (c:=2*a, d:=3b, e:=9b.....)

elif ((a<0) and (b>0)) then (c:=.., d:=..., e:=....)

elif.....

.....

else c:=..., d:=..., e:=...

end if

 

i know i have the if conditions right, but not sure about sequential conditions..what is the correct syntax for this??

I'm getting errors like parse errors, unterminated if, and invalid sequence (on the :=)...

First 1765 1766 1767 1768 1769 1770 1771 Last Page 1767 of 2224