MaplePrimes Questions

How can I use the command outputs DEtools [convertsys] for solving the system of differential equations? I know that maple can solve the system directly. But most of the examples can be seen in other systems (MathCad, MatLab ..) reduce the system to a system of first order equations. And I would like to implement, "translate" into Maple in this way. Is there a command that allows it? Do I need to implement a procedure?

GRACIAS

I am playing around with the PolynomialFit command in maple.
If I want to get a return of 1% then I can simply plug in the return at time t
for v in the expression below. That works for all different returns.

consider:

assume(kf2>0,q<kf2,q>0);

 

(PIECEWISE([0, -ln(q)+ln(kf2) < 0],[1, otherwise]));

 

simplify(PIECEWISE([0, -ln(q)+ln(kf2) < 0],[1, otherwise]));

 

i think i shall get 1 after the simplification... but i cannot...what should i do to achieve that "simplification"

 

consider:

assume(kf1>0,kf2>kf1,q>kf1,q<kf2);

1/2*q*Pi^2*(ln(kf1)*kf1^2-ln(kf2)*kf2^2-ln(q)*kf2^2-arctanh(1/(kf1^2+q^2)^2*(kf1^4+q^4-6*q^2*kf1^2))*kf1^2+ln(q)*kf1^2-ln(2)*kf1^2+ln(-kf1+q)*kf1^2+ln(kf1^2-q^2)*q^2-ln(kf1-q)*q^2+2*kf1^2-2*q^2-1/2*ln((q-kf2)^2)*kf2^2+3*ln(kf2+q)*kf2^2+4*q*kf2-3*q^2*ln(kf2+q)+ln(2)*kf2^2+arctanh((kf2^4+q^4-6*kf2^2*q^2)/(kf2^2+q^2)^2)*kf2^2+ln(-q+kf2)*q^2-ln(kf2^2-q^2)*q^2-4*q*kf1-3*ln(q+kf1)*kf1^2+2*arctanh((-kf1^2+q^2...

Hi all! 
Is there any possibility in Maple to perform symbolic operations with arbitrary matrices (possibly given only the size of the matrix or it's structure (block matrices, diagonal matrix and so on)). For example, I would like to obtain the following results (input -> output). 

Possible code: 

assume(A, Matrix(n)): assume(B, Matrix): assume(E,IdentityMatrix(n)): 

Hi, could anyone please explain or show me where to find what is the difference when I use "Int" and "int" for my calculations please? Thx

I tried to use multiple light sources with transparency for 3D plots and could not get it to work.  There are indications in the plot,structure help that this is supposed to be possible.  I have attached a worksheet that demonstrates some of the problems with the "light" and "LIGHT" options for 3D plotting.  Much of the output has been removed since the graphics take so much space.  The same plots are generated in both Windows and Linux.

Does anyone...

In the LinearAlgebra packet, I use the command MatrixFunction to calculate a function with respect to a matrix J as follow:

> restart; with(LinearAlgebra);

> J := Matrix(3, 3, {(1, 1) = 2, (1, 2) = 1, (1, 3) = 0, (2, 1) = 0,
 (2, 2) = 2, (2, 3) = 1, (3, 1) = 0, (3, 2) = 0, (3, 3) = 2});

> M := MatrixFunction(J, ln(1+x), x);

Then I got the answer:

Matrix(3, 3, {(1, 1) = ln(3), (1, 2) = 1/3, (1, 3) = -1/18, (2, 1) = 0, (2, 2) = ln(3...

Hello,

Complete newbie here and have being reading for the last two days.

A question that I Googled a *lot* before asking and gave up.

I have this:

Dh :=  (a, Db, b, g) -> a*Db*sqrt(tan(b)^4/(cos(g)^4*(tan(g)+tan(b))^4)+tan(g)^4/(cos(b)^4*(tan(g)+tan(b))^4)) 

 

I am jsut a beginner!

I was trying to get the numerical value of e^10,

but Maple did not show me the approximate commond. How to get the numerical value of this ?

Hello,

 

(sorry if this appeared elsewhere, but it seems my first try to ask this failed)

I tried to use Maple last night to do some heavy computational work, but it turns out (I let him print time()) that he was only active for about an hour.  He did not do anything when my Macbook Pro was on stand-by.

 

This morning, when he woke up, he was unwilling to stop!  I pushed the "Interrupt the current operation" button...

if my eqsn is x^4+x^3+x^2 . i can take a common factor x^2 ,then the eqsn will be x^2(x^2+x+1) ...also i can take a common factor of x ...then the eqsn will be x(x^3+x^2+x) ...how can i direct maple about my common factor ...u think this is useless but i have just made my problem simple to ask a qsn so that everyone can understand what i really want to tell

Hi !

I am in desperate need of help to solve a system of non-linear equations. I guess it cant be solved analytically, so maybe numerically? The system is

 EQ1 := u*alpha+u*s*A*Ӫ^k = alpha

EQ2: c*s^(c-1) + A*Ӫ^k*[(w-b+s^c)/(beta+alpha+s*A*Ӫ^k)]=0

EQ3 := Ӫ = [(1-u)/u]*[T/(1-T)]

I would like to solve for Ӫ, u and s. All other parameters are constant.

Help pleaseeee!

Hi all,

Im trying to use the solve command to solve the eqn:= 40 = x arccosh(56/x) for x. The command solve(eqn, x) only provides the left solution(for low values of x) while I know there must be a solution as well for higher values of x. How can I get Maple to look at the other solution?

Thanks in advance!

 

Hi guys, I'm trying to solve the following function:

 

>with(inttrans):

>invlaplace (15/(s3 + 6s2 + 15s + 15), s, t)

but I'm not getting a viable answer - can maple answer this?

 

I've also simplified the above function a bit to: H(s) = 15/[(s + 2.3222)(s2 + 3.6778s + 6.4594)] and then tried to find it's inverse laplace but still don't get an answer.

First 1698 1699 1700 1701 1702 1703 1704 Last Page 1700 of 2430