Maple Questions and Posts

These are Posts and Questions associated with the product, Maple

I want to print a message in the results section with red color. How can I change the blue color JUST for that message. e.g.

print("The calculation was interrupted");

Hi all

I was just wondering if it was possible to add extra expressions to the expression palette?

/Simon

According to my experience so far, maple is stupid in image processing.

Frustrated with its functions.

For example, in plotting functions, only bmp, gif, jpeg is supported

while in image package, only jpeg, tif and bmp are supported.

So we take the intersection, only bmp and jpeg files can be used if i want to use plot and image packages at the same time.

If i want to do image processing on the file generated from the plot, like transparency stuff, it is not achievable!

And it totally doesnot support opacity!!

 

Hi, I have defined a function like b1_Func := (t) -> b[1]+t; The value of b[1] is being updated somewhere in the code, but I do not want this change in b[1] influences the initial definition of my function. i.e. I want to define it as initial value of b[1]. How can I do that? Moreover, in general, how can I define variables which must be calculated just once without any update? e.g. b:=x+1 and x is changing, but I don't want this change to influence the last calculated value of b Thank you,

Greetings all

I have an audio file that is 1 second long, but would like to create it
so that it will play the same signal 4000 times a second at cd quality (44100).  I can get the audio
file into maple 12 and squish it to .25 it's orginal size but I couldn't find a way to do a frequency shift so instead of creating a 1  
cycle signal it creates a file that has the orginal signal repeated 4000 times in 1 second.  Is this possible?

tia sal22

code I used.

with(AudioTools)

 

 

I have defined a function G, which has only one input parameter. I'm excuting following code.

sum(G(13-j), j = 0 .. 2)

with debug swiching on for 'sum' and 'G'. I got following error message:

-----------------------------------------------------------------------------------------------------------------------

{--> enter G, args = `+`(13, `-`(j))

I have a fairly easy question but I am new to Maple and can't seem to figure it out w/ Maple help or anyone online resources.  The problem is list all pairs of integers between 100 and 110 that are relatively prime.  (I think) I can make it work by doing:

for k from 100 by 1 to 110 do gcd(k, 100), gcd(k, 101) . . . ; end do

but what if the problem had said pairs of integers from 100 to 1000? I don't understand how to iterate this function for more than one variable.  Any help would be appreciated.

I just noticed that Maple 13 does not accept aling option of center whereas Maple 9.5 does. Is there any other option that I can align the texts in center?

 

I want to import about 1400 data entries from an excel 2008 spreadsheet into a vector form in Maple12. I saved the excel data in .txt format, and used ImportData command to import some of the data in Maple12 spreadsheet. This approach works for a limited number of data entries because the maximum number of rows in Maple12 spreadsheet is 100, so I cant use it for a larger number data entries. To my knowledge, ImportData stores info as an rtable-Vector or Matrix. I also know that some information is stored in placeholders. How can I access the information stored in placeholders?

Hi,

I have a set of equations which I need to solve.  I have them in LaTex format (can anyone tell me how to post them here in a better format?) they are:

(\partial_t - i x) \textbf{b} = -\frac{3}{2 \bar{\omega}_A} b_x \hat{y} + i \textbf{u}

(\partial_t - i x) \textbf{u} = \frac{2}{\bar{\omega}_A} u_y \hat{x} - \frac{1}{2 \bar{\omega}_A} u_x \hat{y} - \frac{3}{2 \bar{\omega}_A} \partial_x Q \hat{x} - i Q \hat{y} - i \frac{1}{\kappa} Q \hat{z} + i \textbf{b}

\frac{3}{2} \partial_x u_x + i \bar{\omega}_A u_y + \frac{i \bar{\omega}_A}{\kappa} u_z = 0

Hi all!

I'm new in Maple, and i need help on this: I need to create a Hypermatrix (3D) and i don't know how.

Please help me, because I need this to begin a project on my University.

Thanks for any help.

the assignment: Sketch the region in the plane consisting of points whose polar coordinates satisfy the given conditions. 2<><>
Hi, I work with DifferentialGeometry package. How can I convert a differential form into a list? For instance: dx^dy+dy^dz-2dz^dx ---> [dx^dy,dy^dz,-2dz^dx] Usual convert (that works this way with polynomials) does not work here. Is there any way to get over this problem? Alexey

Hi!

 

I am given a set of data (ie - x= 0.1, 0.2, 0.3 .. 1.5; y= 21.2, 19.7, 13.5; examples, not what I actually have), and I need to perform a sine regression on the scatter plot I get derive from this data. Up to this point, I have used maple to plot a scatter plot, and then I've had to use my TI-84 to get the equation for the best-fitting line. I don't want to have to enter all these data twice, and I just know that maple is capable of doing this. Can someone please help me figure this out? If you need it, I can give you the real data set I'm using at home.

First 1869 1870 1871 1872 1873 1874 1875 Last Page 1871 of 2191