Maple Questions and Posts

These are Posts and Questions associated with the product, Maple

I created a procedure over a year ago to collect earthquake data from the usgs and save it into a file. The procedure pulls data off the internet and saves it in a text file with a date stamp (minus the year - because I haven't been bothered to change it ) in the folder location f:/7 day earthquakes.  Feel free to modify it as you wish.  Here it is, pretty much still in it's original format when I created it.

earthquakedatasave := proc ()
  local a, b, c, d, e, i:

Ukaine-2012. External independent evaluation. A trial version in Maple, by Maple.
HTML, Java-Interactive:
http://webmath.exponenta.ru/zno_11/ranok/z.html
Maple:2012_ranok_ru_bez.mw

I was trying to put together a series of plots that each included multiple dataseries.  I wanted to color them to help distinguish the various curves.  When I went into Maple's help page for the "colornames" that Maple recognizes, I was surprised to find that there were no color swatches to help you pick what color you wanted to use.  So I copied the color names from the help into a worksheet and told it to plot some color swatches for me. Here is the result:

MapleColors.mw 

 

Note that the fixed width web page is cutting off two columns of colors.  Click the image to see the whole set of colors.

 

 

 

 

Hi,

I have a rather burly system of PDE that I need solved in maple.  It's a little complicated to explain the set-up, but I am solving for some coefficients of a function expansion where each coefficient is solved in terms of some other known functions. 

Basically the problem is the technique and code works perfectly for another application, but it fails me here.  For one, when I try rifsimp(%,[a[0](x,y,t),b[0](x,y,t),c[0](x,y,t)]), it runs for...

Plase write for me a code for the following problem:

Let (d): (x-1)/2 = (y+2)/1 = z/1 be a line and

(P): x + 2y -z - 3 = 0 be a plane.

Write the equation of the line (Delta) lies in the plane (P), perpendicular to the line (d) and the distance between (d) and (Delta) equal to sqrt(2).

Hi..I need to plot the slope field for a diffEQ and having problems. I have a Maple 14 program that I just had to reinstall due to a virus and hoping that isn't the problem.  I'm very new to Maple and I'm not a good programmer, so any light you can shed on my problems would be much appreciated.  When I enter the problem, I don't get any error message or anything...just a blank return!  This is what I tried:

with(DEtools):

DEplot (diff (y(x...

Hi All,

I am trying to solve a simple problem but don't know how to do it in MAPLE 14.

A:=[1,2]

B:= [3,4]

is there any possible way to write 

C:= [1,2,3,4]

C should have both value of A and B Matrixes.    I want to generalize so any command in MAPLE 14 which can do this operation.

Thanks in advance

A.Q

soton

 

Check this:

111.mw

Don't forget set Plot0 component manipulator to "Click and Drag" to test "on click" event. Localizing of problem takes for me ~4 days. It's terrible!

 

---------for stupid tags

global

Dear Maple Primes

 

I need to plot two functions but I need one of them to only be defined over a certain range. Here's the example:

 

I'm entering many 1 row x 2 column tables mixed with text in a document.  In all cases I don't want the lines around the cells and I want the text in the cells to centered rather than left justified.  

Is it possible to change the default properties of tables rather than having to change the properties of each one after I enter it?  This is Maple 14

I just purchased Maple 15 student edition. I am attemping to create a plot. When I type the command I encounter a problem. The following keys will not work, ()[]{}. When I enter the ( the curser disapears and I am unable to enter any more keystrokes.  If I enter to many keystrokes Maple freezes and I can must close the program.

The directional derivative of a scalar function f(x), computed in the direction u in Cartesian coordinates, is defined by

Please write for me a code with following problem:

Write the equation of the plane wich passes through the two points A(2, -1, 0), B(0, 1, -2) and makes an angle 60 degrees with the plane x + 2y +z + 4 = 0.

Thank you very much.

Pease write for me a code with problem:

Find the equation of the plane (P1) which passes through the point M(1; 2; 3), perpendicular to the plane (P2): 5x -2y +5z + 10 = 0 and make an angle 45 degrees with the plane (P3): x - 4y -8z = 0.

Thank you very much.

After loong time calculations i obtained results and manually fitted them. Of course, as usually happens, kernel broke and all i have is output (output in rtable form). So i decided simply export-import them and continue my manipulations.

All i see is "export to ml form". So i did it. And after that i tried to reimport them via

MathML[Import]

First 1620 1621 1622 1623 1624 1625 1626 Last Page 1622 of 2224