MaplePrimes Questions

Maple people:

 

I just installed Maple 16 on my home PC.  I prefer using Classic Worksheet Maple, so that I can actually tell what I have typed, and what I type appears in red typewriter font.  I also would like matching parentheses to blink when I enter stuff so I enter the right number of parentheses.  Maple works this way on my office PC, but I can't get it to work this way at home.  I could simply use regular Maple 16 (not Classic Worksheet...

Dear all,

need to take data(a,u) from eq1 and plug it in eq2

eq1 is:

eq2 is:

Then need to plot data (a,v)

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

I did that:

points:=seq([a,evalf(solve((alpha+(l+alpha)*u+alpha*k*u^2)*a=u*(alpha+(l+alpha)*u+alpha*k*u^2...

Hi,

I'm trying to write a function in an 'n' dimensional vector such that I can call upon this function in a loop to define hessian matrices, or simply evaluate the function value for a given input. Here's an example:

F(x,y,z)= 6*x^2 + 3x*y^2 - 1.5*z^3

which is a function in 3 dimensions with x,y,z representing the 3 components of a design vector.

I want to be able to call upon this function in a loop such as:

I was given the following MGF and need some help determining the E(X), Var(X) and P(4.1<X<4.7) using Maple

MGF of X is M(t) = 1/(1-3t) , t<1/3

How can I get Maple to do this for me?

Thanks again :)

Is there a possibility translate Maple code to Reduce code ?

Hello,

do 3D-OpenGL-Graphics in Maple 16/17 on Linux-x86_64 (openSUSE 12.2/12.3)  work with Intel HD 3000/4000 Graphics?

 

Thank you very much.

Ralph Trenkler

Maple 16 is crashing when saving. I have this problem in both

my desktop and laptop (PC, Win7), classic and standard worksheets.

I noticed that short files present no problem, but whenever the

worsheets are, say, more than 5 screens length, Maple 16

crashes when saving.

 

Anyone with the same problem? Any solutions? Thanks

MaxB

 

 

Hi!

I need to assign a name to a result calculated from a system of equations. In this case, i've got 2 equations and 2 solutions. I want to assign a name to the each of the solutions.

solve({-a+4*b = 0, 2*a+7*b = 2}, {a, b})

{a = 8/15, b = 2/15}

How do i assign a name for a and another for b?

I mean not open these files, and ctrl+A select whole file and copy to one file.

helpw#8.mw

Download helpw#8.mw

THis is what I have so far.. is there anyone who can help me with this?

Let f(x) = 1/9*x^2, o<x<c

Find c so that f(x) is the pdf of a random variable X.

I have come up with this and was wondering if I could get some help. I cant get it to paste in, but I have

uploaded the file.. Please assist if you can.

How does one solve integral equations in Maple?


Is there any way to convert the output of ToInert to a graph/tree representation?
ToInert's output type is a function and I've tried converting it to an expression  first but didn’t succeed. I've also looked for functions in the GraphTheory package that could help in this process but didn’t manage to find anything useful.
Thank you.

Attached is my sheet. Please have a look.  my_scrach_Sheet.mw

Have a look at the last command of the sheet.

I am trying to extract integrals from the equaions(eq10_1, for example) using 'op', but it isn't working as expected, is it a bug or I am doing something wrong?

Second question: 

I am not been able to do sorting for all these equations, any suggestions?

 

I have been trying to find a solution to the following equation for ages! 

 

Vt:=(a*t)+((1/(2*Pi))*((b*cos(2*Pi*t))-(c*sin(2*Pi*t))-b)-295);

 

I need to find what t converges to, I have solved the equation using a different method and I know the answer is around 0.787 but I need to find the result using the Newton Raphson method, or another iterative method. I am not allowed to use dsolve. or the Newton command.

Hello, 

I have plotted a function f(e) vs. e (see code and figure). However, the graph looks jagged and nasty. I tried increasing the numpoint value but this doesn't seem to work (even at 50,000!). I'm fairly new to Maple and so I don't know any other commands/ tricks to help myself. 

Does anyone know how I smooth this plot?

Thanks.

 

Code: 

> f := (1+(73/24)*e^2+(37/96)*e^4)/(1-e^2)^(7/2);
First 1617 1618 1619 1620 1621 1622 1623 Last Page 1619 of 2430