| Thread | Last Post | Replies |
|
| solving a simple differential equation | 31 Dec 2006 16:02 GMT | 5 |
Pleae can someone help I have the following differential equation for simple harmonic oscillation:- deq:= -(k*x(t)/m + diff(x(t),t$2)=0;
|
| Help! Strange behavior when using Matlab calling Maple's "Binomial" function? | 30 Dec 2006 10:24 GMT | 1 |
I found the following strange thing regarding "maple" and "sym" function: "k" is an integer: "a" is an array of symbolic numbers: Code (1):
|
| how to call Maple's binomial function from Matlab? | 30 Dec 2006 10:24 GMT | 6 |
The following Matlab code snippet constructs a symbolic object "temp" for later use in symbolic computation: temp=sym(['binomial(', num2str(k),',',num2str(m),')']) here "k" and "m" are variables in Matlab.
|
| Could somebody help me in this calculus problem? Thanks! | 29 Dec 2006 22:02 GMT | 2 |
I have a problem to solve. Let x(z)= a4*z^4+a3*z^3+a2*z^2+a1*z+1 be a polynomial in z. I want the formula of the j'th derivative in z of (x(z))^(1/2). I think this kind of problems should have been solved. But I do not
|
| converting math into Latex? | 29 Dec 2006 19:26 GMT | 11 |
I need to efficiently handle two tasks at the same time: on one hand, I need to do some middle school level computation, such as A_{1, 1} = 2;
|
| maths gene project | 29 Dec 2006 14:43 GMT | 8 |
http://www.cambridgepsychology.com/maths/ We are a research group from the Department of Experimental Psychology, specialising in the on-line testing of cognitive styles. This includes profiling people's interests and preferences.
|
| Programm: Sometimes it works and othertimes it doesn´t! Why? | 27 Dec 2006 17:10 GMT | 1 |
Problem: If I start the programm couples with n =300 sometimes it works and othertimes it doesn´t. If n is smaller, it seems to work most of the times - but not always.
|
| Merry Christmas! Please help me to solve this six-degree polynomial equation! | 26 Dec 2006 05:51 GMT | 1 |
Merry Christmas! I got an equation to solve. Please help me! z^6*q^2-4*z^5*t*q^2+(2*t^2*q+2*q^2+3*t^2*q^2)*z^4+(-2*t*q^2-2*t*q-2*t*q-2*t)*z^3+(3*t^2+2+2*t^2*q)*z^2-4*t*z+1 where 0<=q < 1 and -1 <= t <= 1 are parameters.
|
| Merry Christmas! Solving a six-degree polynomial equation with parameters | 25 Dec 2006 05:53 GMT | 4 |
I got an equation to solve. z^6*q^2-4*z^5*t*q^2+(2*t^2*q+2*q^2+3*t^2*q^2)*z^4+(-2*t*q^2-2*t*q-2*t*q-2*t)*z^3+(3*t^2+2+2*t^2*q)*z^2-4*t*z+1 where 0<=q and -1 <= t <= 1 are parameters. Could someone help me to solve it with maple? Thanks!
|
| Error on compiling latex export document | 23 Dec 2006 06:48 GMT | 1 |
Hello camm, I tried to export my maple worksheet (containing some matrix calculations and a proc) to latex. This works fine. But I get erros when compiling the exported tex-file:
|
| Maple 10 Trig Question | 21 Dec 2006 15:46 GMT | 2 |
Is there a way to convert the expression 2*cos(x)^4-2*cos(x)^2+1 to an equivalent expression in terms of the sine function? Thanks in advance for any and all help, Ken
|
| Spot the mistake? | 21 Dec 2006 11:49 GMT | 7 |
Does anyone see what goes wrong here? Wa:= wd-> 2*tan(wd/2): Wd:= wa-> 2*arctan(wa/2): Bd:= (ba,wa)-> log[2]( Wd(wa*2^(ba/2)) / Wd(wa*2^(-ba/2)) ):
|
| Generating random matrices in Mape 10 | 20 Dec 2006 21:10 GMT | 2 |
Anyone know how to generate random square matrices mod p so that the rank is fixed to, say, R AND there are absolutely no permutations (row exchanges) involved in getting the REF form? Needn't be RREF. Oh, and using integers, not rationals.
|
| Gaussian elimination for equations | 19 Dec 2006 20:40 GMT | 1 |
Dear Maple Gurus, I have a set of linear equations in matix form which are dependent. I would like to eliminate the dependent rows. For example
|
| Avoid evaluation | 19 Dec 2006 20:19 GMT | 1 |
I have a list of polynomials and I want to write them as content*primpart without evaluating the product again. That is, 2*x+2*y ------> 2*(x+y) I haven't been able to find a way to do this: either I don't get
|