Maple 15 Questions and Posts

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

Mapletrighelp.mw

Hi all,

I am calculating the following :

Fa:=(Fa1*cos(wt))*cos(theta)

Fb:=(Fa1*cos(wt-120))*cos(theta-120)

Fc:=(Fa1*cos(wt-240))*cos(theta-240)

Ftotal:=Fa+Fb+Fc

Ftotal:= Fa1*1/2(3*cos(wt-theta)+cos(wt+theta)+cos(wt+theta-240)+cos(wt+theta-480))

Problem:

The exact solution I am looking for is: Ftotal:=3/2*Fa1*cos(wt-theta...

I am making a 2D plot and need to mark certain irregular points on the x-axis, so I managed to put tickmarks (and gridlines) at those points, and somehow Maple even labels each tickmark, which is what I want. 

Except, there is no room along the x-axis for all the labels, so I need the labels to appear vertically at each tickmark.

Is  there any way to do this? The only instructions I can find for vertical labelling just apply to axis labels, not tickmark or gridline labels.

When I execute several times my maple code the program completely freezes, even though in the beginning of the code teh command "restart" is inserted. I work with matrices, perform integrations and derivations for their components and calculate eigenvalue problems. The freeze happens at no particulat block of execution.

 

Any thoughts?

When I type
                    printf(cat("Answer: ", sqrt(4)));

The result is Answer: 2. So, everything is OK.

However, if I type
                            printf(cat("Answer: ", sqrt(5)));

I got an error message: (in fprintf) format string expected....

Hello everyone,

 

I am coding the assumed modes method for vibration analysis on maple and I don't know why but the code takes veeery long time to execute and give results and I think it should not. There is also anoter very annoying thing. every 3 or 4 executions maple freezes completely and I am not able to find the cause...

I would be gratefull if someone could explain me if in my case it's better to working in floating point or rational values,...

Hello,

I have created a for loop in which I call often the same function let's say w(x).

Is it processed faster if I call each time the function, or if I apply the function to another variable, let's say W and call W each time?

Thanks

Hi guys, my Maple version is 15.01, when I want to do the following plots, the Maple pops up this failure "Kernal Connenction Lost":

Here're the corresponding input commands:

J := u -> evalf(Int(1/(sqrt(x^2+u^2)*(exp(sqrt(x^2+u^2))+1)), x = 0 .. infinity));

plot(exp(-2*J(Delta/(.4))), Delta = 0 .. 1);

Does anyone encouter the same problem if you try the commands? I wonder how to fix it, thank you.

 

Hello,

I'm quite new in Maple and stuck at one point. I think it is a trivial but I'm stuck anyways and hope somebody could help me here.

Following the DE system i'd like to be solved.

I am trying to determine if a particular system of 15 polynomial equations in 9 variables has a real solution using Maple's RegularChains library.  I am using the IsEmpty command which returns true if there are no solutions and false otherwise.  In Maple 16, this can be done using the command:

IsEmpty( sys, R ) ;

where "sys" is a list of equations and "R" is a polynomial ring, both of which I define in the worksheet.  But this syntax only works...

I need to keep parentheses surround some expression, e.g. (2x+1). However, Maple removes parentheses. Is there a way to keep them?

Hi all,

I have to create a Matrix of Matrix 

I have the following

Fm:= 0.01, Rs:=0.0031

W:=Fm/Rs

WM:=(2,2,W,shape=diagonal)

Now I want a matrix which has WM as a Matrix in it diagonally.

is there any command I can use.

The result needs to be like            [WM   0    0]

         ...

I am trying to overload the "." operator (noncommutative product) to handle objects I have implemented as records. Each record contains a matrix R and a parameter l. A.B will produce a new record where l is l_A+l_B and R is R_A.R_B, "." here being the normal matrix product (and I use LinearAlgebra:-Multiply in the body of my procedure for this). The objects A and B are of type 'Element', which I have defined (using AddType) and which works.

I implemented the procedure...

oddratioeval-_maplep.mw

Hi all,

I need your kind suggestion to solve the equation for odd ratio.  I am attaching Maple file for the purpose.   I have to evaluate a function for odd ratio and for other values its zero.  I need help in assigning this odd and even ration to the function.  k can vary from 1...15, depending on ratio.

I shall be very thankful for your kind responses.

maplehelprequired.mw

Hi all,

I am trying to solve the equation for values k=1 to 10,  but the issue is when I put k=1 equation goes to infinity.  I am attaching Maple file for your kind consideration.  I have also included an example which may help you to answer.  I couldn't understood how its done.

Best Regards

A.Q

mapleprimesifconditi.mw

Hi all,

I am stuck in defining two conditions for the equation.  I am attaching Maple file for your kind consideration.

Actually I want to assign the value of k=1, and when k is not =1, for G11(k).

I shall be very thankful for your kind replies.

 

Best Regards

A.Q

 

First 24 25 26 27 28 29 30 Last Page 26 of 47