MaplePrimes Questions

Given 3 cylinders:

x^2+y^2=1

x^2+z^2=1

y^2+z^2=1

How would I go about plotting the intersectioin and only the intersection?

Thanks you!

I was wondering is it possible to make a procedure in maple that works out the Bisection, tri section using a single procedure?

So for example for the bisection method c : =( a + b ) /2
fAnd  trisection method c : = ( 2 * a + b) / 3 and d : = (2 * b + a )/3 etc

For n th section L [ i ] :=( i*b + a ( n - i ) ) / n:
` i ` represents the position in a List.

e.g (Not sure if it would work in a proc)
Trisection
n:=3:
i:=1:
L:= [ c , d ]:

L[ 1 ]:= ( b + 2 * a ) / 3:

How would I express cos(2x+(Pi/6)) in the form Acos(2x)+Bsin(2x)? Also I have plotted y=(x^2-4x+5)/(x-2) I need to mark vertical, horizontal or oblique asymptotes with a dashed line. Determine the location and nature of any turning points. Does anyone know how to do this? Please help, thank you. Chloe
Hi... I don't have a lot of experience with Maple, but I want to plot some test data and find a least squares curve fitting. I know how to plot the stuff I want to plot, and how to do basic least square fitting. However, I have 6 data points to apply least squares on, and I have one additional "fixed" point. I know the curve will have to become parabolic (And I know how to curve fit to that using LeastSquares), but the problem is that the minimum of that parabola has to go through the fixed point. I have no idea how to achieve this (if it is at all possible).

Find y(1) and y′ (1), and then plot y(x) and y′ (x) on the same graph over
the range 0
≤ x ≤ 1, if y(x) is the solution of the initial-value problem corresponding
13
to the differential equation y′′ + sin(xy) = 0 and the initial conditions y(0) = 1 and
y′ (0) = 2.

 

That's my question, here's my input so far.

who know how can i solve or plot a two unknowns equation in MATLAB like implicitplot in maple?

Hi

I've got some problems with the upper limit of an integral, which is a (known) function of a parameter.

When I try to evaluate it for a particular value of the parameter (M), Maple does nothing:

 

Hi I'am using a simple method to simulate solutions of ODE's with a precision that requires to do 80 million evaluations of my functions. Since this does thake a while, I was wondering if it would be possible to display some type op progress bar or to show on the screen how many steps have already been done. Is it possible to do this inside a proc environnement? Thanks in advance Pieter
I cannot find the Statistics Phi. For example when z is 0 Phi(z)=0.5 When z=0.50 Phi(z)=0.6915 I cannot find this anywhere in Maple. It's the Cumulative distribution function of the standard normal distribution Φ(z)

I am just curious as to how much money my fellow mathematicians would consider to sufficient to pursue a Martingale betting strategy? I would suspect that 20 000 ( assuming an initial betsize of 1) would be sufficient. Then you can handle 13 sequential losses.  However, it is a bit risky because let say you get 14 sequential losses then you will lose all 20 000 , he he

 

 

I copy the "lim" command in the Help,it seems doesn't work easily,what should I do make it work,

View 4623_Get rid of.mw on MapleNet or Download 4623_Get rid of.mw
View file details

Hello,

I'm simply trying to define a piecewise function but maple inserts some command I can't even find in the help.

f:-x->piecewise(x<-1,3x^2-5,x=-1,5,x>-1 and x<=4,3x+1,x>4);

and I get in blue

hi

im a complete newbie, i'd like to write some MapleTA questions which involve the inverse of the Gaussian cumulative distribution function, N(x).  [N(0)=.5, N(-x)=1-N(x)].  I know maple has this function in its statistical package, but i can't figure out how to access it, apply it, or assign its output to a variable in MapleTA.  What I need, basically, is the ability to compute something like $a=N($d1) and $b=N($d2) and use these to find a numerical answer to a problem. 

Hi

I'd want to labels the two axes of my desityplot with a greek letter (eta) and the calligraphy form of M (I mean the equivalent of the latex \mathcal{M}   )

I tried

P1:=densityplot(prova, a=0.16..0.25,b= 4..100,
grid=[25,25],   labels=["eta","M"], colourstyle=HUE,axes=box):

 

but in this way maple simply print eta (not the letter eta), If I leave the "" maple chose a like label (like the help page says).

Hi:

I'm a student majoring in Finance, and recentlly I am learning Maple.

But I found a question that I don't know how to deal with:

When learning Econometrics, and sometimes other subjects, we need to simplify a eq. like (X'*X)*b=X'*Y, where X,b,Y are Matrixes and we need to solve b.  And the kind  like that.

First 2071 2072 2073 2074 2075 2076 2077 Last Page 2073 of 2434