| Thread | Last Post | Replies |
|
| Polygon but ... | 31 Jul 2006 10:07 GMT | 2 |
I have a question regarding polygons. There is an example in the documentation (I omitted color): with(plottools): l := polygon([[0,0], [3,4], [3,1]], linestyle=3, thickness=2);
|
| Calculating the conductor of an elliptic curve using Maple | 31 Jul 2006 04:19 GMT | 3 |
Does anyone know of a Maple program for calculating the conductor of an ellptic curve? Ideally it would be as little like Apecs as possible, consisting of a function which inputs a curve in standard 5-element list form and outputs a number.
|
| Plot surface defined by two equations | 28 Jul 2006 02:20 GMT | 1 |
I have two equations: p=x*y*z and x+y+z=100. How can I plot the surface defined by points x, y and z that satisfy these equations?
|
| Bug: A.x-B not equal to -(B-A.x) ? | 28 Jul 2006 01:00 GMT | 1 |
I'm very confused by the answer of Maple 9 and 10 to the following piece of code (either it is a bad bug, or it is a very confusing behaviour). Try: A:= Matrix(<<-2, 1>|<1,-2>>, storage=sparse);
|
| how to solve a system with maximization ? | 27 Jul 2006 04:20 GMT | 1 |
I want to solve a system with 2 maximizations and some constraints is it possible with Maple V9.5, with the package optimization and the function maximize ? Max f1(x,y)
|
| 1^infinity ? | 25 Jul 2006 23:58 GMT | 18 |
Why is 1^infinity equal to 1? shouldn't be undefined? M. anhal
|
| Sequence Assignments | 25 Jul 2006 01:00 GMT | 7 |
Is there a short way to assign a value to a sequence of variables? Apparently something like x1, x2, x3 := 0; is not working and I have to re-type all the three zeros as x1, x2, x3 := 0,0,0;
|
| finding variables (equivalent of Matlab "who" command) | 24 Jul 2006 06:57 GMT | 9 |
Is there a way to list all the active variables? That way if I have mis-typed one, it shows up easily (two variables with similar names separated by one letter or underscore). It seems like a useful troubleshooting tool. Matlab has it with their
|
| coefficients of polynomial | 19 Jul 2006 17:35 GMT | 4 |
I have for example: N := 4; q := 2; Then i do:
|
| An Interesting Subject | 18 Jul 2006 21:02 GMT | 2 |
This is a webpage that basically gives all answers that people are looking for. If you are interested in looking at it please check it out. For the German vrsion please click on the German flag. http://www.theomonistik.net/ee/374.htm
|
| Q on finding a Laurent series | 17 Jul 2006 08:37 GMT | 1 |
How to find the singular part of (1-z*t)^(-a) in t=1/z where a is complex? -- "please use mail at ... instead of test3 at ... to send me a mail"
|
| strange / infinity sum with pochhammer | 16 Jul 2006 04:59 GMT | 2 |
using Maple 10.04: Sum(pochhammer(a,n)/n!,n = 0 .. infinity): value(%); 0 sum(pochhammer(a,n)/n!,n = 0 .. infinity);
|
| solve oddity | 13 Jul 2006 04:56 GMT | 13 |
Tested in 10.03
> RealDomain:-solve((x^2+1)^(1/2)<0); x (The problem is not in RealDomain but rather in solve: I added
|
| Maple worksheet for quadratic eigenvalue problem | 12 Jul 2006 23:00 GMT | 3 |
Dear group, I am using Maple 7 to solve a quadratic eigenvalue problem of the type: A*lambda^2+B*lambda+C=0 A and C are symmetric matrices; B is a skew symmetric matrix.
|
| two peculiar behaviors | 12 Jul 2006 18:11 GMT | 3 |
Running Maple 10.03 on a Mac: restart; f:=p*x^(p+2)-(x+1)^2/3-7*x^(p+2); (p + 2) 1 2 (p + 2)
|