MaplePrimes Questions

When i try to get all roots for an ODE, i try to use fsolve:

  fsolve((rhs(ODE_4))(t)=0,t=10..20);

where ODE_4 is an ODE (dsolve, numeric, output=listprocedure), where i want to find the root of the 4th variable in the ODE (4 should be an index).

Then i only get the fist root after t=10 and the computation stops. What can i do to get ALL roots in the given interval?

"Find the local maxima and minima in some noisy signal"

I have a data array which I want to determine the peaks in the measurements.
For this task I tried to translate the code found  from MatLab to Maple.
As you can see I get the values(peaks) on the x axis displaced.
By using GlobalSearch get the same peaks with the coordinates correctly.
As much as I seek and analyze command lines can not find the error or errors.

When I use the differential geometry package and setup a spherecial metric with greek letters using the palette it protects the variables displaying the actual greek symbol but it protects the basis elements (vectors and forms)  using the spelled versions i.e. dphi, dtheta.  In all subsequent calculations for other tensors like connection and curvature it displays the spelled names dphi dtheta whereas i would like to have the actual greek synbols displayed which it does in for example sin(φ...

Good morning.

 have a problem with maple that it can work and i need to know know how can i uninstall maple on ubuntu ( linux)

i can see that there isn't exist the folder uninstall.

help me please.

 

I want to plot the zeros of an ODE dependent on the change of a parameter of the ODE. My idea is to make a loop where i save the zeros to the given parameter into a file, so that i get multiple files with the zeros in it, and then make a plot with the parameter as x coordinate and the zeros as y coordinates. How can i make this possible in Maple? How can i set a variable filename, for example "parameter name = value".txt?

Hello again,

After i execute this code deltaT is no longer a Matrix, can anyone say me why?

(Supposing the first for loop only goes until 8 for instance deltaT remains a Matrix and the plot works so far...)

deltaT :=Matrix(1..19,1..6,fill=1)

 i := 0;
> j := 0;
> interfaceenergy := -1;
> sig := -200*10^6;
> for a from 1 by 1 to 19 do  interfaceenergy:=interfaceenergy+1; i:=i+1; j:=0;
> for b from 1 by 1 to 6 do sig:=sig+200*10^(6...

The Maple documentation claims that Alt-Shift-F6 allows you to cycle between open windows in Maple. Well, it doesn't. So, I'm wondering what shortcut (if any) allows you to do this. Also, why is the documentation misleading?

How do i plot a graph  of  (H .vs. X/(2.Pi.sqrt(2))) for different values of time =t

H is the film thickness

When I plot my values, I get a normal graph of H .vs. X, but I need to see the above mentioned graph.

Please suggest solutions.

The command which I wrote for my graph generation, looks like this:::::::::

> IBC := {h(x, 0) = 1+0.1e-2*sin(x/sqrt(2)), (D[1](h))(0, t) = 0, (D[1](h))(2*Pi*sqrt(2), t) = 0, (D[1](D[1](D[1...

Hi.

I have a procedure that takes multiple parameters, in which I want to fix all but one, and then define a single variable function that maps x to this remaining unspecified parameter, so I can give it to the plot() routine. I would like to define a number of such single variable functions for different values of the parameters and plot them all on the same axes.

Ideally, I would like to find a way to make the following, instead of returning 14, return 21,...

 

Can someone tell me why sprintf wont work in this situation?

 

out-of-balance_final.mw

Hi,

I am trying to simplify the expression s as given below. (I am not sure why it comes up with all the vector caclulus notation in it but it should display okay when you enter it)

Because of the presence of the exponential imaginary fucntions I thought evalc might be useful but when I use it I get a huge expression with csgn appearing in it. To my knowledge csgn appears when assumptions are not correctly specified - is this so? I can't see any assumption...

Hi,

I want to explore for example:

Explore(plot(Sum(i^2*sin(i*x), i = 1 .. n), x = 0 .. 10));

I know that animate can be applied as:

animate(plot, [Sum(i^2*sin(i*x), i = 1 .. n), x = 0 .. 10], n = 1 .. 10);

Is it possible to get the Exploration Assistant in the same worksheet after the command Explore and not in another worksheet ?

Explore can be done for many parameters which is not the case for animate.

Thanks for any suggestion

I solved the canonical equations as piecewise functions and I wrote the Hamiltonian using these piecewise functions. Now the Hamiltonian is function of time (tau). I can not plot this Hamiltonian. Where is my mistake, please? Below is the Maple program. I mention that I tried to simplify the Hamiltonian, but without succes. Thank you for helping me.

                    ...

Hi,

 

I am trying to plot a 3D contour plot of a list of points in a csv file. I was able to successfully import the csv file to Maple, but when I try to do anything with the file, I get error messages. I don't really know how to do this, so if anyone could help me asap that would be great!

Hi,

Well i'm new to the maple program and i'm attempting to get my feet wet with a fairly simple problem. I'm attempting to make a system that all i have to do is enter the x value's and have it give me x-bar and then take the standard devation of those figures. So far this is what I have

S:=s->sqrt((sum(x-xb)^2)/(n-1))

 

If possible i can work this all I would want to enter is the x value and the n value and have the mean automaticaly...

First 1843 1844 1845 1846 1847 1848 1849 Last Page 1845 of 2430