MaplePrimes Questions

Hello, i'm having a problem whit my code for Finites Differences, but I don't really understand why. 

The principal error said this "

Error, (in fsolve) eq[2] is in the equation, and is not solved for"

The other errors come from this one, but the strange thing is my code work whit differents "h"

For example whit h=1 it works, but with h=2.5;0.5;0.1 It doesn't works.

Please help I'm kind of amateur whit Maple

 

To begin with, there may be some confusion about units, because in Maple units are an organizational tool and a dimension specifier.

I am trying to prepare a document using 2D. I am not experienced, but am using Help, Maple on the web, &c., extensively to come up to speed. I wanted to get rid of units expressed in [[]] because I am not used to seeing them.

I am

1. I'd like to subscript ESCS below, but cannot unless I use (z)
2. It would be nice to use "natural units" for ESCS(z)
3. It would be nice to remove nT outside the vector in BavgSCS
4. It would be nice to combine the units in EBPP
5. In B:=norm(), the |nT| causes future problems

For each result, I'd like to set the tolerance for zero to some value so that I don't get -0.0. For example, I might choose 10^-5 to be zero for one result and 10^-12 for another.

These notes are also in the attached file.Maple_primes_questio.mw

Dear Markiyan Hirnyk 

From  Phase-space trajectories i mean below photo which the asterisk arecritical points. but how can i compute the critical points and their nature ( stable , unstable , saddle) with maple ?

Thank for your time

 

Jacobe

Thanks a lot Markiyan, and I am sorry I may have overlooked this already answered question. But, now I have just one more thing to know. On using AllSolutions = true in solve I get the answer as x = _z1~ ∏ / k, I then try to subs my fav symbol N instead of _Z1~, but Maple doesn't take it! It keeps it as it is. What kind of constant is this _Z1~, I had thought it to be the same as _C1, which is used by Maple while solving any ODE.

Reason why I want to...

I am using the function solve() to find roots of a trig. equation. Such as for sin(k*x) = 0, Maple retuns x = 0, whereas I expecting to get  x = n ∏/k, for n = 0,1,2,.... I am sorry I am new to Maple, can anyone help me get what I am looking for?

Thank you

nonlinear_system.pdf

Has anyone seen this form of a nonlinear equation with respect to X, but linear with respect to Y & Z?  I provided a contour plot within the region for all 3 variables between -2 & 2.  The plot is actually Z*conjugate(Z) so that the magnitude is above ZERO.  If I am correct I may have seen this before in orbital mechanics, but my undergrad years are a bit...

 

 What justifies the t-1; to achieve this result?

restart;
interface(warnlevel = 0, imaginaryunit = I, rtablesize = 12);
with(plots); with(plottools);
alias(FFT = DiscreteTransforms[FourierTransform], IFFT = DiscreteTransforms[InverseFourierTransform]);

Temp := [24.2, 28.4, 32.7, 39.7, 47.0, 53.0, 56.0, 55.0, 49.4, 42.2, 32.0, 27.1];
POI := seq([n, Temp[n]], n = 1 .. 12);

 p1 := pointplot([POI], labels = ["x~month", "y = Temperature~ºF"...

Hi,

I have enjoyed Maple computer algebra system as a platform for some work on prime constellations.  A summary of my work is here -

https://sites.google.com/site/primeconstellations/

At the bottom of the page are 3 relevant files and the filenames start with "A constellation"  Two of those files are .mw files.  The code searches the integers for solutions, and it works fine, but after about half a day, it consistantly crashes.  I...

How to plot a dynamical system as x' = f(x,y,z) , y'=g(x,y,z) . z'=h(x,y,z) ?

 

 

e.g.    x'=(x z )/y - x - 1

 

         y'=x y - 5 x z + y

 

         z'=( x z^3 )/y+( z^2)/y+6z

 

 

 

 

Hello!

I am trying to solve the differential equation:

diff(x(t),t$2) + 3*diff(x(t),t) + 11*x(t) = g(t)

for g(t) = (t^2)*sin(t)

From the page:

http://www.maplesoft.com/products/system_requirements.aspx


it would seem like ubuntu 12.04 is not officially supported for Maple 16. Could someone from Maplesoft comment if there are plans to add support with perhaps a patch? or will we have to wait until Maple 17?

I need to update for certain sofware, but would want to make sure I can run maple in an uncompromised way.

thanks

Hi

I browsed the forums but could not find a solution to my problem. Ii have a system of differential equations; however, I have the solution to one of the functions as an integral of another function in the system, but since the solutions are all numerical I don't know how to implement this. Here's the system and what I tried at first

#######################

eq1 := diff(W(r), r) = -(1-beta*(W(r)-W0))*(M(r)+4*Pi*r^3*p(r))/(beta*r*(r-2*M(r)));

balle := proc (L) local K, a, i, c, J;
J := L;
 c := nops(J);
 while J <> K do
K := J;
for i from 0 to c-1 do
if J[i+1] < J[i] then
a := J[i]; J[i] := J[i+1]; J[i+1] := a
end if
end do
end do;
return J
end proc

I got the error "Error, (in balle) invalid subscript selector " even if L is a list. I don't understand. Could you help me, pretty please? 

Hi everyone.

I need to plot a graph of y against x for the solutions for values of t form 0 to 0.003 seconds using

c=50m/s

beta=10

A=0.01m

L=0.5m

The equation is y(x,t) = A*e^(-beta(x-L-ct)^2/(L^2))

 

I also need to show that the above equation can be a solution for (d^2y/dt^2) = c^2 * (d^2y/dx^2) on maple.

 

Cheers if anyone could help me with this.

First 1661 1662 1663 1664 1665 1666 1667 Last Page 1663 of 2434