MaplePrimes Questions

how can i preform this calculation in maple?

(∂)/(∂ log(R[e[0]]))(log(N[u]))

it's a derivative of a logarithmic expression with respect to another logarithmic expression, the one on the bottom is a "standalone" vairable and the one on the top is a function of the previous one and some others.

thaks in advance to anybody who might help.

Hello!

I am having trouble comparing elements from to list, each having ordered pair as elements. 

What I would like to do is this:

 

if the first component of any ordered pair of the first list is equal to any from the second, then I would like the sum of their respective second components.

 

I am new in Maple, but I have already managed to create the lists I need...

  

 

 

NULL

I am using Maple 15 and when i use blew code , my system freeze!

 

n:=readstat("Input n:");
A:=matrix(n,n,0);
for i from 1 to n do
for j from 1 to n do
A[i,j]:=readstat("value = ");
od;
od;

where i have mistake?! is there any way to get an arbitrary Matrix with double for Loop? please help me! 

Hi,

I am using Maple 15 on a school server. In most of the times, the following screen occurs:

Can I get rid of that notice? My results got disappear very quickly to the TOP.

Is that something I can change or it has to be done from the admin?

And just a general question, do Maple run more or less faster on Linux/Unix machine than windows?



`ρ__rta` := proc (lambda) options operator, arrow; product(rho[l](lambda), l = 1 .. 4) end proc

Hello,
I am currently conducting a study on the bridges and I need to solve a partial differential equations. However, despite all my efforts

hi, i have solved my equations with dslove numeric,with 3 terms approximations,it takes maybe 5 minutes to solve it,when i increase 3 terms to 4,it takes more than a day to solve,however my queation is about another problem,
i solved my equations with 3 terms approximation (in 5 minutes),when i want to get answers , for the very little times (i,g=0.00001) it answer quickly,but now i am calculating it for  t=1 seconds and it takes more than 12 hours to answer and it...

Hi all,

For research purposes, I have symbolic matrices of dimentions up to 100 x 50 (and above) with certain number of parameters. Then giving random value to those paramters, I want the numerical rank of the matrices.

 

Maple 17 does not seem to work well with symbolic ranks, where expentials are involved.

And more to it, both

Student[MultivariateCalculus][Jacobian]

and

VectorCalculus[Jacobian]

does not seem to work. ...

I am new to Maple (converting from Mathcad) and I am having trouble with plot3d in Maple 17.  Even in the help examples the scale numbers next to tickmarks appear blurred.   In addition after a couple of rotations of the 3D plot, my computer freezes and has to be manually reset.   I'm using Windows XP with 4 GB of physical memory.   

Would appreciate any help.  

Thanks in advance.  


Dear Mapleprimes

I am working on getting the right angles for my gears to fit together. My problem is that my fsolve (at the bottom of the page) does not seem to work. Can you help me by telling me what I am doing wrong.

Hi

I want to allocate the result of "solve" command to a variable (array)

u := eval(solve({x-y = -1, 2*x-y = 3}, {x, y}));

                                                                     ...

By a straight forward calculation, one can check that the expressions

(2*delta^2-2*beta*delta+alpha^2-2*alpha*delta+beta^2)*N^2+2*gamma*(beta+alpha-2*delta)*N+2*gamma^2

 

and 

 

(N*beta-N*delta+gamma)^2+(N*(alpha-delta)+gamma)^2

 

are same and equal. 

How to get the 2nd expression from the 1st expression by simplification by using MAPLE. 

Hello I am working on a Physical Chemsitry problem and Am haveing trouble evaluateing a statistical mechanics approach to calulating entropy. I have defined a list Z that contains 12 values for a variable that is used to descirbe a state. The sum:


sum((ln(1-exp(Z[i]/T)),i=1..12)

is supposed to give me the entropy of a system with those 12 possible states (T is Temperature which is to be entered later) When i try to evaluate this (where the value that changes is defined by a list...

First 1589 1590 1591 1592 1593 1594 1595 Last Page 1591 of 2430