Maple Questions and Posts

These are Posts and Questions associated with the product, Maple

I am using the command latex(int((sqrt(45.5625-(y-6.75)^2)+4.5)^2, y = 0 .. 13.5)); and its giving me 1327.562169 instead of the integral. How do I force maple 15 not to evaulate the integral.

Dear guys! It seems to me that we can not use "subs" after solving an ODE system by method=classical[rk4]. Am I right? If your answer is yes then how should Ido instead? 

Hi all! Can any body tell me what " relerr " does in maple. I have seen it in a .mw file but I don't find it in maple help, why? 

Hello! I have an ideal in 12 variables. I wish to eliminate the last four. I did:

ord := lexdeg([x[9],x[10],x[11],x[12]], [x[1],...,x[8]]);

gb_myI := Basis(myI, ord);

 

However, the resulting Grobner basis had all 12 variables. Did I misapply the lexdeg? Or perhaps I don't quite understand the eliminnation order?

Any help or comments would be appreciated!

 

Best,

Susan

I have tried to solve a certain problem but I can't go on since

Maple can't do rational functions computation. 

 

 

questions.mw

 

I wanted to solve Wx1v for funcF1 but Maple couldn't. 

So I solved it manually. If I substitute F1 into Wx1v,

Maple should give 0. But it doesn't. Maple couldn't simplify

computations. Any help? Thanks!

Hi

Is there a way to change the font size when doing an "export as pdf" from the file menu? It it currently much to big for me (both in plots as well as other text). I use worksheets (not documents) exclusively.

thanks

 

tryed to compile samples\OpenMaple\cmaple\omexample.c in MS Visual C++ Express 2010. Everything is OK but after running is writes "The program can't start because maplec.dll is missing from your computer..." Why? I've linked maplec.lib statically! Besides \Maple\bin.win\ in my library path where both maplec.dll and maplec.lib are. System - Win7 Home Premium +SP1

Why doesn't HTTP[Get] work with the question mark?

for example

a := HTTP[Get]("www.mapleprimes.com/recent/all")  # works to get the first page

a := HTTP[Get]("www.mapleprimes.com/recent/all?page=2")  #  Shows file directory not found

How do I get it working so

Download tgh.mw

Hey guys im having trouble opening this file

tgh.mw

Please i need it urgently.

 

Thanks.

 

Student here. I'm having a real hard time with Maple's help. Can someone tell me how to create F, without having to type the whole thing in (like I just did) each time I change N. F is really just columns of omega raised to the (column-1)*(row-1) power

I also need help with the syntax for pulling out a column of F, and multiplying A (an NxN matrix) by that column,

A*F(column n):

 

>restart;
>N:=2^3;

>ω:=N->e

I am looking for an implementation of the Mathematica equivalent of RegionPlot whose description should be like:

RegionPlot(pred,x=x_min..x_max, y=y_min..y_max) makes a plot showing the region in which pred is True.

For example, I would like to execute:

> RegionPlot(f(x,y) > 0 and g(x,y), x=x_min..x_max, y=y_min..y_max)

where g(x,y) outputs True/False.

One idea I had was to use:

> densityplot(`if`(pred,1,0...

Rereading this old thread, it's nice to see that some of the wishes for Maple 15 were indeed implemented. I suppose it's a little too late to wish for Maple 16 if it is indeed scheduled for release this coming Spring, but how about our wishes for Maple 17?

Dear guys! I'm solving a system of ODEs in a for loop with different initial conditions and after that in each loop I use the result to solve an integral and after all I find the minimum value of integrals. But the problem is that when I write for loop with for example 100 initial conditions I get a result and when I expand the numbers to for example 1000 initial conditions where include the 100 previous one maple tell me that the initial conditions that make the integrel minimum are the same ...

Dear guys! I'd like to know that for solving an integral by maple we have to use " int " or we have any other choices? Because I have an integral with large limits from 0 to for example 1000 and it takes much time for maple to solve it.

Using the tree structure example from ?GraphTheory[DrawGraph] using showlabels=true the highlighted areas are merged and no amount of zooming can seperate the merged yellow areas.

Another issue, I don't see the advantage of style=tree when a tree structure can only be printed if the original DrawGraph is already represented as a tree style structure when...

First 1650 1651 1652 1653 1654 1655 1656 Last Page 1652 of 2219