Maple Questions and Posts

These are Posts and Questions associated with the product, Maple
Is it possible to print a hyperlink to the worksheet (programatically, not by clicking menu)? In Maple 13 worksheets are errors and warnings displayed as hyperlinks to web.

 

I have designed a Maplet that can load time series data from any selected csv file (data organized in columns) 

and plot such a time series with the help of a Dropdown list. I think such a functionality is something Maple is missing.

I would like to have a simple button in the Maple original meny where you can load such a maplet from.

However , the maplet still have some problems which I was wondering if someone could help me iron out :-)

I have attached the worksheet.

 

Hi, I want to construct a general 3 by 3 matrix, but its form is symmetric. How can I do that? As the result maple must consider a[1,2]=a[2,1] in calculations afterwards. Thank you,



Hello,

I wanted to use the Split command of StringTools package and I realized that it is different from the Split command in Visual Basic.

In VB one can give a third argument to define the maximum numbers of splittings:
For example : in Visual Basic returns the array . , i.e.the function splits the string at the first occurrence of the ":".

It would be useful the improve this command in Maple to have this possibility.

By unexpected, I mean unexpected to me, of course.

The following substitution fails:

> A := y*(f[x]-z)/(f(x)-y);


> subs({(f[x]-z)/(f(x)-y)=lambda},eval(A));

but if I replace the multiplication by an addition, the substitution works:

> B := y+(f[x]-z)/(f(x)-y);
> subs({(f[x]-z)/(f(x)-y)=lambda},eval(B));

Or if I simplify the expression, the substitution also works:

> C := y*(f[x]-z);
> subs({(f[x]-z)=lambda},eval(C));

How come? Is there a way to make the substitution sought into A?

Good Night all:


Anybody could tell me how can I obtain this integral with maple?

int(x^s*exp(-1/2*(x*(1+k)+exp(-x))), x = -infinity .. infinity)

I am trying to solve the following problem numerically

diff(u(t), t) = u(t)^4-u(t)+1

I am getting the following message:

cannot evaluate the solution further right of .41669147e-4, probably a singularity

Appreciating any help

Hello, I am new here and hope to post in the right section. I am encountering a few problems with learning myself how to construct larger maplets. The first problem regards the simple enabling / disabling of a button with a check box. See the example code below. If the checkbox is selected, I would like to have the button enabled, and if the checkbox is not selected, it should be disabled. Simple as that, but I can't find out what I need to do to get the code working. The 'CB1'('value') statement is not of the correct type??

Hello Everybody I am very new to Maple and have a problem that I need help to. I have an equation and a plot in Maple that I need outputted to Excel for plotting in Excel. Is there any way to output the relevant x-y coordinates to a data file so that I can plot in Excel or can I directly output the x-y data straight into excel? Here is an example of the last few lines of Maple code. What lines of code should I add to this to get what I want? > t := .15; > r1 := 5;

Hello Everyone

I wonder if anybody can help. I'm trying to use maple to find the largest mutual sequences of digits in two lists of 5000 dozenal (base 12) digits (I've tried searching on Maple help for a function that would do this, but am having trouble as I'm not sure what this would be called - a fellow music student suggested correlation - would this be correct?)

On a small scale, the function I am looking for would return the following sequence:

[5, A, 3, 8, 9]

from the example lists

A:= [1, 7, 8, 5, A, 3, 8, 9, B, 4] and

I'm trying to write a code that does the following...
 

It takes a polynomial of the form a*x + b*x + c and cycles through vales of x from say, 1 to 100 then tells me how many primes i get. But what i want to do is start with x + x + 1 and then do x + x + 2.. etc for values of a,b,c from again, 1-100.

The following code will print all polys of the form a*x + b*x + c for a,b,c from 1-100.

for a to 100 do

for b to 100 do

for c to 100 do

print(a*x + b*x + c)

Bonsoir! Je cherche à déterminer la hauteur maximale atteinte par une fusée à eau, en fonction du volume d'eau initiale. Je dispose déjà de deux équations, l'une reliant la variation de masse à la vitesse d'éjection de l'eau, l'autre résultant du principe fondamental de la dynamique. Neanmoins, il me semble que je devrais avoir une (ou plusieurs ) equations reliant la hauteur aux paramètres des 2 equations citées précedemment.

Pourriez-vous m'aider?

Is there  a rule similar to cos(n*pi) = -1^(n) for sin(n*pi/2)?

I know for the sin(n*pin/2) it's zero when n is even.

How would a similar rule look for odd integers n, or for all integers n for the case of the sine function?

thanks,

dc

I just use the Maple for one month, I want to use the Graph theory Draw a graph(networks) with 70 vertex, but the arrow of edges is always near  the beging point of 

arc, which lead to the arrow can't  be seen clearly, I want to change the sytle of edges by changing the arrow position , but I don't find a correct method , can anyone help me ? Thank you very much!  

I am a graduate student who is currently enrolled for a graduate course in Computer Algebra during the Fall semester. I have spoken to the instructor of the course and he suggests that I should gain proficiency with Maple over the Summer. With that in mind, does anybody know of any resources that may be useful in gaining proficiency with Maple? Thank you for your cooperation.
First 1927 1928 1929 1930 1931 1932 1933 Last Page 1929 of 2224