MaplePrimes Questions

Hello!

I have encountered a bizarre problem while trying to collect data from SQL table. Command

c:-ExecuteQuery(" SELECT QUERY HERE", 'output' = 'Array')

takes quite long time to execute. The data that I am trying to collect is not a big array (like 100x100). I have these felling that Maple cannot collect whole table at once. Command:

c:-ExecuteQuery("SELECT QUERY HERE", 'output' = 'result')

is immediate so it is not a problem of slow...

I have to vary two variables A & B. For a fixed A, if I vary B such that l1 and l2 is positive, then I need the min value of B for which ((l1>0) and (l2>0)) 

. In such a way I need the list of A & B.

restart; printlevel := 0 

for A  from .1 by .01 to 3 do  
 for B  from .1 by .01 to 3 do
l1:=(exp(B)-A)-1
l2:=(exp(B)-A/2)-1.5

end do

if ((l1>0) and (l2>0)) then print(A,min(B)) end if

im interested to know if there are developed MapleSim examples of water level control in a tank

I am dealing with Fourier series, I have series of sin(nw) + cos (nw) for different  value of n . How can I put all sin together and all cos together equal to zero, when n=1000 for example.

 

 

hi

I have an unkhown function as f(r) which i want to solve it at the end of calculation. How can i define it in beggining?

I created a Maplet that calculates ODE (Ordinary Differential Equations) however I would like to create a button that can allow printing on paper

i confused for finding a very special command that can join a "set of values" to a "set of indices " ?

also i can't use the map command for this ( guide ? )

like this :

{(1,1),(1,2),(2,1),(2,2)}

{1,2,3,4}

i want to join the two sets to form a complet set of equations index :

{(1,1)=1,(1,2)=2,(2,1)=3,(2,2)=4}

since this is just a simple example , but i need an efficent way for doing it in large size data (image processing)

appreciate for answering !

 

hey friends I have solved linear equation numerically and in the end i have ploted pointplot graph where every point in graph is taken maunally. Please help me how to write code that at specific values of x required points from 

Solution := backsub(S) 

should automatically be ploted where x=i*h and h=1/32 where i varies from 0 to m. 

For example, fill in the follwing blanks with 1~9 numbers to make it as an identity, the numbers are MutuallyExclusive.
()/()+()/()+()/()+()/()=()
Thank you very much for any method.

Please could you please help me finding closed expression for the following double integral

 

restart;

with(LinearAlgebra);

rho := .25; sigma := .1; SNR := 25;                                                                    

 a := (32*12)*Pi*sqrt(1-rho^2...

Hi, i am new to Maple. I was trying to solve some problem and came up with the following difficulty:

When i give input

ai=(1+ki)/(1-ki);

 

and then do a_1 it gives the proper output as 

 

(1+k1)/(1-k1);

 

But whenever i try to do

ai,j=(ki-kj)

I am using an old package, Janet, I got from http://wwwb.math.rwth-aachen.de/Janet/janet.html with Maple 16.

I changed the libname to point to the directory where the package files are.

Few days ago I was able to call help(Janet); without any problems but now everytime I try to call help(Janet)

Maple front-end loses connection to the ihe Maple kernel.

The package loads fine...

Hello,

Please, i want to resolve a non linear eaquation with Lagrange multiplier with 4 variables.

But it dosen't work.

Can you help me in this.

 

Thank you

Multiplicateur_de_La.mw

Good afternoon everybody,

 

I have a question regarding the command matrixplot. I wrote a programm with two input parameters:

v=[seq(0.29+i/100,i=1..8)]

k=[seq(2*i,i=1..50)]*0.5*10^(-15)

 

and I get a matrix [8x50] that I want plot.

The problem with matrixplot is that I get in the axis the number of rows and columns but I would like to put the value of v and k instead of the row/column's number. Someone knows how I can change that?

Hi all,

I have a problem with dsolve. I have a 2-d (thin shell) theory which I am solving with Maple. For a Simply supported beam, there is no problem, it solution is more or less what you would expect. When I make 1 side as a clamped edge (x=0), there is a problem. The total result is 'ok', but it gives a peak in the 2nd derivative of Urn at x=0. This peak results in unrealistic stresses, etc.

I don't exactly know what the problem is. It seems there is a problem...

First 1578 1579 1580 1581 1582 1583 1584 Last Page 1580 of 2433