MaplePrimes Questions

hello there

I have an algorithm which perform set of computation(about 500 in all) fifteen time (for... end do) and ive included commands to pick only the values that i need and place them in an excel file.

Maple is printing all the values computed on screen ( all 7500 values!!)  before the little box shows up for me to input the excel filename.

 

how do i get maple to not print all these values on screen and simply ask me where to...

I am currently conducting some research using Maple and was wondering if anyone knows whether it is possible to get Maple to identify the non-differentiable points of a function? Also, if I convert a function so that it is piecewise defined how can I extract the separate pieces of the function to work with them individually? Many thanks.

Having a little trouble parsing the data

with(StringTools):
a:= HTTP[Get]("http://www.swpc.noaa.gov/ftpdir/indices/DSD.txt")[2]:

b:=Split(a,"\n"):

results:=b[14..]:

results[1]
                   "2010 06 29   74     24      110      1    -999  ...

This is what what i would write in Vb. how do I write something similar in maple?

 

For j = 15 To 27 Step 3
                For k from 1 To 3
                    Select Case k
                    Case 1

hola

I need define a same equation with different parametric settings

gracias

Hi

I want to find the optimum of

G*(.7500000000*B*sqrt((1.-2.*a+a^2)*B^2/(a^2+B^2-2.*B^2*a+B^2*a^2))-.7500000000*B*sqrt((1.-2.*a+a^2)*B^2/(a^2+B^2-2.*B^2*a+B^2*a^2))*a+.7500000000*a*sqrt(a^2/(a^2+B^2-2.*B^2*a+B^2*a^2)))

+

(1-G)*(-6.250000000*10^(-12)*sqrt(a^2/(a^2+B^2-2.*B^2*a+B^2*a^2))*(5.833333333*10^9*B*sqrt((1.-2.*a+a^2)*B^2/(a^2+B^2-2.*B^2*a+B^2*a^2))-7.500000000*10^9)*(4.*a-3.*B*sqrt((1.-2.*a+a^2)*B^2/(a^2+B^2-2.*B^2*a+B^2*a^2))+3.*B*sqrt((1.-2.*a+a^2...

I am performing reliability analysis.  I have two types of data:

1.  Suspended data (data that has not failed)

2.  Failed data

I require to calcaulte how many ways the data can fail for example:

1. F1   Time = 10

2. S1  Time = 100

3. F2  Time = 200

4. S2  Time = 250

The number of combinations for this data is 3:

F1, S1, F2, S2

F1, F2, S1, S2

F1, F2, S2, S1

Hello all,

I'm working through an optimization problem, and I'm running into a problem adding constraints on the variables I am trying to optimize. I'll attempt to ask the question in a general sense, but if it's not clear, I'll be more specific.

I have a procedure called EIG that calculates the sum of the squared residuals of a model compared to experimental data by inputting 6 variables. I'm trying to minimize this function by using the Optimization...

If you work with Maple on a daily basis sometimes you come across
things that seem impossible to do. Yesterday I tried to have two colors
in a histogram ie -3..-1 = red and -1..3 =blue but I could not figure
out how to do it...hummm.....any suggestions?

 

restart:
with(Statistics):
with(plots):

n:=5000:
A:=Sample(RandomVariable(Normal(0,1)),n):

Histogram(A,bincount=100, color=blue);

I don't quite understand about some parameters of flexible beam. Please introduce  briefly.
 
1. Truncation order of inertial terms
2. Truncation order of elastic coordinates
3. Number of elastic coordinates

help_for_maple_quest.docplease give a explain how to work for operations.

    

 

 I would like to select the color of the arrow for T,N and B.

Thank you for any suggestions.

Ralph Wallace

restart;
with(VectorCalculus):with(plots):
Display the tangent, principal normal and binormal vectors on a curve.
c:=sqrt(a^2+b^2);
                               ...

Hello all,

I have a little problem with an expression I have to develop in taylor/series.

Here it is:

sinh(sqrt(omega/nu+m^2)*h)

I want to develop it in "nu", giving that "nu" is a small parameter, and it says that it doesn't exist a series expansion.

But when I can obtain the series expansion of the "sqrt" part only of the expression, which yields:

E.g. I want to modify the Binomial distribution in a way, that k is not the number of successes, but the outcome.

Let's assume each success wins $100, while a failure results in $0.

My thought was to substitute k for k/100, but that produces an error message.

Can anyone tell me, how to implement that in Maple?

 

Thanks a lot.

First 1970 1971 1972 1973 1974 1975 1976 Last Page 1972 of 2431