MaplePrimes Questions

I just downloaded Maple 15 and am trying to install on a 64-bit Windows 7 machine.

 

About halfway through the installation, there is a step where you are either supposed to supply the path to a batch file that will supply the environment variables that will locate Microsoft Visual C compiler, or supply them later as an option. The instructions say that Maple has a default batch file that will do this, but when that option is chosen, nothing shows up in...

I used to be able to view mapleprimes saved webpages (saved as type archive) offline.

Now I cannot.  All the data is in the file it just won't load the answers and comments part of the page offline?  Does mapleprimes have some script that doesn't run now for offline use?  That's terrible.  This means every page I have saved over the last 4 years is useless unless it loads the answers and comments.  Now they are saved in the file but...

How to find the limit
limit(int(abs(sin(f(x))), x = 0 .. T)/T, T = infinity) assuming T::positive;
with Maple in the cases: a) f:=x->x^2; b) f:=x->x*exp(x)?

PS. Or to establish its nonexistence.

Hi all,

To share a maple document, I found this Maple help.

To share worksheet content:
1. In Maple, open the worksheet that contains the content you want to share.
2. If you want to share a worksheet selection, select the text and objects in the worksheet. If you want to share an entire worksheet, you do not need to select any text or objects in the worksheet.
3. Expand the MapleCloud palette.
4. From the drop-down list in the palette, select...

Ive tried this for hours and can't get it to work. Any help would be greatly appreciated. I need to 

find a 10 significant figure approximation to the 10th derivative of

evaluated at x = -2.

Ive tried using this maple command:

evalf(subs(x=-2,diff((sin((x^2...

Why do I get different results for these four command? BTW only Result #2 is correct.
 
> evalf((1/2)*sqrt(3.0), 5);
0.86605
> evalf((1/1)*sqrt(3.0*(1/4)), 5);
0.86603
> evalf((1/1)*sqrt(3/4), 5);
0.86605
> evalf((1/2)*sqrt(3), 5);
0.86605
 
I have read the answer to a similar question, 

I want to wrap a 3d matrixplot histogram around the surface of a cylinder.  How can I do that?

If my matrix is a random 12x12 matrix and I use heights=histogram to plot it

restart;gc();
a:=Matrix(12,12,rand(1..20))

with(plots):
b:=matrixplot(a,heights=histogram,shading=zhue)


and map it onto a surface...

Hi,

I have this dataset of 3d points. It looks like [[x, y, z], [[x, y, z] ... [x, y, z]]. The y values represent days and can occur multiple times.

I would like to plot a surface from the data. I can plot the curves representing each of the different day values. It looks like the one below (might not be the most elegant solution ;-)). I would like to connect the curves with a surface. I have already looked at listplot3d without luck.

Thank you.

Hi

I would like maple to provide the coefficients of the derivatives of a PDE. For example:

Given PDE: 2Uxx+6Uxy+3Ux+2U=0

 Provide the coefficients of: Uxx Uxy Uyy Ux Uy U

I would like to get something like: 2 6 0 3 0 2

I tried "dcoeff" and "collect", but they don't seem to work for me

Thanks!

Uri

I want to construct a functional with

f:=unapply(diff(eta[i],x)=k[i]*e[i], i);

but get

f:i->0=k_ie_i

Any one can help me? 

Hello,

I want to randomly generate variables and numbers that look something along the lines of this:

(3x)(-2y2)
(-3x2y4) (4x2)
(-b2y4) (2b2)
(-3x2y4) (4x2y4)
(4x)(5x2)



Here's my code so far:

for k to 5 do

V := LinearAlgebra:-RandomVector(2, generator = rand(1 .. 9));

The result of "1/3 mod 7" is "5",how to understand it?What's the syntactic rule behind it?

hello,

I have a .txt file with 1000 lines of data.

This data was collected from an electronic compass located in a car moving in different directions.

Each line was written in function of time,every 0.1s.

Each line has 4 columns, and each column represents a cardinal point.

1st column--->North, 2nd column--->East, 3rd Column South---> 4th column West

768------768------768------2

768------768------768------2…

 

This is an animation which I learn a maplesoft blog written by Mr. Robert Lopez. As the animation illustrated, the red segment is the normal to the green curve(y=x^2). One endpoint (assuming point1) of the segment is the intersection of the normal and the blue curve(y=x^2+1). But when running the animation, it seems that the red segment becomes unexpected when -0.5<a<0.5.

First 1880 1881 1882 1883 1884 1885 1886 Last Page 1882 of 2434