MaplePrimes Questions

Hello,

 

I am in need of a command that given a positive integer n (length of tuple), and a bound b, the output is a list of all n tuples with elements ranging from 0 to b. The command is analogous to "Tuples" in Mathematica:

http://reference.wolfram.com/mathematica/ref/Tuples.html

 

Thank you for the help!

I'm given this equation:

f := proc (x) options operator, arrow; x^5-51*x^4+939*x^3-7685*x^2+28800*x-40500 end proc

and I have to find the decimall value of 

f(ln(3*Pi)+8*e^4+sqrt(8+sin(4)))

How do you program this in Maple?

Aslam-u-Alikum...How are you? Hope you will be fine. I want nontriavial solution of the System of equations urgently please help me .Help.mw

What I'm looking for is a good text for my Embedded Components interactive mathematical designs. I have several books of Maple but speak little of Embedded Components. MapleCloud community hope I post up a book. It is very poor on "The Maple Help System" so I need a good text.

Prove that in any acute triangle of sides a,b,c semiperimeter p ,inradius r and circumradius R, the following inequalities hold : 2/5 < Rp/(2aR+bc) < 1/2.

how to use c# check whether maple is installed

i set printlevel := 0

it is still have warning about local variables

 

Hi,

Following the question here,

http://www.mapleprimes.com/questions/150429-Solving-High-Order-Polynomials-with-Summation#comment150438

I now have more complicated substitution to do. Hopefully Maple can achieve it.

See worksheet ask.zip

 

"kappa" is a complicated expression.

sstest(4,2) give a reparameterisation using 11 terms, s1 to s11.

Dear all,

I'm a new user of Maple. The pdsolve in Maple is quite an important function for me.

I can see how it works for PDES in the help:

http://www.maplesoft.com/support/help/Maple/view.aspx?path=pdsolve/numeric

However, I'm wondering if I could get the euqations of the discreted PDES forms (equations) rather than just the results, please?

Thanks in advance!

How can I copy and paste equations from Maple to Microsoft Word not in picture form so that I can edit.

I have some large equations derived in maple but want to paste them on Microsoft Word, where I am writing my paper.

Thanks

Dear users,

I have a Maple file to evaluate the shape functions on hexahedrons and to save the results in a .cpp file. However, the execution time is very long and when I do not loose the connection with the server, I ran out of memory (I have 32GB!!). So, I very keen to hear some tips on how to optimize it! I am sure this computation is simple enough for the Maple powerful and I quite sure there are some tricks to optimize it! The code is below.

Thanks in advance!

L * di(t)/dt + R1 * i(t) + R2 * i(t) + 1/Cq(t) = U

How can I solve the equation with maple if and plot:

L = 2
R1 = 2
R2 = 8
C = 1/12
U = 4e-t 

Hi all,

 

C:=2:

solve({K*(K-1)>6*C-2,K>0},K,useassumptions) assuming K::point;

It does not exacly give me 'integer'.

for C from 2 to 10 do

isolve({K*(K-1)>6*C-2,K>0},a);

end do;

gives me pretty much what I am expected to see. The positive smallest (ceiling) numbers, 4,5,6,6,7,7,8,8,9.

 

Is there a way to obtain a "neater" output?

Say I just want a sequence (list) of 4,5,6,6,7,7,8,8,9.

First 1548 1549 1550 1551 1552 1553 1554 Last Page 1550 of 2434