Maple Questions and Posts

These are Posts and Questions associated with the product, Maple

Hello humble forum readers

I haven't used Maple in over 10 years and am therefor a bit rusty when it comes to runtime optimizations; on top of that, I'm not a mathematician, so bear with my limited knowledge in this field. A risk analysis problem of a rather complex system resulted in roughly following integral, which I seem to be unable to compute with Maple (Version 12, in case this matters):

binom[1]:=(a1+b1*exp(-(a1+b1)*t))^k[1];

binom[2]:=(a2+b2*exp(-(a2+b2)*t))^k[2];

The curve y= (224755712/(x^2+369664) is called a Witch of Agneesi.  You wish to place a rectangle between the Witch of Agneesi and the x-axis, and you want your rectangle centered on the y-axis.  Assign to area the maximum area of such a rectangle.  Use exact arithmetic (i.e. do not use evalf).  Can someone please tell me how you would go about solving a problem like this?  I have no idea!

Over on the usenet newsgroup comp.math.soft-sys.maple, someone asked about using Maple's overload facility to redefine the operators such as `*`, `+`, etc.

The difficulty for the submitter is that while overload (and option overload for procedures) can provide enhanced operators for new routines, it doesn't affect routines saved in the Maple Library which already have their bindings. Overloading does not subsequently change the bindings of the operators when used in (most all) Library routines.

One way to try and get around this is to actually redefine the global operators. And since overload is on topic, one can still use it in the replacements that one writes.

In order to redefine global operators one must first unprotect them. They are protected for a very good reason. If the replacements are not adequate then Maple can fail in a multitude of ways. It's a case of caveat emptor.

hello, now i confront a problem of a maple function---msolve.
I want to sovle the problem like this: i have a matrix with all entries only one or zero. and i have known the sum of unknows in each row and column. i want to get the entries in the matrix.
For example i have 3 by 3 matrix.
[x1 x2 x3
x4 x5 x6
x7 x8 x9]
i have known the sum of unknows in each row and column. for example,
x1+x2+x3=1; x4+x5+x6=1; x7+x8+x9=1; x1+x4+x7=1; x2+x5+x8=1; x3+x6+x9=1;
another constraint is x1 to x9 are only one or zero.

hello.

I have calculated an integral equation (general goursat problem) with an iteration method. I want to know how could I use MAPLE to derive a function for.

I found the first 4 iteration for function f.

the exact problem is Uxy=2.U.Ux .

U(x,y)=2x on y=x^2+x and U(x,y)=3x^2 on y=0.

I want to find the U function.

y=t^2+t

U0=2t-3t^2+3x^2

Un=U0+int(2*Un*(Un)x)

HI all,

I know that :

alias(delta=Dirac):

`δ*g` = int(delta(x)*g(t-x), x = 0 .. t) and int(delta(x)*g(t-x), x = 0 .. t) = g(t);

 

But look what happen.  Can someone justify this behavior

The attached worksheet starts off with two quick videos that show you how to write square roots, fractions and exponents. Feel free to create and attach a worksheet with all of your questions and math expressions. I'll go thought it and help out !  

I really need to be able to continue this calculation past nmax=14 but maple just won't do it.
I'd like to take it as far as possible. Does anyone know why maple won't calculate past nmax=14 and
if it can be overcome? Is this too difficult to achieve? I'm completely lost. can anybody help?

>restart;with(plots);
> with(LinearAlgebra);
> nmax:=14:
> Order:=nmax+1:

Can anyone help with a purely Maple solution to this problem? (i.e. not having to download anything extra.)

 

Just for reference I'm woking on problem number 26 in "Schaum's Outline Series " for tensor Calculus.

It gives you a Schwarzchild metric and asks you to calculate the Einstein Tensor.  I'm using the example of doing this that's given in the "tensor" package help pages.  However I'm not getting quite the right answer.

hello. I have calculated an integral equation (general goursat problem) with an iteration method. I want to know how could I use MAPLE to derive a function for. I found the first 4 iteration for function f. the exact problem is Uxy=2.U.Ux . U(x,y)=2x on y=x^2+x and U(x,y)=3x^2 on y=0. I want to find the U function. y=t^2+t U0=2t-3t^2+3x^2 Un=U0+int(2*Un*(Un

is possible to continue a numerical integration from a know point and add the solution the the know one?
i.e.
if I have:
P=dsolve(... range=0..1)
and I want continue the integration until 3 (so without reintegrate the 0..1 interval) and add that solution tothe first one.

hi

 

i made an implementation of the euklid algo (rekusiv and iterativ) und meassured the time that was needed to calculate the gcd. even for big numbers really fast, but if i use the maple command igcd i get a runtime that is far longer then the time i get with my own implementation.

how does that come ? what algo does maple use the calculate the gcd ?

anyone knows?

thx for reply

#fM2{Sz{&fg{Z22
&{,_32zU{&Y2{r~_%_92{%u$z?TT+{_&
2%{92{f?{J{Y_%{%2yf`Y2z2%{3Y2{9_F@&yzf`3{ZYfyY{Y_%{3Y2{3z_F&9@3_3fSF{`zSy2%@z2o{J{3S,%{Y2z{3Y_3{J{Y_%on>f3YS@3{3Y2{
2tU{&fzU{2gy@&2{92{f?{J{l2,f2M2{3Y2{3YfFL{f9`S&&fl,2onjS{tS@{Zf&Y{92{3S{F_92{tS@z{
2tU{9_%_92)nJ?{tS@{`,2_&2onJ{3Y2F{3S,%{Y2z{3Y2{
2tbZSz%U{ZYfyY{l2,SFL&{3S{FS{,_FL@_L2U{_F%{J{&_Z{Y2z{&@z`zf&2o{kY2{3S,%{92{3Y_3{f3{Z_&{f9`S&&fl,2U{?Sz{&Y2{l2,f2M2%{Y2z&2,?{3Y2{SF,

does anyone know how i would write a simple maple program that generated random numbers and simulated rolling 5 die that output the expected number of turns ( your initial roll then two more rolls with selected die) that it would take to get a yahtzee?

Hi,

I am a beginning user and have no idea how one can view or import a table structure in maple. I used a procedure to compute some tables and it frustrates me that I don't know how to get them out efficiently.

The procedure is like the following:

get_quantities:=proc(j1,j2)

local x_min, x_max, y_min, y_max, x_seg,y_seg,idx_x,idx_y, q1;

option trace;

x_min:=j1-1.5;

x_max:=1.5;

y_min:=j2-1.5;

y_max:=1.5;

First 1988 1989 1990 1991 1992 1993 1994 Last Page 1990 of 2219