Oliver K

1201 Reputation

15 Badges

17 years, 267 days

MaplePrimes Activity


These are questions asked by Oliver K

Hi, one of our (potential) customers asked me if Maple is able to compute something...um... difficult. There is a thing called Primal Linear Program, which is given. The customer wants to compute the related dual program in a symbolic way. Is there a Package already implemented for such a thing ? I think it is related to business studies, anyhow. Thanks

Hi,
when Maplesim derives the equations from an electrical circuit,  it renames components in a way that makes the equations bloated/unreadable. Simple example: a resistor R1 becomes `R1.R`, which is awkward for further use. Is there a global switch to change this ?

Hi,

can Maple evaluate repeated compositions in a symbolic way?

q:=x->x+1;
(q@@n)(x);

expected result::

x+n

 

Thanks

Hi,

i want Maple to calculate this for me (0 <= a <= 1):

int(cosh(a*x)/cosh(x),x=0..infinity);

I know that there is a "nice" solution, best way to do this by hand is using contour integration in the complex plane, i think. But can Maple be of help here ?

 

Hi, assume we have two large nxn-Matrices A,B and we want to know if B is a Permutation of A, so A and B would have the same Elements, just in different places.
Because of the size of A,B, it has to be effective. What ist the best way to do this ?

Thanks

 

3 4 5 6 7 8 9 Page 5 of 9