MaplePrimes Questions

Hi

I want to plot a graph of Sin[x*Pi]*Exp[A*x], this works perfectly well for low A values but I want to try say A=10^2. Is there any way to plot this sort of function?  

I need to use subscripts to define a system of equation and its respective variables. I do not encounter any problem when I use solve or Basis (with Groebner package) but when I tried to use RealRootCounting (with RegularChains and SemiAlgebraicSetTools packages), I got the following error message:

Error, (in RegularChains:-SemiAlgebraicSetTools:-RealRootCounting) invalid input: TRDnearsolve expects its 5th argument, vlist, to be of type list(symbol), but received [p[1], x[1], q[1], u[1]]...

Hi

Is it possible to plot WKB solutions such as exp(-I*f(x)*x)/sqrt(f(x); where f(x) is any generic function of x e.g. sin^2x ? I have been trying in maple but can't get it to give me a plot.

Hi,

 

I have two separate procedures, one which solves a series of ODE's using the midpoint runge-kutta method, and one which solves using the Taylor expansion.

I am able to graph the two results (Q1 vs time) on separate graphs within the procedure, however after "end proc" I can't retrieve the figure or plot the two seperate results on the same graph to compare the values.

Is there an easy way of doing this or do I have to rewrite the procedure to include both methods?

Let us consider the list L:=[$1..10^23]. Which number is greater: the number of the members of L having the sum of its digits in  RealRange(10,99) or the one in RealRange(100,999)? How to find it in Maple?

I want to solve 4 nonlinear equation using maple. I want to find many roots of this 4 nonlinear equation.

I have no idea about initial condition so I use 4 for initial condition. my program is as follow:

 

f1:=nonlinear equation1(include variable q1,q2,p1,p2);

f2:=nonlinear equation2(include variable q1,q2,p1,p2);

f3:=nonlinear equation3(include variable q1,q2,p1,p2);

f4:=nonlinear equation4(include variable q1,q2,p1,p2);

I know that I have made a simple error, but I do not know why the negative intercept is not plotted in the sample code.

 

Thnks for any help.

 

Martin sample3.mw

MAPLE Users,

Suppose I have a set of points in some N-dimensional space.  I would like to obtain a simple polynomial that

best fits the data.  I do not know in advance the form of the function, but a simple function that does not overfit

the data would probably be OK.  By "simple" I mean the smallest degree with or without cross-terms that gives a

decent fit.  My data set will typically be an external comma or tab separated text file.

Hello,

I am brand new, just joined in order to thank a member (gmm) for a publicly searchable MaplePrimes post I discovered in researching the origin of french curves. I linked to gmm's post in a blog post I wrote about the application of conic sections in the drafting of sewing patterns. I tried to send gmm an email...

Dear All,

I am trying to add the following two equations but MAPLE doesn't give me one value i.e. either in cos or sin,  its giving me both so don't know which one to choose sin or cos:

A:= (142.3*cos(w*t))*cos(theta);

B:=(142.3*cos(w*t + Pi/6))*cos(theta+Pi/6);

C:=A+B;

expand(%)

combine(%)

Looking forward to your kind replies.

Best Regards

A.Q

 

 

 

 

The latest quick update fix for a bug is the fastest fix I have seen in a long time.  A nice surprise actually.

In my travels I happened to come across this ... "Since then, we’ve successfully released a new build of Wolfram|Alpha’s codebase each week, incorporating not only hundreds of minor behind-the-scenes enhancements and bug fixes, but also a steady stream of major new features and datasets."  taken from here

I am trying to find the complex roots of a nonlinear function within a region using Rootfinding:- Analytic. The problem is that with exactly the same function, the same parameters, etc. it sometimes finds all the roots and sometimes does not! Does anyone know why?

f1 = u1*f1 + u2*f2

f2 = u3*f1 + u4*f2

 

1. obviously u1 = 1 and u2 = 0 is solution, would like to see an exmaple which exist other solution?

2.

can it be seen as an matrix question such that matrix A := [u1, u2; u3, u4;];

or i should see them separately f1 = u1*f1 + u2*f2 and f2 = u3*f1 + u4*f2 ?

which Maple function calculate this?

3.

if want to determine whether [g1, g2] is member of [f1, f2], u1 = 1 and u2 = 0 can not be solution?...

I have a very strange bug with Maple 16. When I try to start it, Maple loads its shell and starts to consume 100% CPU (maple.exe, not mserver.exe). If I try to calculate something, it throws something like "waiting for server connection". In 3 to 10 minutes Maple suddenly stops doing this and then works normally until I reboot Windows. What's this? Maple 16.0, Windows XP SP3.

PS. I do not have such bugs on my home PC with Windows XP SP2.

 

 

hi all,

> e0 := -21+.7*I;
-21. + 0.7 I
> e2 := e0;
-21. + 0.7 I
> e1 := 3.9;
3.9
> e3 := 1;
1
> t1 := 10*10^(-9);
1
---------
100000000
> t2 := 50*10^(-9);
1
--------
First 1631 1632 1633 1634 1635 1636 1637 Last Page 1633 of 2428